[Bug ada/6852] gnatlib fails to build with newlib because it doesn't set up the include path

dhazeghi@yahoo.com gcc-bugzilla@gcc.gnu.org
Mon Jun 16 18:55:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6852


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-16 18:54:59
               date|                            |


------- Additional Comments From dhazeghi@yahoo.com  2003-06-16 18:54 -------
Confirmed with gcc 3.3 branch (20030615). Combined tree build fails with:
make -C gcc gnatlib_and_tools
...
make -C rts CC="../../xgcc -B../../" \
        INCLUDES="-I. -I.. -I../.. -I/home/dara/src/gcc/ada -I/home/dara/src/gcc/ada/.. -I/home/
dara/src/gcc/ada/../config -I/home/dara/src/gcc/ada/../../include -I./../.." \
                CFLAGS="-g -O2  -fexceptions -DIN_RTS" \
        srcdir=/home/dara/src/gcc/ada VPATH=/home/dara/src/gcc/ada \
        -f ../Makefile adaint.o argv.o cio.o cstreams.o errno.o exit.o raise.o sysdep.o aux-io.o init.o 
cal.o adafinal.o tracebak.o expect.o mkdir.o  prefix.o
make[2]: Entering directory `/home/dara/objdir/gcc/ada/rts'
../../xgcc -B../../ -c -DCROSS_COMPILE -DIN_GCC   `echo -g -O2  -fexceptions -DIN_RTS |sed -e 
's/-pedantic//g' -e 's/-Wtraditional//g'`        -I. -I.. -I../.. -I/home/dara/src/gcc/ada -I/home/
dara/src/gcc/ada/.. -I/home/dara/src/gcc/ada/../config -I/home/dara/src/gcc/ada/../../include 
-I./../.. adaint.c
In file included from adaint.c:56:
/home/dara/src/gcc/tsystem.h:75:19: stdio.h: No such file or directory
/home/dara/src/gcc/tsystem.h:78:23: sys/types.h: No such file or directory
/home/dara/src/gcc/tsystem.h:81:19: errno.h: No such file or directory
/home/dara/src/gcc/tsystem.h:88:20: string.h: No such file or directory
/home/dara/src/gcc/tsystem.h:89:20: stdlib.h: No such file or directory
/home/dara/src/gcc/tsystem.h:90:20: unistd.h: No such file or directory
/home/dara/src/gcc/tsystem.h:96:18: time.h: No such file or directory



More information about the Gcc-bugs mailing list