RE: extra exports with libtool (pr-msvc-support)

2009-08-28 Thread David Byron
> Indeed, good to know. Your input made me realize that it > should be possible to work around the extra exports with > something like -export-symbols-regex=probably_not_a_match > or with an empty SYMFILE and -export-symbols=SYMFILE > > Untested though, but the linker should then pick up the > sym

Re: segfault on library linking

2009-08-28 Thread Adam Mercer
On Fri, Aug 28, 2009 at 01:34, Mike Frysinger wrote: > this crash isnt coming from libtool.  you should ask on one of the apple/os x > forums about it. Thanks, I will Cheers Adam ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: extra exports with libtool (pr-msvc-support)

2009-08-28 Thread Peter Rosin
Den 2009-08-27 18:40 skrev David Byron: The portable way to specify which symbols you want to be visible (with libtool) is to use -export-symbols or -export-symbols-regex, IIUC. So, assuming you have some visibility requirements you are better off using those options anyway. Lightbulb goes on a