[ixp1200] Re: Plugging ixp into Pentium's backplane

Scott C. Karlin scott at CS.Princeton.EDU
Tue Jan 8 08:20:35 EST 2002


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 at 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 at vera i386]$ echo $XCCROOT
/usr/xcc
[scott at vera i386]$ echo $VERAROOT
/home/scott/Vera

Scott



More information about the ixp1200 mailing list