Integrating libada branch
Kelley Cook
kelleycook@yahoo.com
Sat Feb 7 14:57:00 GMT 2004
Hi Arnaud,
It seems to work for me. Did you remember to regen Makefile.in and
configure.in in the toplevel after the merge.
Here is what I did.
cd /CVSTree
cvs -qz9 update -APd
cvs -qz9 rdiff -rlibada-branchpoint -rlibada-branch gcc >
~/libada.patch
patch -p0 -Zi ~/libada.patch
cd gcc # Note that this changed into the TOPLEVEL dir
WANT_AUTOCONF_VER=2.13 autoconf
autogen Makefile.def
mkdir ~/build
cd ~/build
/CVSTree/gcc/configure --enable-languages=c
This was the output; note that libada is not built.
creating cache ./config.cache
checking host system type... i586-pc-cygwin
checking target system type... i586-pc-cygwin
checking build system type... i586-pc-cygwin
checking for a BSD compatible install... /usr/bin/install -c
*** This configuration is not supported in the following
subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava
target-libada target-libstdc++-v3 target-libf2c zlib fastjar
target-libobjc
(Any other directories should still work fine.)
....
While with
$ /CVSTree/gcc/configure --enable-languages=c,ada
loading cache ./config.cache
checking host system type... i586-pc-cygwin
checking target system type... i586-pc-cygwin
checking build system type... i586-pc-cygwin
checking for a BSD compatible install... (cached) /usr/bin/install -c
*** This configuration is not supported in the following
subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava
target-libstdc++-v3 target-libf2c zlib fastjar target-libobjc
(Any other directories should still work fine.)
And now libada is built. Though of course libada is empty :)
Hope this helps,
Kelley Cook
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
More information about the Gcc
mailing list