Kai Tietz wrote:
> Your test-program is invalid. You should use here at:
>
> #if __GNUC__
> static inline void
> exit_if_true (int test, const char *format, ...)
>__attribute__ ((format (gnu_printf, 2, 3))) ;
> #endif
>
> instead. The issue is that format(printf) remains for mingw-tar
Hi Erik,
Your test-program is invalid. You should use here at:
#if __GNUC__
static inline void
exit_if_true (int test, const char *format, ...)
__attribute__ ((format (gnu_printf, 2, 3))) ;
#endif
instead. The issue is that format(printf) remains for mingw-targets
the MS printf-formatt
Hi all,
I'm using i686-w64-mingw32-gcc from Debian:
COLLECT_GCC=i686-w64-mingw32-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-w64-mingw32/4.6/lto-wrapper
Target: i686-w64-mingw32
Configured with: ../../src/configure --build=x86_64-linux-gnu
--prefix=/usr --includedir='/usr/in
Ah, yes. With --enable-threads=posix java won't build.
2012/2/25 Ruben Van Boxem :
> 2012/2/25 Kai Tietz
>>
>> 2012/2/25 Ruben Van Boxem :
>> > Op 25 feb. 2012 20:29 schreef "RK" het
>> > volgende:
>> >
>> >
>> >>
>> >> 2012-02-25 Ruben Van Boxem
>> >>
>> >> > 2012/2/25 RK
>> >> >
>> >> >> H
2012/2/25 Kai Tietz
> 2012/2/25 Ruben Van Boxem :
> > Op 25 feb. 2012 20:29 schreef "RK" het
> volgende:
> >
> >
> >>
> >> 2012-02-25 Ruben Van Boxem
> >>
> >> > 2012/2/25 RK
> >> >
> >> >> Hey Ruben - I just realized that you have disabled gfortran in your
> >> >> builds. I hadn't noticed it
2012/2/25 Ruben Van Boxem :
> Op 25 feb. 2012 20:29 schreef "RK" het volgende:
>
>
>>
>> 2012-02-25 Ruben Van Boxem
>>
>> > 2012/2/25 RK
>> >
>> >> Hey Ruben - I just realized that you have disabled gfortran in your
>> >> builds. I hadn't noticed it until a couple of weeks ago when I
>> >> downl
Op 25 feb. 2012 20:29 schreef "RK" het volgende:
>
> 2012-02-25 Ruben Van Boxem
>
> > 2012/2/25 RK
> >
> >> Hey Ruben - I just realized that you have disabled gfortran in your
> >> builds. I hadn't noticed it until a couple of weeks ago when I
> >> downloaded the 4.7.0-1 build and found that gfo
2012-02-25 Ruben Van Boxem
> 2012/2/25 RK
>
>> Hey Ruben - I just realized that you have disabled gfortran in your
>> builds. I hadn't noticed it until a couple of weeks ago when I
>> downloaded the 4.7.0-1 build and found that gfortran is gone. I checked
>> your build scripts and sure enough yo
2012/2/25 RK
> Hey Ruben - I just realized that you have disabled gfortran in your
> builds. I hadn't noticed it until a couple of weeks ago when I
> downloaded the 4.7.0-1 build and found that gfortran is gone. I checked
> your build scripts and sure enough you have disabled the fortran build
>