Here are a couple of other links that may help (again, I'm sorry I don't have more direct input):
http://www.experts-exchang
Here is one that isn't hp-ux specific, it is unix though, and seems to show more instruction on how to compile the demo...
http://www.experts-exchang
And I think this one looks like it may have lot's of clear instruction on compiling a program. Also discusses pro*c vs. OCI arguments.
http://www.experts-exchang
This one seems more remote, but also has some refernce info
http://www.experts-exchang
Main Topics
Browse All Topics





by: RCorfmanPosted on 2006-03-22 at 11:57:47ID: 16261210
The line that you got is saying that it didn't hink it needed to compile the library. I think the .mk file needs input on top of what was provided... but I don't know for sure because the development environment I used generated the .mk files on the fly and ran them.
e.com/Prog ramming/Q_ 21121227.h tml
p/demo/pro c/demo_pro c.mk build EXE=pgsqlldr OBJS=pgsqlldr.o CODE=ansi_c MODE=ansi
I haven't used pro*c on hp-ux, I have on Windows. I don't know if these will help or not (I don't usually spam links, but in this case...).
http://www.experts-exchang
This makes reference to using this line with that .mk file..
I use this command to compile:
/usr/bin/make -f /apps/oracle/ora817/precom