This is the mail archive of the gcc-help@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]
Other format: [Raw text]

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


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