Hi,
Neon shall be linked in as a static library, but the Mac OS X ld seems to have no switch to tell it to prefer a static library over a dynamic one for a given -l argument (what can be done via - Bstatic -l... -Bdynamic on GNU ld, for example). I worked around that in a rather ugly way for now, solenv/inc/libx.mk:1.123.22.1 l. 228--234:
I do not know if this is connected, but IIRC static libs have to be at the end of the link line.
-- Pavel Janík --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
