On Mon, Jan 07, 2002 at 07:08:18PM -0800, Vishal Anand wrote:
When doing the following step in the installation process:
cd $VERAROOT/Libsck ; make install
I get the following errors:
[vanand@localhost Libsck]$ make install make[1]: Entering directory `/home/vanand/study/Vera/Libsck/src' make[2]: Entering directory `/home/vanand/study/Vera/Libsck/src/i386' Updating dependency makefile strlenn.d from strlenn.c gcc: export: No such file or directory ... ../rmgr.c:19:38: warning: No include path in which to find bit.h ...
This looks like the PATH and/or environment variables are not set correctly.
make[2]: Leaving directory `/home/vanand/study/Vera/Libsck/src/i386' make[2]: Entering directory `/home/vanand/study/Vera/Libsck/src/i386' gcc -I. -I.. -I/home/vanand/study/Vera export -IXCCROOT=/usr/xcc/Libcii/include -Wall -Wstrict-prototypes -O2 -c lineproc.c -o lineproc.o gcc: cannot specify -o with -c or -S and multiple compilations
Somehow you have the string "export" in one of your environment variables. What are the values of the environment variables XCCROOT and VERAROOT? They should look something like this: [scott@vera i386]$ echo $XCCROOT /usr/xcc [scott@vera i386]$ echo $VERAROOT /home/scott/Vera Scott