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
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
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
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
)
{
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
___