I have been trying this for over a month. Sun tutorial only tells me how to do it under Solaris or with Visual C++ under windows.
My problems are stated as follows:
1. I have access to a Solaris SunOS 5.8, but it does not have any C/C++ compiler. I downloaded gcc2.95.3 from sunfreeware.com, and tried doing pkgadd, but the pkgadd is unfortunately not available on the system.
2. The unix system of my university, which I also have access to, does have both
Java and C/C++ compilers, but the problem is I don't know how to build a shared library on that system. That system is Digital UNIX V4.0F OSF1 1229 alpha.
3. I don't have Visual C++ under my Windows box, but do have the free command line C++ compiler offered free by Borland. But I don't know how to build a shared library with it.
I have been checking with quite a few people, none of them was able to help.
So, dear gurus, can you guys help me out?