This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Partially Linked Objects
- To: Olly Betts <olly@muscat.co.uk>
- Subject: Re: Partially Linked Objects
- From: Brian Ford <ford@vss.fsi.com>
- Date: Tue, 18 May 1999 11:15:00 -0500
- cc: automake@gnu.org
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