This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

creating c shared library on AIX and HP


Hi

I am using the following gcc command to create a shared  lib on AIX machine.

gcc  -w -g -shared -o libXXXXX.a  -I test.c

Can i use the same command (with the same options like -w -g -shared -o and
-I) on a HP maching to create shared library? or Any modifications needed?. 

Kindly Advise. Thanks in advance.
-- 
View this message in context: http://www.nabble.com/creating-c-shared-library-on-AIX-and-HP-tp16045169p16045169.html
Sent from the gcc - Help mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]