Re: segfault on library linking

2009-08-27 Thread Mike Frysinger
On Thursday 27 August 2009 21:33:02 Adam Mercer wrote: > Recently I've started seeing messages of the following form when > linking my library on Mac OS X: > > ../../../libtool: line 7824: 39012 Segmentation fault dsymutil > .libs/liblalmetaio.0.dylib > > although it appears that the library i

segfault on library linking

2009-08-27 Thread Adam Mercer
Hi Recently I've started seeing messages of the following form when linking my library on Mac OS X: ../../../libtool: line 7824: 39012 Segmentation fault dsymutil .libs/liblalmetaio.0.dylib although it appears that the library is successfully linked, from the dsymutil man page it seems like

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

2009-08-27 Thread 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 bit. Whatever happens with __de

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

2009-08-27 Thread Peter Rosin
Den 2009-08-25 22:54 skrev David Byron: Re-ordering paragraphs... Not on all systems, but I think that will happen with gcc/ld though. I think they will only export dllexported symbols if at least one such symbol exist. However, this causes some trouble if you e.g. have a library that is not de