Re: [Re: /bin/sh: cpp: command not found]

2000-07-01 Thread linda hanigan
gt; To: <[EMAIL PROTECTED]> Sent: Thursday, June 29, 2000 9:09 AM Subject: Re: [Re: /bin/sh: cpp: command not found] Hi Linda, I tried to compile with g++ also. Just it doesn't work. I attach the IDCT.tar.gz, contain : IDCT.tmpl, expand_const.c, compute.y, and Makefile. If you don&#x

Re: [Re: /bin/sh: cpp: command not found]

2000-06-29 Thread Margaretha Sulistyoningsih
cc -d compute.y mv -f y.tab.c compute.c gcc -c expand_const.c gcc -o expand_const expand_const.o compute.o -lm rm -f IDCT.java ./expand_const IDCT.tmpl | cpp | sed '1d' > IDCT.java /bin/sh : cpp : command not found. And if you success in getting the result : I

Re: [Re: /bin/sh: cpp: command not found]

2000-06-29 Thread Margaretha Sulistyoningsih
gcc -o expand_const expand_const.o compute.o -lm rm -f IDCT.java ./expand_const IDCT.tmpl | cpp | sed '1d' > IDCT.java /bin/sh : cpp :command not found I thought I don't have cpp, so I try to install cpp-1.1.2-12.i386.rpm from R.H CD, but I got an error message saying that cpp

Re: /bin/sh: cpp: command not found

2000-06-26 Thread Steven W. Orr
in order to produce one java class (named IDCT.cla= =>ss) =>from a file which is combination of java and c program(named IDCT.tmpl).= => The =>results are: => => gcc -o expand_const expand_const.o compute.o -lm => rm -f IDCT.java => ./expand_const IDCT.tmpl | cpp | sed &#

Re: /bin/sh: cpp: command not found

2000-06-25 Thread Danny
Do a which cpp or whereis cpp Looking forward to your feedback. dannyh [EMAIL PROTECTED] On Mon, 26 Jun 2000, linda hanigan wrote: > Hi, > I use g++ command for the c++ compilier in linux. I don't know if you are > trying to use a different compilier. Have you tried locate as it seems some

Re: /bin/sh: cpp: command not found

2000-06-25 Thread linda hanigan
Hi, I use g++ command for the c++ compilier in linux. I don't know if you are trying to use a different compilier. Have you tried locate as it seems some programs get in different versions of bin or sbin on different distributions. Linda . -- To unsubscribe: mail [EMAIL PR

/bin/sh: cpp: command not found

2000-06-24 Thread Margaretha Sulistyoningsih
cpp | sed '1d' > IDCT.java /bin/sh : cpp :command not found I thought I don't have cpp, so I try to install cpp-1.1.2-12.i386.rpm from R.H CD, but I got an error message saying that cpp-1.1.2-12 is already installed. I try to rpm -U, and I also got the same answer. Then