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: latest CVS snapshot configure error - mh/mt-frag


H.J. Lu wrote:
> 
> Can you tell us what were in mh-frag and mt-frag?
> 
> H.J.
I should describe the problem first.  Heres the output:
Bootstrapping the compiler
make[1]: Entering directory `/usr/src/egcs-1.0.1/egcs/egcs/binary/gcc'
make CC="gcc" libdir=/usr/lib LANGUAGES="c "
make[2]: Entering directory `/usr/src/egcs-1.0.1/egcs/egcs/binary/gcc'
cd ../../gcc && autoheader
/bin/sh: autoheader: command not found
make[2]: *** [../../gcc/cstamp-h.in] Error 127
make[2]: Leaving directory `/usr/src/egcs-1.0.1/egcs/egcs/binary/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/usr/src/egcs-1.0.1/egcs/egcs/binary/gcc'
make: *** [bootstrap-lean] Error 2

Second your answer:
---mh-frag
PICFLAG=-fpic
---mt-frag
# When using glibc 2 on Linux we must always use vtable thunks.
  CXXFLAGS=-O2 -g -fvtable-thunks
PICFLAG_FOR_TARGET=-fpic

I looked in 1.0.1 and do not see any mh... or mt... files.

PS: Is there anyway to find a version from the CVS snapshot?
Albert



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