![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create individual tgz files from a set of files | amitg | UNIX for Dummies Questions & Answers | 4 | 04-29-2008 09:13 AM |
| compare files and create new with awk | tonet | Shell Programming and Scripting | 7 | 12-27-2007 10:05 AM |
| on how to create files | fiol73 | UNIX for Dummies Questions & Answers | 2 | 12-19-2006 07:41 AM |
| How to compare several files and create a new one | alxkn | UNIX for Dummies Questions & Answers | 1 | 07-17-2006 11:04 PM |
| Trying to create files from a file | jordimirobruix | Shell Programming and Scripting | 5 | 11-02-2004 07:33 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how to create .so files from .o files in HP-UX
Hi,
I need to create .so files from .o files(compiled c files) in HP-UX env. I dont have GCC in the HP-UX server. Is there any other way to create without using GCC. I have done this in solaris.I had been using this command Code:
/opt/SUNONE8/SUNWspro/bin/cc -G -o abc.so ./abc.o $ORACLE_HOME/lib/libsqlplus.a -lc -lcrypt Now i have to create the same in HP-UX. Please give me the HP equivalent tool/command which creates .so files like in SUN (no GCC). Thanks in Advance. |
|
||||
|
i used cc. But with options "-G -o" as i used in solaris. Its throwing this error
Quote:
Quote:
|
|
|||||
|
Looks like you are using the HPUX cc which is a basic KR c , its there mainly to recompile the HPUX kernel...
Either you pay for HP ANSI C (but there is a C++ lib patch...free... used for e.g. oracle...) Or you install gcc you get at your prefered HP archive&porting site ---------- Post updated at 14:34 ---------- Previous update was at 11:05 ---------- You can download from here: Search Archive 2.0.0 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|