bug-libtool
[Top][All Lists]
Advanced

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

Re: question about libtool


From: Robert Boehne
Subject: Re: question about libtool
Date: Fri, 14 Dec 2001 09:32:55 -0600

Wayne Christopher wrote:
> 
> Robert Boehne wrote:
> 
> > I don't think this is supposed to work, if it is, it's news
> > to me.  Where does the documentation refer to this?
> > (and in what version?)
> 
> In version 1.3.5, libtool --help --mode=link reports:
> 
>   -export-symbols-regex REGEX
>                     try to export only the symbols matching REGEX
> 
> I interpret this as meaning "don't export the other symbols".  Well, I
> guess I am reading "export" as "make global" and "don't export" as "make
> local or otherwise hide from the linker".  Is that incorrect?
> 
> Thanks,
> 
>         Wayne

Wayne:

This option is intended for creating libraries, not reloadable object
files.
It should work if you are creating a library, but I'm personally not
familiar with creating reloadable object files with any options other
than -r to ld.  So I'm not sure if "ld" will support this on any
systems or not.

Robert

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden



reply via email to

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