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

Re: Patch to rectify license jungle in the Fortran run time library.


Toon Moene wrote:

Tobias Schlüter wrote:

Toon Moene wrote:

Unfortunately, the files in the generated/ directory weren't regenerated (in spite of the updates in the m4/ directory and the bootstrap, which I assumed would rebuild all files in the generated/ directory).


I take it from this that you didn't --enable-maintainer-mode?


Now that you mention it, it sounds so obvious .... ;-)

Are there others who do this regularly ? On my powerpc-unknown-linux-gnu (Debian testing as updated last Sunday morning), I get:


/home/toon/compilers/snapshots/obj/gcc/xgcc -B/home/toon/compilers/snapshots/obj/gcc/ -B/usr/snp/powerpc-unknown-linux-gnu/bin/ -B/usr/snp/powerpc-unknown-linux-gnu/lib/ -isystem /usr/snp/powerpc-unknown-linux-gnu/include -isystem /usr/snp/powerpc-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc/libgfortran -I. -iquote../../../gcc/libgfortran/io -O2 -g -O2 -std=gnu99 -O2 -g -O2 -c ../../../gcc/libgfortran/runtime/environ.c -fPIC -DPIC -o .libs/environ.o
In file included from ../../../gcc/libgfortran/runtime/environ.c:35:
../../../gcc/libgfortran/libgfortran.h:63: error: conflicting types for 'int8_t'
/usr/include/sys/types.h:191: error: previous declaration of 'int8_t' was here


although the configure process knows that sys/types.h is there:

...
checking for sys/params.h... (cached) no
checking for sys/time.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
...

Stunned, and clueless at the prompt ...

--
Toon Moene - e-mail: toon@moene.indiv.nluug.nl - phone: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
A maintainer of GNU Fortran 95: http://gcc.gnu.org/fortran/


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