dlopen patch [was Re: dlopen]

Mumit Khan khan@xraylith.wisc.edu
Sun Nov 15 23:41:00 GMT 1998


"Christian Jullien" <Eligis@wanadoo.fr> writes:
> 
> But it does not work since all symbols MUST be exported (am I right ?). In
> my special case I can't export all symbols,
> I've also a lot (>= 50000) generated assembler lines.

That's correct. Of course, the solution is simple since all you need to 
do is to link with an export file (dlltool can create that easily), and 
with Gary's patch you can dlopen/dlsym the function quite easily.

> If you have a better solution I will be happy to test it (and/or to improve
> it).

I'm attaching a trivial example (to run this, you have to have Gary's
patch or wait for b20.1). Please let me know if this doesn't work for
your application.

btw, a good example for this is in Perl's configuration, where perl is
built as an exportable executable. You can also use dllwrap (with a
few extra semi-documented flags), but it's just as easy doing it using
the simple Makefile included in my example.

Regards,
Mumit

-------------- next part --------------
A non-text attachment was scrubbed...
Name: exp-exe.tar.gz
Type: application/x-gzip
Size: 688 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/19981115/d5f7cc05/attachment.bin>


More information about the Cygwin mailing list