Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> pro*c v8 What libs are needed for linking?
We are migrating oracle v7 to v8 on AIX. We have a customized makefile that included the following
SYSLIBS = -lXm -lXt -lX11 -lXmu -lm $(OSLIBS) \
-L$(ORACLE_HOME)/lib -lsql -lsqlnet -lnlsrtl3 -lc3v6 \
-lcore3 -lnlsrtl3 -lcore3 -lclntsh -lclient -lcommon \
-lgeneric -lepc -lncr
Does anyone know what the correct libs should be for linking with v8? We really don't want to have to modify the demo make Oracle provided.
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Aug 18 2000 - 13:18:03 CDT
![]() |
![]() |