[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Latest cvs checkin's
From: |
Iztok Kobal |
Subject: |
Re: [Gm2] Latest cvs checkin's |
Date: |
Mon, 20 Jan 2003 00:20:31 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 |
Tried to compile the gm2 (20021105) with gcc-3.2 updated with the latest
checkins with the gcc-2.95.3 and the whole thing reports
cd gm2 ; \
../gm2/boot-bin/mklink -s
../../../../gm2-20021105+gcc-3.2/gcc/gm2/init/ppginit ; \
gcc -g -c mod_init.c -o mod_init.o ; \
M2PATH=". gm2-libs-boot gm2-compiler-boot" ; export M2PATH ; \
../gm2/boot-bin/mklink -l -p2c p2c/p2c-src/home/libp2c.a
../../../../gm2-20021105+gcc-3.2/gcc/gm2/init/ppginit ; \
/bin/sh linkcommand ; \
rm -f linkcommand ; \
mv a.out ppg
gm2-libs-boot/SysStorage.o: In function `SysStorage_DEALLOCATE':
/home/iztok/c/build/gcc-host/gcc/gm2/gm2-libs-boot/SysStorage.c:50:
undefined reference to `libc_cfree'
gm2-libs-boot/SysStorage.o: In function `SysStorage_Available':
/home/iztok/c/build/gcc-host/gcc/gm2/gm2-libs-boot/SysStorage.c:63:
undefined reference to `libc_cfree'
collect2: ld returned 1 exit status
mv: cannot stat `a.out': No such file or directory
make[3]: *** [gm2/ppg] Error 1
make[3]: Leaving directory `/home/iztok/c/build/gcc-host/gcc'
make[2]: *** [/home/iztok/c/build/gcc-host/gcc/gm2/gm2-auto/P2Build.mod]
Error 2
Have I done something wrong ?
Iztok