libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rpath command?


From: Marc van Woerkom
Subject: Re: rpath command?
Date: Wed, 22 Nov 2000 21:06:19 +0100 (CET)

> Nope, it's your Makefile.  Look for lines containing rpath and fix
> them (post'em here if you don't know how to fix them).  There's no
> such thing as an `rpath' command.

The line in the generated Makefile look like this:

    libSciFacBase.la: $(libSciFacBase_la_OBJECTS) 
$(libSciFacBase_la_DEPENDENCIES)
        $(LINK) -rpath $(libdir) $(libSciFacBase_la_LDFLAGS) 
$(libSciFacBase_la_OBJECTS) $(libSciFacBase_la_LIBADD) $(LIBS)

Do I have to use some macro in configure.in to fill $(LINK) with GNU ld?

Regards,
Marc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]