This is the mail archive of the gcc-bugs@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]

egcs-1.1b compiling


Hi,

Sorry about the same e-mail second time. The return address was not
correct in the previous case. 

I am trying to compile egcs-1.1b. Compiling always fails with the
following message.

The config.status file is as follows.
---------------------------------------
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../egcs-1.1b/configure
--with-gcc-version-trigger=/home/gungor/egcs-1.1b/gcc/ver
sion.c --host=i586-pc-linux-gnulibc1 --norecursion 
# 

The error message is 
------------------------------------------
gcc  -DIN_GCC   -DUSE_GNULIBC_1 -g -O2  -DHAVE_CONFIG_H   -o cccp cccp.o
cexp.o prefix.o \
  version.o obstack.o     
cexp.o: In function `yyparse':
/home/gungor/egcs/gcc/cexp.y:333: undefined reference to `__divdi3'
/home/gungor/egcs/gcc/cexp.y:351: undefined reference to `__divdi3'
/home/gungor/egcs/gcc/cexp.y:367: undefined reference to `__moddi3'
collect2: ld returned 1 exit status
make[1]: *** [cccp] Error 1
make[1]: Leaving directory `/home/gungor/egcs/gcc'
make: *** [all-gcc] Error 2


My system specs are
------------------------------------------------------
Linux-2.0.35, libc-5.4.46, egcs-1.0.3, binutils 2.9.1.0.7,
gnu-make-3.76.1. (this system was originally Slackware 3.1 a couple of
years ago)
AMD K6-300, 64 MB RAM, VIA MVP3 chipset (although I think that these are
not necessary for you I wrote just in case)

If you can help me I would very much appreciate it. I can also supply a
binary package for libc5 which I could not find anywhere. Best regards
and thanks for your all work.

Rauf Gungor
Dept. of Chemical Eng.
UC Santa Barbara
Santa Barbara, CA 93106
e_mail: gungor@engineering.ucsb.edu


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