This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Configuring GCC build: doc patch


On Tue, 20 Jul 2004, Hugh Sasse Staff Elec Eng wrote:

On Tue, 20 Jul 2004, Dave Korn wrote:

-----Original Message-----
From: gcc-owner On Behalf Of Hugh Sasse Staff Elec Eng
Sent: 20 July 2004 15:03

config'd gcc in the past. My build script now looks like this:

ONFIG_SHELL=/bin/ksh
export CONFIG_SHELL

Does anything stick out like a sore thumb?

Just that, but of course I have no way of knowing if that was just a transcription error when you copied into your email or if it really says that in your script!

Took me a while to spot what you meant then -- yes, the C is missing in my script. Thank you.

With that fixed, it still complains about ld: warning: file ../libiberty/libiberty.a(hashtab.o): wrong ELF
class: ELFCLASS64
Undefined first referenced
symbol in file
xcalloc genmodes.o
htab_hash_string genmodes.o
htab_find genmodes.o
xstrdup genmodes.o
xmalloc genmodes.o
htab_find_slot genmodes.o
htab_create_alloc genmodes.o
ld: fatal: Symbol referencing errors. No output written to genmodes
collect2: ld returned 1 exit status
gmake[2]: *** [genmodes] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory `/export/home/Scratch/hgs/gcc-build/gcc'
gmake[1]: *** [stage2_build] Error 2
gmake[1]: Leaving directory `/export/home/Scratch/hgs/gcc-build/gcc'
gmake: *** [bootstrap-lean] Error 2


I'm really not sure how to proceed now.


   cheers,
     DaveK


Hugh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]