Hi, 

I have a problem need someone help me out. I use the GNU make utility to 
compile a Oracle Pro*C file into executable, but no matter how I play around 
the make file, I could not keep the middle temporary C file which is created by 
Pro*C compiler and this middle file was always automatically removed after the 
final target was created. 

/x/dev/sbt/src/lib/edit.pl sbt0202.ppc

proc code=ANSI_C SQLCHECK=syntax include=/sys2/oracle/product/9.2.0/precomp/publ
ic iname=sbt0202.pc

Pro*C/C++: Release 9.2.0.5.0 - Production on Mon Jun 27 22:38:36 2005

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

System default option values taken from: /sys2/oracle/product/9.2.0/precomp/admi
n/pcscfg.cfg

cc -DDEBUG -g -D_POSIX_SOURCE   -I. -I/sys2/oracle/product/9.2.0/precomp/public
-I/usr/include  -I/usr/include/sys  -c sbt0202.c
sbt0202.c:1078:1: warning: no newline at end of file

cc -DDEBUG -g -D_POSIX_SOURCE   -I. -I/sys2/oracle/product/9.2.0/precomp/public
-I/usr/include  -I/usr/include/sys  -c sbt0201.c

----> Building "sbt020"
cc -g -o sbt020  sbt0202.o sbt0201.o -L. -L/sys2/oracle/product/9.2.0/lib  -L/us
r/lib   -ldl -lclntsh -lm -lc  -L../lib -lsbt  ;
----> TARGET "sbt020" - DONE

rm sbt0202.c sbt0202.pc         <=== Not expected!!!!!


Thanks for the help.

Lane Kong
ISD, LPL/Finance Systems
Loblaw Company Limited
6 Monogram Place
Toronto, Ontario
Canada

Tel: (416) 240-3335
Email: [EMAIL PROTECTED]




_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to