libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compaq UNIX 4.0 multi-language-branch


From: ANEESH KUMAR .K.V
Subject: Re: Compaq UNIX 4.0 multi-language-branch
Date: Thu, 19 Oct 2000 03:20:45 GMT

Hai ,

I checked it with compaq for it is actually a bug in compaq cxx compiler(6.2-024) . They have fixed it . The way of passing linker flag to the compiler is -Wl . The fix i have sent it make it -WL which is wrong . Can you tell me the status of patch that support -export-symbol option . I think that should work fine . But with the current libtoll and cxx to work together rpath should be passed directly . ie instead of saying
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'

if should have
if os other that osf
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
else
hardcode_libdir_flag_spec='-rpath $libdir'

-aneesh



From: Alexandre Oliva <address@hidden>
To: Robert Boehne <address@hidden>
CC: address@hidden, "Aneesh Kumar K.V" <address@hidden>
Subject: Re: Compaq UNIX 4.0 multi-language-branch
Date: 18 Oct 2000 18:43:01 -0200

On Oct 18, 2000, Robert Boehne <address@hidden> wrote:

>   The main change was to NOT use -Wl,-rpath but to use
> -rpath directly as an argument to cxx/c89.

There's a patch pending review from Aneesh Kumar (Cc:ed), posted just
a week ago, that arranges for -WL to be used instead of -Wl, when
using Compaq's compilers.  Would this fix the problem for you?  In
this case, would you be so kind as to post the resulting patch for the
multi-language branch?  The fact that it was only for mainline is one
of the reasons why I still haven't checked it in.  I'd rather avoid
divergence as much as possible.

--
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at http://profiles.msn.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]