Re: AIX v3.2 w/ Oracle 7.1.4 OCI linker errors

From: Steve Harms <sharms_at_netcom.com>
Date: 1996/01/27
Message-ID: <310AA386.6F76125C_at_netcom.com>#1/1


Niko Faradouris wrote:
>
> While linking C code with calls to OCI I get
> during linking the following unresolved symbols
>
> __mulh
> __divus
> __divss
> __quous
> __quoss
>
> Any idea what's missing? Any help will be apreciated
>
> Pls post your reply to farad_at_i-cube.com
>
> Thanks

You have to include the file 'mili.exp'
in your link command, as in:

cc -o $(PROG) $(OBJS) $(OCILIBS) -bI:$(ORACLE_HOME)/lib/mili.exp

That will 'resolve' your problem.

Steve Harms Received on Sat Jan 27 1996 - 00:00:00 CET

Original text of this message