![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New to C/gcc compiler - compile error. | anish | High Level Programming | 9 | 12-13-2007 08:03 PM |
| C compile error | kuampang | High Level Programming | 3 | 11-30-2006 12:30 AM |
| Compile error | coulio | High Level Programming | 9 | 06-30-2006 05:43 AM |
| compile error while using dlopen | shriashishpatil | High Level Programming | 5 | 06-29-2006 03:01 AM |
| Error in compile C by gcc | zico | High Level Programming | 4 | 11-12-2003 02:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
compile error message
i was trying to compile a c program and got the error below. i need help on how to resolve this
$ make -ef putput `if [ ORACLE = INFORMIX ]; then echo getinf.awk ; else echo getora.awk;fi` EI.sql `if [ ORACLE = INFORMIX ]; then echo esql -static ; else echo esqlo8i;fi` -O -I. -c EI`if [ ORACLE = INFORMIX ]; then echo .ec; else echo .pc;fi` 5 4 /u01/app/oracle/product/9.2.0/bin/proc varchar=yes parse=none ireclen=132 oreclen=132 sqlcheck=syntax dbms=v9 hold_cursor=yes maxopencursors=50 mode=oracle iname=EI.pc Pro*C/C++: Release 9.2.0.1.0 - Production on Wed Sep 27 08:12:30 2006 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. System default option values taken from: /u01/app/oracle/product/9.2.0/precomp/admin/pcscfg.cfg PCC-F-02044, CMD-LINE: Illegal or out of range value for option: dbms=v9 make: 1254-004 The error code from the last command is 1. |
|
||||
|
proc SQLCHECK=FULL USERID=user/passwd iname=$1.pc define=_IBM_C
make -f $ORACLE_HOME/precomp/demo/proc/demo_proc.mk build EXE=$1 OBJS=$1.o The above statement may help you |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|