[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error during compilation
From: |
Andy Wingo |
Subject: |
Re: Error during compilation |
Date: |
Sun, 07 Feb 2010 11:37:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) |
Hi Štěpán,
On Sat 06 Feb 2010 12:06, Štěpán Němec <address@hidden> 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/