Hi,
I have problems getting libtool to create shared libraries under BeOS.
When examining the libtool-script and comparing with another platform,
it seems that if I change the definition below:
# Flag that allows shared libraries with undefined symbols to be built.
allow_undefined_flag="unsupported"
to:
allow_undefined_flag=""
, I get my libraries, and everything seems to work perfectly fine.
What is the correct way of getting libtool to create shared libraries
under BeOS?
When I do a "nm -u" on the created shared library, I get this:
$ nm -u libreg.so
__builtin_delete
__deregister_frame_info
__pure_virtual
__register_frame_info
memcmp
printf
Regards,
erik
--
Erik Eriksson <[EMAIL PROTECTED]>