This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
building 4.2.1 from 3.4.6 on NetBSD/amd64 3.1
- From: Chris Jones <chris at cjones dot org>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 23 Aug 2007 11:21:06 -0600
- Subject: building 4.2.1 from 3.4.6 on NetBSD/amd64 3.1
Hi folks--
My ultimate goal is to build GNAT 4.2.1 from my working GNAT 3.4.6
installation. However, I'm unable to build plain old gcc at the moment.
I've distilled this down to the following:
../gcc-4.2.1/configure --enable-languages=c
gmake
It churns for a few minutes and then errors out with a failure to find
gstdint.h:
gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I.
-I../../gcc-4.2.1/gcc -I../../gcc-4.2.1/gcc/.
-I../../gcc-4.2.1/gcc/../include -I./../intl
-I../../gcc-4.2.1/gcc/../libcpp/include
-I../../gcc-4.2.1/gcc/../libdecnumber -I../libdecnumber
../../gcc-4.2.1/gcc/dfp.c -o dfp.o
In file included from ../../gcc-4.2.1/gcc/../libdecnumber/decNumber.h:39,
from ../../gcc-4.2.1/gcc/../libdecnumber/decimal128.h:59,
from ../../gcc-4.2.1/gcc/dfp.c:34:
../../gcc-4.2.1/gcc/../libdecnumber/decContext.h:52:50: gstdint.h: No
such file or directory
Any help would be greatly appreciated.
Chris