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.

which c compiler are you using?
what platform?

i am on AIX 5.3 and the compiler is version 6.0.0.0

Are you using demo_proc.mk?

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