bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error during compilation


From: Štěpán Němec
Subject: Error during compilation
Date: Sat, 6 Feb 2010 12:06:39 +0100
User-agent: Mutt/1.5.20 (2009-08-27)

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, I have no idea what I can
do to fix the issue. Please let me know if I can provide some more
information or if you can make any sense of the above.

Best regards,

    Štěpán Němec




reply via email to

[Prev in Thread] Current Thread [Next in Thread]