This is the mail archive of the gcc-bugs@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]

[Bug libfortran/15160] Generated files don't regenerate


------- Additional Comments From tkoenig at gcc dot gnu dot org  2005-05-29 12:40 -------
Configuring with --enable-maintainer-mode fails:

/home/ig25/gcc-4.0-bin/gcc/xgcc -B/home/ig25/gcc-4.0-bin/gcc/
-B/home/ig25/i686-pc-linux-gnu/bin/ -B/home/ig25/i686-pc-linux-gnu/lib/ -isystem
/home/ig25/i686-pc-linux-gnu/include -isystem
/home/ig25/i686-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I.
-I../../../gcc-4.0/libgfortran -I. -iquote../../../gcc-4.0/libgfortran/io
-std=gnu99 -Wall -O2 -g -O2 -c ../../../gcc-4.0/libgfortran/runtime/environ.c 
-fPIC -DPIC -o .libs/environ.o
In file included from ../../../gcc-4.0/libgfortran/runtime/environ.c:35:
../../../gcc-4.0/libgfortran/libgfortran.h:63: error: conflicting types for 'int8_t'
/usr/include/sys/types.h:191: error: previous declaration of 'int8_t' was here
make[3]: *** [environ.lo] Error 1
make[3]: Leaving directory `/home/ig25/gcc-4.0-bin/i686-pc-linux-gnu/libgfortran'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/ig25/gcc-4.0-bin/i686-pc-linux-gnu/libgfortran'
make[1]: *** [all-target-libgfortran] Error 2
make[1]: Leaving directory `/home/ig25/gcc-4.0-bin'
make: *** [bootstrap] Error 2

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |


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


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