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
__
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
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?