Search Results

Search: Posts Made By: morrisey
Forum: AIX 05-12-2008
2,024
Posted By morrisey
compiling issues
Anyone know why I'm getting the below compiling errors when I #include the <sys/shm.h> file to my .h file?....
This is on a 64bitmode machine but compiling some code in 32bitmode with the...
Forum: AIX 04-11-2008
6,693
Posted By morrisey
I also tried to compile it in 64 bit mode and got...
I also tried to compile it in 64 bit mode and got the exact same errors as in 32 bit mode.
Forum: AIX 04-10-2008
6,693
Posted By morrisey
Compile errors because of the ras.h file
I recently compile some code in 32 bit mode on a AIX 5.3 server that has its kernal set to 64 bit mode. The compile was successful and the code works great. That being the case I use the model of the...
Forum: AIX 03-19-2008
7,251
Posted By morrisey
I got it to work, I ended up having to...
I got it to work,

I ended up having to use....
/u01/app/oracle/product/10.2.0/precomp/lib/libsql10.a which is for 64 bit mode
instead of.......
Forum: AIX 03-19-2008
7,251
Posted By morrisey
Yes, In the command line below you can see...
Yes,
In the command line below you can see that I'm pointing to lib32 so I think I got that covered unless I'm missing one.

cc -L/u01/app/oracle/product/10.2.0/lib32/ -o hl7_post -g -D_ORACLE_...
Forum: AIX 03-18-2008
7,251
Posted By morrisey
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...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 09:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy