Pro*c compilation error

Hi,

Recently our codes have been migrated to new server, whenever we compile any pro*c programs we receive the following
errorl. please help

>> make -f lib_util.mk all

CC= ucbcc 4Compiling lib_util
### command line files and options (expanded):
### -xO3 -DNULL=0 -v -o lib_util.o -L/opt/oracle/product/10.2.0/precomp/lib/ -L/opt/oracle/product/10.2.0/lib/ -c lib_util.c -I. -I./include
### ucbcc: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
/opt/SUNWspro/prod/bin/acomp -Qy -N /tmp/acomp.14994.2.ir -I. -I./include -g "/opt/SUNWspro/prod/bin/acc -O -DNULL=0 -v -L/opt/oracle/product/10.2.0/precomp/lib/ -L/opt/oracle/product/10.2.0/lib/ -c -I. -I./include -c" -b -Xa -D__SunOS_5_10 -D__SUNPRO_C=0x570 -Dunix -Dsun -Dsparc -D__unix -D__sun -D__sparc -D__BUILTIN_VA_ARG_INCR -D__SVR4 -D__RESTRICT -D__PRAGMA_REDEFINE_EXTNAME -I/opt/SUNWspro/prod/include/cc -O3 -DNULL=0 -destination_ir=iropt -i lib_util.c -o /tmp/acomp.14994.1.s -r /tmp/acomp.14994.0.ir
"lib_util.c", line 117: warning: no explicit type given
"lib_util.c", line 119: warning: no explicit type given
"lib_util.c", line 121: warning: no explicit type given
"lib_util.c", line 122: warning: no explicit type given
"lib_util.c", line 123: warning: no explicit type given
/opt/SUNWspro/prod/bin/iropt -N/tmp/acomp.14994.2.ir -O3 -xarch=generic -xcache=generic -xchip=generic -F -xvector=no -xprefetch=auto,explicit -xprefetch_level=1 -I -o /tmp/iropt.14994.3.ir -is /tmp/acomp.14994.1.s /tmp/acomp.14994.0.ir
compiler(iropt) error: FCALL with no root
rm /tmp/acomp.14994.0.ir
rm /tmp/acomp.14994.1.s
rm /tmp/acomp.14994.2.ir
rm /tmp/iropt.14994.3.ir
*** Error code 1
The following command caused the error:
ucbcc -O -DNULL=0 -v -o lib_util.o -L/opt/oracle/product/10.2.0/precomp/lib/ -L/opt/oracle/product/10.2.0/lib/ -c lib_util.c -I. -I./include
make: Fatal error: Command failed for target `lib_util.o'

No duplicate or cross-posting, please read the rules.

Continue here:

http://www.unix.com/high-level-programming/66044-pro-c-compilation-error.html\#post302197496

Thread closed.