On Mar 30, 2000, Ganesan Rajagopal <[EMAIL PROTECTED]> wrote:
> Automake does. I have the same problem and it is caused by
> libtool. Automake passes the CXXLINK to libtool which ignores it and
> uses the C linker instead :-(.
The latest stable release of libtool does not fully support C++, and
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
Lars> The problem is that when it's time to link against the C++
Lars> library in the parent project, a C linker is chosen, which fails
Lars> on a lot of platforms (IRIX is one of them).
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
Lars> The problem is that when it's time to link against the C++
Lars> library in the parent project, a C linker is chosen, which fails
Lars> on a lot of platforms (IRIX is one of them).
Lars> Does anyone know why $(LINK) is chosen instead o