I've tried to compile hpoj-0.91 in my workstation with MacOs X 10.3.4. I receive an error:
cc: unrecognized option `-shared' ld: unknown flag: -soname make[1]: *** [libhpojip.so.0.1] Error 1 make: *** [just_compile] Error 2
From Apple dev docs I've seen that "-shared: In GCC 2, generates shared liibraries. In GCC 3, this option is not supported, so you should use libtool (or use ld directly) instead. Shared libraries in Mac OS X may be different from those you are accustomed to on other platforms".
Could you help me? there's somthing that could I do?
Thanks for your support, and patience. All advices are welcome :)
Regards Andrea