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: Thu, 13 Dec 2001 13:53:35 -0600

Wayne Christopher wrote:
> 
> Dear libtool maintainers,
> 
> I'm trying to use libtool to hide all but a few symbols in a .o file
> that I have created with ld -r.  I use the command:
> 
> libtool --mode=link \
>         ld -r -u export_1 -o output_file.o \
>         input_file.o -export-symbols-regex export_.\*
> 
> but in output_file.o there are lots of T and D symbols that don't match
> the pattern I specified and aren't mangled in any way.  Is this the
> right way to do it?  I can't tell from reading the documentation how
> this is supposed to work.
> 
> Thanks in advance,
> 
>         Wayne
> 

Wayne:

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?)

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]