This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Partially Linked Objects


On Tue, 18 May 1999, Olly Betts wrote:

> Brian Ford writes:
> Changing all_o_LINK to the obvious:
> 
> all_o_LINK = $(LIBTOOL) --mode=link ld $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
> 
This is probably almost correct.  You aren't including the LDADD stuff
(libtest.la) on the command line, so obviosly libtool doesn't try to
expand it.  Fix this, and I bet it'll work.
> gives:
> 
> /usr/bin/ld -r -o all.o
> /usr/bin/ld: no input files
> 

--
Brian Ford
Software Engineer
Vital Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]