libtool-patches
[Top][All Lists]
Advanced

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

RE: IRIX 6.5 and exporting symbols.


From: Peter Ekberg
Subject: RE: IRIX 6.5 and exporting symbols.
Date: Thu, 10 Mar 2005 10:42:34 +0100

Ralf Wildenhues wrote:
> Michael -- this might be of interest for you.  Quoting
> generously since
> the ML archives don't provide me with a link yet.
> 
*snip*
> Preprocess a file with __GNUC__ (and __GNUC_MINOR__ if necessary).
> Maybe we can abandon that idea in favor of just running the linker
> through gcc with `-exports_file' and see whether that blows up..

Here's a new patch that tries to link a DSO and explicitly
exporting its sole function. The patch uses -exported_symbol
for the test instead of -exports_file, but that is equivalent.


2005-03-10  Peter Ekberg  <spam.protected>

        * m4/libtool.m4 (_LT_LINKER_SHLIBS): Test if it is
        possible to use the -exports_file linker option on
        irix with gcc, as the gcc specs file may include
        a -hidden_symbol option that is clashing with the
        -exports_file option.
        See this gcc bugzilla entry for further details:
        http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15288

Cheers,
Peter

Attachment: irix-export-symbols-conflict-2.patch
Description: irix-export-symbols-conflict-2.patch


reply via email to

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