guile-devel
[Top][All Lists]
Advanced

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

Re: Question about your profiling patch...


From: Neil Jerram
Subject: Re: Question about your profiling patch...
Date: 06 Apr 2001 16:06:28 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

>>>>> "Neil" == Neil Jerram <address@hidden> writes:

>>>>> "Keisuke" == Keisuke Nishida <address@hidden> writes:
    Keisuke> Can anybody else try my VM if it works?

    Neil> I tried, but I don't have SLIB, so I didn't get very far.
    Neil> I'll try again after installing SLIB.

I just synched up with CVS, and now I'm having trouble building
guile-vm:

grep '^VM_DEFINE' vm_number.c > vm_number.i
grep: vm_number.c: No such file or directory
make[1]: *** [vm_number.i] Error 2

Full trace is below.

        Neil

address@hidden guile-vm]$ ./autogen.sh 
address@hidden guile-vm]$ ./configure && make
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for Guile... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether ln -s works... yes
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
updating cache ./config.cache
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking labels as values... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating doc/Makefile
creating module/Makefile
creating src/config.h
src/config.h is unchanged
Making all in src
make[1]: Entering directory `/home/neil/Guile/cvs/guile-vm/src'
grep '^VM_DEFINE' vm_loader.c > vm_loader.i
guile-snarf envs.c -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include  -g -O2 
envs.c > envs.x \
|| { rm envs.x; false; }
guile-snarf instructions.c -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include  -g 
-O2 instructions.c > instructions.x \
|| { rm instructions.x; false; }
guile-snarf programs.c -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include  -g -O2 
programs.c > programs.x \
|| { rm programs.x; false; }
guile-snarf vm.c -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include  -g -O2 vm.c 
> vm.x \
|| { rm vm.x; false; }
cd .. \
  && CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating src/Makefile
make[1]: Leaving directory `/home/neil/Guile/cvs/guile-vm/src'
make[1]: Entering directory `/home/neil/Guile/cvs/guile-vm/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
-I/usr/local/include    -g -O2 -c envs.c
rm -f .libs/envs.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -g -O2 
-Wp,-MD,.deps/envs.pp -c envs.c  -fPIC -DPIC -o .libs/envs.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -g -O2 
-Wp,-MD,.deps/envs.pp -c envs.c -o envs.o >/dev/null 2>&1
mv -f .libs/envs.lo envs.lo
grep '^VM_DEFINE' vm_number.c > vm_number.i
grep: vm_number.c: No such file or directory
make[1]: *** [vm_number.i] Error 2
make[1]: Leaving directory `/home/neil/Guile/cvs/guile-vm/src'
make: *** [all-recursive] Error 1
address@hidden guile-vm]$ 



reply via email to

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