Hallo everybody,
I tried to run "make" in order to produce one java class (named IDCT.class)
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 '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 I try :
rpm -ql grep cpp-1.1.2-12 |grep cpp
then I got these results:
/lib/cpp
/usr/info/cpp.info.gz
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cpp
/usr/man/man1/cpp.1
My questions are:
1. Why does it happen (/bin/sh: cpp: command not found)??
2. How to solve this problem ?
For information :
I use RedHat 6.0.
Processor Intel Pentium II 350.
Thank you very much before for your answer.
best regards,
--Ritha--
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.