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]

problem when compiling


Hello !!!

I've downloaded egcs 1.1a and when I run make I get this:

make[1]: Leaving directory `/root/egcs-1.1a/texinfo'
make[1]: Entering directory `/root/egcs-1.1a/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/egcs-1.1a/etc'
make[1]: Entering directory `/root/egcs-1.1a/gcc'
gcc  -DIN_GCC   -DUSE_GNULIBC_1 -g -O2  -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+0x2d): undefined reference to `__deregister_frame_info'
./crtbegin.o: In function `frame_dummy':
./crtbegin.o(.text+0x56): undefined reference to `__register_frame_info'
make[1]: *** [g++] Error 1
make[1]: Leaving directory `/root/egcs-1.1a/gcc'
make: *** [all-gcc] Error 2

What's wrong and how can I fix this?
TNX!

								Bye.

                                          //////
      xxxxxx                             ( o o )
      xx  xx           /------------oOO-----O-----OOo------------\
      xx  xx           |           From: Iztok Polanic           |
       xxxx            |  E-mail: Iztok.Polanic1@guest.arnes.si  |
      xx  xx           |      WWW: http://kotzi.home.ml.org      |
     xx    xx          |            http://www.intering.si       |
    xx      xx         |           ICQ: Kotzi => *12556824*      |
                       \-----------------------------------------/




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