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]

Re: Cannot built egcs-1.1b




  In message <19980911104314.A17474@starfury.york.ac.uk>you write:
  > I have the following error on building egcs-1.1b:
  > 
  >   ; CC=/usr/bin/gcc ./configure
  >   Configuring for a i586-pc-linux-gnulibc1 host.
  >   Created "Makefile" in /var/tmp/egcs-1.1b
  > .........................snip snip....................................
  >   /usr/bin/gcc  -DIN_GCC   -DUSE_GNULIBC_1 -g  -DHAVE_CONFIG_H   -o g++ g++
  > .o
  >   g++spec.o prefix.o \
  >   version.o choose-temp.o pexecute.o mkstemp.o  obstack.o     
  >   ./crtbegin.o: In function `__do_global_dtors_aux':
  >   ./crtbegin.o(.text+0x3e): undefined reference to
  >   `__deregister_frame_info'
  >   ./crtbegin.o: In function `frame_dummy':
  >   ./crtbegin.o(.text+0x6e): undefined reference to `__register_frame_info'
  >   make[1]: *** [g++] Error 1
  >   make[1]: Leaving directory `/var/tmp/egcs-1.1b/gcc'
  >   make: *** [all-gcc] Error 2
See:
http://egcs.cygnus.com/faq.html#environ

In particular look at your LIBRARY_PATH variable.

jeff


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