[gtkada] GtkAda 2.0 on Windows?
Stéphane Rivière
stephane at rochebrune.org
Fri Feb 7 14:57:21 CET 2003
Hi Jeffrey,
>Do the patch as suggested but then do (assuming SH or BASH shell)
>
>CC='gcc-3.2 -mms-bitfields'
>export CC
>./configure --prefix=<install_dir> --build=i386-pc-mingw32 --target=i386-p
>c-mingw32
>make
>make install
>
1) FYI...
CC='gcc -mms-bitfields' (remove '-3.2')
export CC
./configure --prefix=/d/gnatgcc/gtk --build=i386-pc-mingw32
--target=i386-pc-mingw32 --host=i686-windows-mingw32 (add '--host flag')
make install
This is the way it's work here...
2) Do you have a binary gnat-3._2_ package to sold :) (instead of
gnat-3.3) ? It's the only test I have not done...
Stephane Riviere
More information about the gtkada
mailing list