I've done a dynamic library for calling it from Oracle. Oracle reports an error and I don't know if it's an Oracle-related error or a Unix error.
But when I link the library I have a warning. Something like that:
$ ld -b -o extproc.so extproc.o
ld: (Warning) At least one PA 2.0 object file (extproc.o) was detected. The linked output may not run on a PA 1.x system.
Can someone tell me what it is?
Thank you
P.D: I use HP-UX release 11.00
But when I link the library I have a warning. Something like that:
$ ld -b -o extproc.so extproc.o
ld: (Warning) At least one PA 2.0 object file (extproc.o) was detected. The linked output may not run on a PA 1.x system.
Can someone tell me what it is?
Thank you
P.D: I use HP-UX release 11.00