RE: distcheck fails after libtoolizing

2002-02-27 Thread Stephano Mariani
This is a known bug in libtool-devel on cygwin. It will be fixed in the next release, I think. Stephano Mariani > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Akim Demaille > Sent: Wednesday, 27 February 2002 8 20 > To: [EMAIL PRO

How do I export only specific symbols? What name should I pass to lt_dlopen?

2002-03-01 Thread Stephano Mariani
symbols are exported! I have yet to see if the patched libtool even works on Linux or Solaris. How do I specify a .def file for windows targets? The .sym seems to make no difference. Thanks in advance! Stephano Mariani ___ Libtool mailing list [EMAIL

RE: Specifying a .def file for use with libtools libraries

2002-03-01 Thread Stephano Mariani
GISTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | sed 's/.* //' | sort | uniq > .libs/libfile.exp And passes it to ld via gcc using -Wl,-retain-symbols-file -Wl,.libs/libfile.exp This seems flawed to me since ld simply ignores it as far as I can see! Stephano M

RE: Specifying a .def file for use with libtools libraries

2002-03-01 Thread Stephano Mariani
not on windows! Stephano Mariani > -Original Message- > From: Charles Wilson [mailto:[EMAIL PROTECTED]] > Sent: Monday, 18 February 2002 8 12 > To: Stephano Mariani > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Specifying a .def file for use with libtools lib

Bug in libltdl?

2002-03-20 Thread Stephano Mariani
) { sk_err ( "Close" ); } if ( lt_dlexit ( ) ) { sk_err ( "Exit" ); } return 0; } I get a segfault on the lt_dlclose line since the module does not exist, and yet lt_dlopen does not return NULL. Please advise, Thanks, Stephano Mariani ___