I'm trying to port some unix code to Mac OS X.
It builds fine on other platforms (Linux and Solaris).
On the Mac, the g++ "-shared" option
doesn't work. g++3 complains and g++2
doesn't complain but also doesn't work.
This is a sizable project and I'd rather
not reconfigure and debug the many makefiles
(most written by others).
How do I get this "-shared" option to work?
Is there another commmand line compiler
available that supports it?