This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: rpath command?
- To: Alexandre Oliva <oliva at lsd dot ic dot unicamp dot br>
- Subject: Re: rpath command?
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 25 Nov 2000 16:53:02 -0700
- Cc: Marc van Woerkom <marc dot vanwoerkom at science-factory dot com>, libtool at gnu dot org, automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <200011221928.eAMJSjU15584@nil.science-factory.com> <or3dgj6bg0.fsf@guarana.lsd.ic.unicamp.br> <200011222006.eAMK6Jr15801@nil.science-factory.com> <or8zqb4uwm.fsf@guarana.lsd.ic.unicamp.br>
- Reply-To: tromey at cygnus dot com
>> Do I have to use some macro in configure.in to fill $(LINK) with GNU ld?
Alexandre> automake should define it to `$(LIBTOOL) $(CC/CXX)...'.
Alexandre> Maybe it only does this when there is at least one source
Alexandre> file to compile in the current directory?
Yeah, that's how it works. I realize this is less than good. Can you
suggest how it ought to work?
Tom