On Fri, 26 May 2000, Michael Matz wrote:

> Great. Note that it's all not only depending on the compiler, but also on
> the actual linker used, so $with_gnu_ld should also be tested. E.g. just
> today I had a report from someone using KDE on Solaris with gcc and GNU
> ld. Currently that won't work, because on Solaris ltcf-cxx.sh thinks its
> using the native linker. (for -export-symbols it tries to give -M bla.exp
> to the linker).

Maybe I am missing something here but can't you just let g++ handle all
the C++ issues.  If G++ does call the native linker and you need to pass
special options too it this native linker is bound to be the same as the
linker used for C programs.  So then can't C++ libtool get the necessarily
options to pass (like the rpath stuff) from the C part of libtool.  Or am
I missing something?

--- 
Kevin Atkinson
[EMAIL PROTECTED]
http://metalab.unc.edu/kevina/

Reply via email to