From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14438 invoked by alias); 14 Mar 2008 06:29:24 -0000 Received: (qmail 14428 invoked by uid 22791); 14 Mar 2008 06:29:24 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Mar 2008 06:29:00 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Ja3PW-00023L-GP for gcc-help@gcc.gnu.org; Thu, 13 Mar 2008 23:28:58 -0700 Message-ID: <16045169.post@talk.nabble.com> Date: Fri, 14 Mar 2008 06:29:00 -0000 From: gkarthi29 To: gcc-help@gcc.gnu.org Subject: creating c shared library on AIX and HP MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: karthikeyan.gangatharan@lntinfotech.com X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg00128.txt.bz2 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.