Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: OCI link line for solaris
just add -lclntsh to your link line and tell where this file can be
found.
(fullname "libclntsh.so" comming from $ORACLE_HOME/lib)
INCL_PATH=$ORACLE_HOME/rdbms/demo
LIB_PATH=$ORACLE_HOME/lib
cc -o myprg -I$INCL_PATH source_oci.c -L$LIB_PATH -lclntsh
Markus
Simeon Bailey wrote:
>
> Hey, :-)
> Would someone be able to supply me with the OCI link line for
> solaris.
>
> Many Thanks
> S.
Received on Fri May 28 1999 - 02:05:31 CDT
![]() |
![]() |