HARIKRISHNA Kocheralkota wrote:
Is there any GPC compiler option available for creating .so
The same as with GCC, e.g.:
gpc -shared -Wl,-soname=whatever -o foo.so.42 files
You might also want to try libtool (but I have no experience with it myself).
Frank