Archive for 5月 14th, 2005
今天有一客户在编译一proc*c application时发生如下错误:
“libclntsh.so is up to date”
在metalink上查找该内容,解决方法如下:(Note:153677.1)
fact: Precompilers 8
fact: PRO*C
fact: Solaris Operating System (SPARC)
symptom: Building Pro*C application fails
symptom: ‘libclntsh.so’ is up to date
cause: You are missing the “build” target in the make command.
fix:Build your Pro*C application using the “build” target as
follows:
make -f demo_proc.mk build OBJS=progname.o EXE=progname(For c++ use the “cppbuild” target)
Page 1 of 11