![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Kernal Information | shaan_dmp | UNIX for Dummies Questions & Answers | 4 | 02-15-2007 09:55 AM |
| reload kernal without reboot | dozy | Linux | 3 | 10-02-2005 12:20 PM |
| Kernal Panic | jcoleman544 | UNIX for Dummies Questions & Answers | 3 | 06-09-2003 11:50 AM |
| kernal parameters on Linux 7.3 | lapnguyen | Filesystems, Disks and Memory | 2 | 08-14-2002 12:18 PM |
| kernal log message | reddyb | UNIX for Advanced & Expert Users | 1 | 10-30-2001 02:09 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Compiling 32 bit app on 64 bit kernal
I've been trying to compile an application that works on AIX 5L in 32 bit mode on an AIX 5L 64 bit mode machine. In doing so I get a lot of undefined symbol errors.
Below is a sample of what the output looks like..... %make -f makefile_hl7 all cc -L/u01/app/oracle/product/10.2.0/lib32/ -o hl7_post -g -D_ORACLE_ -D_HL7_ obj_hl7/post obj_hl7/p_history.o /u01/app/oracle/product/10.2.0/precomp/lib32/libsql10.a -L/u01/app/oracle/product/10.2.0/lib32/ -lclntsh -lld -lm `cat /u01/app/oracle/product/10.2.0/lib32/sysliblist` -lm -lc_r -lpthreads ld: 0711-317 ERROR: Undefined symbol: .lcvb2w ld: 0711-317 ERROR: Undefined symbol: .upih2o ld: 0711-317 ERROR: Undefined symbol: .upiico ld: 0711-317 ERROR: Undefined symbol: .lxldini ld: 0711-317 ERROR: Undefined symbol: .lmsaicmt ld: 0711-317 ERROR: Undefined symbol: .lxmopen ld: 0711-317 ERROR: Undefined symbol: .lxoWriChar |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|