Hello,
I have a project that uses automake & autoconf to build a program.
This program links against several previously-installed libraries.
One of these libraries was built by libtool.
The libtool docs (I'm working with libtool 1.3.5) suggest that one ought to
link using
libtool --mod
On 27 Nov 2000, Alexandre Oliva wrote:
> On Nov 25, 2000, Tom Tromey <[EMAIL PROTECTED]> wrote:
>
> >>> 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