Re: Make file error

From: Naser El-Bathy <nelbathy_at_ford.com>
Date: 17 Oct 2002 14:43:43 -0700
Message-ID: <38ccdbd.0210171343.71e3d1b7_at_posting.google.com>


Dave <David.W.Spencer_at_elcaro.moc> wrote in message news:<3DAEA3ED.4070606_at_elcaro.moc>...
> Well, "sh: proc not found" means the shell can't find the proc
> executable, which would be because it isn't on the path, which is normal
> for root login. Why are you compiling as root? You should only login
> as root for essential system maintenance only.
>
> Add $ORACLE_HOME/bin to the path and it should work.
>
> Dave.
>
>
> Naser El-Bathy wrote:
> > Hello,
> >
> > I'm trying to run make command on "durgantt.make" file to generate
> > "durgantt.exe" file but I recieved the error below.
> >
> > Your assistance is appreciated.
> >
> > My e-mail is: nelbathy_at_ford.com
> >
> > pt8387-root1# make -f durgantt.make exe="durgantt.exe"
> > objs="durgant.o"
> > proc ireclen=255 lines=yes include=/export/ford/pt8387/u/oracle/lib
> > sqlcheck=semantics
> > userid=durgantt_web_at_fcdb1ax_DEVA.world -L/ford/pt8387/u/oracle/lib
> > iname=db_setup.pc
> > sh: proc: not found
> > *** Error code 1
> > make: Fatal error: Command failed for target `db_setup.c'

Thank you for your help.

Now I have the error below. Please advise me.

pt8387-root1# make -f durgantt.make exe="durgantt.exe" objs="durgantt.o" /opt/SUNWspro/bin/cc -o -L/export/ford/pt8387/u/oracle/lib -lclntsh -lsql -l ncr -lclient -lcommon -lgeneric -lncr -lclient -lcommon -lgeneric -lepc -ln lsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /export/ford/pt8387/u/oracl e/rdbms/lib/sysliblist` -lm -lthread
usage: cc [ options] files. Use 'cc -flags' for details *** Error code 1
make: Fatal error: Command failed for target `build' pt8387-root1# Received on Thu Oct 17 2002 - 23:43:43 CEST

Original text of this message