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:28:21 +0100 (CET)

> They look ok, which means you've probably found a bug in automake.
> What does Makefile.in look like (grep rpath, please :-)

    address@hidden scifac]$ grep -r rpath *
    Base/src/Makefile.in:       $(LINK) -rpath $(libdir) 
$(libSciFacBase_la_LDFLAGS) $(libSciFacBase_la_OBJECTS) 
$(libSciFacBase_la_LIBADD) $(LIBS)
    config/ltconfig:    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
    (..)
    config/ltmain.sh:    compile_rpath=
    (..)
    address@hidden scifac]$ 

Strange. Perhaps the bootstrap is not powerful enough?

    #! /bin/sh

    aclocal --verbose && \
    autoheader && \
    automake --verbose --add-missing && \
    autoconf

I tried to stick to the example in the goat book.
The difference is probably that I have no code in the
Base/src directory, where libSciFacBase should be 
assembled.

What is supposed to be in $(LINK)?


Regards,
Marc




reply via email to

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