Adriaan van Os wrote:
Frank Heckenbach wrote:
I have uploaded a new alpha version of GPC to http://www.gnu-pascal.de/alpha/.
Thanks for the new alpha version.
There is a minor build problem.
[G5:~/gnu/gpc/gpc-20050217] adriaan% mkdir build [G5:~/gnu/gpc/gpc-20050217] adriaan% cd build/ [G5:gpc/gpc-20050217/build] adriaan% ../gcc-3.4.3/configure --enable-languages=pascal,c --enable-threads=posix --prefix=/Developer/Pascal/gpc343d7 --target=powerpc-apple-darwin7 --host=powerpc-apple-darwin7 creating cache ./config.cache checking host system type... powerpc-apple-darwin7 checking target system type... powerpc-apple-darwin7 checking build system type... powerpc-apple-darwin7 checking for a BSD compatible install... /usr/bin/install -c
*** Detected GCC version 3.4.3. *** This version of GPC requires a patch to GCC to build with *** GCC version 3.4.3. *** This patch will now be applied. *** Press ENTER to continue, Ctrl-C to abort.
The text leading up to this was:
|*** gcc/gcc-3.4.3/gcc/version.h Tue Oct 8 19:27:39 2002 |--- gcc/gcc-3.4.3/gcc/version.h Fri Feb 11 05:11:09 2005
File to patch:
Of course, the diff can be applied manually.
Oh yes, silly mistake, thanks for the report.
Frank