Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Help compiling Oracle 7.1.6 Pro*C sample programs on AIX 4.2

Help compiling Oracle 7.1.6 Pro*C sample programs on AIX 4.2

From: Brian M. Biggs <bbiggs_at_cincom.com>
Date: 1997/05/01
Message-ID: <01bc567c$ad283c80$960112c7@bbiggs>#1/1

All,

Has anyone tried to compile the sample programs for Oracle 7.1.6.2 on an IBM AIX 4.2 system? We are having some problems compiling some of our existing C programs on this platform. When I tried to compile the sample programs I get the results shown below (sorry for the long message). Has anyone successfully done this before, or can someone provide clues to what we could try to get it to work?

Thanks,
Brian



$ make -f proc.mk sample6

        /u01/home/dba/oracle/product/7.1.6/bin/proc iname=sample6.pc

Pro*C: Release 2.0.6.0.0 - Production on Thu May 1 18:08:16 1997

Copyright (c) Oracle Corporation 1979, 1994. All rights reserved.

System default option values taken from:
/u01/home/dba/oracle/product/7.1.6/proc
/pmscfg.h

        make -f /u01/home/dba/oracle/product/7.1.6/proc/lib/proc.mk OBJS=sample6
.o EXE=sample6 build

        /u01/home/dba/oracle/product/7.1.6/bin/proc dbms=v6_char iname=sample6.p
c

Pro*C: Release 2.0.6.0.0 - Production on Thu May 1 18:08:17 1997

Copyright (c) Oracle Corporation 1979, 1994. All rights reserved.

System default option values taken from:
/u01/home/dba/oracle/product/7.1.6/proc
/pmscfg.h

        oraxlc -I. -O -I/u01/home/dba/oracle/product/7.1.6/sqllib/public -c samp
le6.c
oraxlc -L/u01/home/dba/oracle/product/7.1.6/lib -o sample6 sample6.o -lsql
/u01/

home/dba/oracle/product/7.1.6/lib/osntab.o -lsqlnet -lora -lsqlnet -lora -lnlsrt
l -lcv6 -lcore -lnlsrtl -lcv6 -lcore -lm -lld -lm /lib/crt0.o -lc -bI:/u01/home/
dba/oracle/product/7.1.6/lib/mili.exp

ld: 0711-224 WARNING: Duplicate symbol: .__quous
ld: 0711-224 WARNING: Duplicate symbol: __quous
ld: 0711-224 WARNING: Duplicate symbol: .__divus
ld: 0711-224 WARNING: Duplicate symbol: __divus
ld: 0711-224 WARNING: Duplicate symbol: .__divss
ld: 0711-224 WARNING: Duplicate symbol: __divss
ld: 0711-224 WARNING: Duplicate symbol: .__quoss
ld: 0711-224 WARNING: Duplicate symbol: __quoss
ld: 0711-224 WARNING: Duplicate symbol: .__mulh
ld: 0711-224 WARNING: Duplicate symbol: __mulh
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
ld: 0711-317 ERROR: Undefined symbol: .sltsini
ld: 0711-317 ERROR: Undefined symbol: .sltster
ld: 0711-317 ERROR: Undefined symbol: .upipi

..... etc. .....

-- 
Brian M. Biggs              http://www.cincom.com/
Cincom Systems, Inc.        voice: (513)677-7661
Received on Thu May 01 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US