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]

Re: problem when compiling


Hello !!!

On Sat, 5 Sep 1998, Jeffrey A Law wrote:

> 
>   > ./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?
> This is weird.  You should not be linking in ./crtbegin.o when building
> the "g++" driver.
> 
> You might check for things like LDPATH, GCC_EXEC_PREFIX, LIBRARY_PATH
> and similar stuff in your environment.
> 


#env | grep GCC_EXEC_PREFIX
<nothing>

#env | grep LIBRARY_PATH
LD_LIBRARY_PATH=/usr/local/QT/lib:
LIBRARY_PATH=/usr/local/QT/lib:

#env | grep LDPATH
<nothing>


Is this okey??? Or should I put something more in LDPATH, LIBRARY_PATH,
GCC_EXEC_PREFIX?

                                                                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]