Re: sub-project link problem

2000-03-30 Thread Alexandre Oliva
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

Re: sub-project link problem

2000-03-29 Thread Ganesan Rajagopal
> "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).

Re: sub-project link problem

2000-03-29 Thread Tom Tromey
> "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