Hi Štěpán, On Sat 06 Feb 2010 12:06, Štěpán Němec <[email protected]> writes:
> Hello, > trying to compile Guile on GNU/Linux; i.e. running `make' after configuring > with > `BDW_GC_CFLAGS='-I/usr/include' BDW_GC_LIBS='-L/usr/lib -lgc' > ./configure --disable-nls', I'm getting this error: > > gcc -std=gnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib > -I../lib -Wall -Wmissing-prototypes -Wdeclaration-after-statement > -Wundef -Wswitch-enum -fvisibility=hidden - > I/usr/include -g -O2 -MT libguile_la-vm.lo -MD -MP -MF > .deps/libguile_la-vm.Tpo -c vm.c -fPIC -DPIC -o .libs/libguile_la-vm.o > gcc -std=gnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. > -I../lib -I../lib -Wall -Wmissing-prototypes > -Wdeclaration-after-statement -Wundef -Wswitch-enum > -fvisibility=hidden - > I/usr/include -g -O2 -MT libguile_la-vm.lo -MD -MP -MF > .deps/libguile_la-vm.Tpo -c vm.c -o libguile_la-vm.o >/dev/null 2>&1 > make[3]: *** [libguile_la-vm.lo] Error 1 > make[3]: Leaving directory > `/home/stepnem/Hacking/Scheme/guile/guile/libguile' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/stepnem/Hacking/Scheme/guile/guile/libguile' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/stepnem/Hacking/Scheme/guile/guile' > make: *** [all] Error 2 > > > The error message being completely unhelpful, Indeed, I think that you are missing the actual error line. Is there nothing above? Note that if you have pkg-config installed and libgc 7.x (as is required), you shouldn't to set the BDW environment vars. Andy -- http://wingolog.org/
