This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Exporting symbols from an executable


On Tue, Oct 10, 2000 at 06:10:38PM -0700, Venkat Iyer wrote:
> I've read everything I could (including libtool, dlltool, gcc, ld
> documentation, cygwin archives, and google and alltheweb searches),
> and still haven't managed to make this work.
> 
> I want to export symbols from an executable, so that they can be used
> to resolve symbols at run time from dlopen'ed libraries.


Jason.Tishler@dothill.com said:
> 1. When I use MS's dumpbin /exports on the a.exe produced from your
> build procedure, I noticed that f1 was NOT exported. 

Huh, I wonder if compiling the main program with -rdynamic would help?

-- 
Steve Williams                "The woods are lovely, dark and deep.
steve@icarus.com              But I have promises to keep,
steve@picturel.com            and lines to code before I sleep,
http://www.picturel.com       And lines to code before I sleep."



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]