building shared objects...

2001-03-23 Thread David Reid
what commands should be required to be passed in to a build to make a shared object? Sorry if this is a bit 101, bit I want to verify that a project is passing in the correct command line before I go into too much more effort on it. Thanks. david __

Undefined symbols

2000-12-09 Thread David Reid
To get BeOS respecting undefined symbols I need to pass --ignore-undefined to the linker. I've changed the allow-undefined-flag but it still doesn't do as it should. the exact flag I need to pass to gcc is -Xlinker --ignore-undefined. How can I do this? Also, is there a flag somewhere that say

More info

2000-12-03 Thread David Reid
How can I get more information on failed tests? I'm trying to get libtool working in a more helpful way on BeOS and the CVS version keeps failing some tests (6 of them) and I'd like to be abel to get more information on why. Thanks, and if anyone else is looking after BeOS can they get in touch?