Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Warning while linking a dynamic library

Status
Not open for further replies.

Kenrae

Programmer
Feb 7, 2001
174
ES
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
 
You can probably safely ignore this warning, which I believe is
a routine warning, and will not affect how your code runs on
your machine. I think that the warning relates to running the
program on older versions of the operating system. Jim

oracle, vb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top