This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fail to build libg++-2.8.1.3 on sparc-redhat6.0-linux-gnu with
- To: chj at lin dot foa dot se (Christian Jönsson FOA 72)
- Subject: Re: Fail to build libg++-2.8.1.3 on sparc-redhat6.0-linux-gnu with
- From: hjl at lucon dot org (H.J. Lu)
- Date: Sun, 18 Jul 1999 08:54:08 -0700 (PDT)
- Cc: gcc at egcs dot cygnus dot com
>
>
> OK, back from vacation then, I still have the same problem here, not sure=
> =
>
> it's a bug so I sand it here...
>
> /usr/local/src/objdir-egcs-1999-07-16/gcc/xgcc -B/usr/local/src/objdir-eg=
> cs-1999-07-16/gcc/ -B/usr/local/sparc-redhat6.0-linux-gnu/bin/ -c -g -O2 =
> -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -nostdinc++ -I. -I.=
> =2E/../libio -I/mnt/yoda/egcs-19990716/libg++/src -I/mnt/yoda/egcs-199907=
> 16/libg++/src/../../libio -I/mnt/yoda/egcs-19990716/libg++/src/../../libs=
> tdc++ -I/mnt/yoda/egcs-19990716/libg++/src/../src /mnt/yoda/egcs-19990=
> 716/libg++/src/Regex.cc
> /mnt/yoda/egcs-19990716/libg++/src/Regex.cc: In method `Regex::Regex(cons=
> t char *, int =3D 0, int =3D 40, const char * =3D 0)':
> /mnt/yoda/egcs-19990716/libg++/src/Regex.cc:60: implicit declaration of f=
> unction `int memset(...)'
> make[3]: *** [Regex.o] Error 1
> make[3]: Leaving directory `/usr/local/src/objdir-egcs-1999-07-16/sparc-r=
> /mnt/yoda/egcs-19990716/libg++/src/string.h
Where do you get libg++/src/string.h? I don't have it in my libg++
2.8.1.3. Can you sent me your
/mnt/yoda/egcs-19990716/libg++/src/string.h
H.J.