I am trying to build a shared library in Solaris using Forte C++. I need to be able to link the objects to a static third party library.
ex.
CC -G -o mylib.so -Kpic myfile.o -lsocket -lthread -lpthread -lcurses -lthirdpartystaticlib
If I use the above compiler command, it successfully builds...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.