Greetings,
I am having trouble compling the latest gpc source on my m68k based system... an amiga 2000. The attempt to build from source dies at the following point:
[root@localhost gcc-2.8.0]# make CFLAGS=-O3 LANGUAGES=pascal make: Circular cplib2.ready <- pascal dependency dropped. case "pascal" in \ *pascal*) cd p/rts && make \ GCC_FOR_TARGET="`case './xgcc -B./' in \ './xgcc -B./') echo ../../xgcc -B../../;; \ *) echo './xgcc -B./';; esac`" \ GPC_FOR_TARGET="`case './xgpc -B./' in \ './xgpc -B./') echo ../../xgpc -B../../;; \ *) echo './xgpc -B./';; esac`" \ GCC_FLAGS="" CROSS="" AR_FLAGS="rc" AR_FOR_TARGET="/usr/m68k-unknown-linux-gnu/bin/ar"\ BISON="bison" BISONFLAGS="" CFLAGS="-O3" X_CFLAGS="" LDFLAGS=""\ RANLIB_FOR_TARGET="/usr/m68k-unknown-linux-gnu/bin/ranlib" \ RANLIB_TEST_FOR_TARGET="[ -f /usr/m68k-unknown-linux-gnu/bin/ranlib ]"\ SHELL="/bin/sh" \ all ;; \ esac make[1]: Entering directory `/temp/gcc-2.8.0/p/rts' ../../xgpc -B../../ --automake -c -DGPC -Wall -Wpointer-arith\ -Wmissing-prototypes -Wmissing-declarations -O3 -I.\ -I../.. -I/temp/gcc-2.8.0/p/rts/../.. -I/temp/gcc-2.8.0/p/rts/../../config rts-base.p make[1]: *** [rts-base.o] Aborted (core dumped) make[1]: Leaving directory `/temp/gcc-2.8.0/p/rts' make: *** [libgpc.a] Error 2
Any pointers as to how to deal with this would be much appreciated.
Thanks,
Alan Czarnecki
alancz@columbus.rr.com