guss-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[guss-hackers] can't build it from CVS


From: Julian Seward
Subject: [guss-hackers] can't build it from CVS
Date: Sat, 29 Jun 2002 19:32:48 +0100
User-agent: KMail/1.4.1

On my Red Hat 7.2 machine:


./configure --prefix=`pwd`/Inst --target=powerpc-unknown-linux
make



gcc -DPACKAGE=\"guss\" -DVERSION=\"0.0\" -DHAVE_ARGP_H=1 -DHAVE_ERROR_H=1 
-DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STDLIB_H=1  -I. -I.      -g -O2 
-c sim-scache.c
sim-scache.c: In function `flush_scache':
sim-scache.c:54: structure has no member named `chain'
make[1]: *** [sim-scache.o] Error 1
make[1]: Leaving directory `/home/sewardj/GUSS/guss'
make: *** [all-recursive] Error 1


Also I had to hack configure.in to not do the readline test.
Problem is that linking with -lreadline on RH 7.2 fails if you
don't also add -ltermcap, and I couldn't figure out how to
add -ltermcap in.

Even if I do succeed in building it, where do I get something
to run on it from?

J




reply via email to

[Prev in Thread] Current Thread [Next in Thread]