Hello Joseph,

Le mardi 12 juillet 2016 Joseph Donaldson a écrit ceci :

> Hello, Laurent,
> If you provide a log of the build, we might be able to provide greater 
> assistance.
> Best Regards,Joe

Thanks again. Here it is.

Best regards!
 
>       From: Laurent Bloch <[email protected]>
>  To: [email protected] 
>  Sent: Monday, July 11, 2016 3:17 PM
>  Subject: Re: [bigloo] Bigloo with Windows 10 Linux Services and Bash
>    
>  Hello Joseph, Thank you for your answer. Maybe Phidget is not the culprit, 
> nevertheless the installation fails, Bigloo is not built. Well, I'll continue 
> with investigations. Greetings!
>   
>  Le 11/07/2016 à 23:50, Joseph Donaldson a écrit :
>   
>   Hello, Laurent, 
>   Phidgets is a library for connecting and using various sensors and controls 
> via usb. The site for the library is Phidgets Inc. - Unique and Easy to Use 
> USB Interfaces. The fact that phidgets  autoconf failed to configure should 
> not prevent you from building bigloo. You can safely ignore the error. 
>   Best Regards, Joe
>   
>     
> |  
> |  
> |  
> |  
>   |  
>   |
> 
>   |
> 
>   |
> |  
> |  
>   |  
> Phidgets Inc. - Unique and Easy to Use USB Interfaces
>   |  
>   |
> 
>   |
> 
>   |
> 
>   
>    
>  
>    
>       From: Laurent Bloch <[email protected]>
>  To: Bigloo Inria list <[email protected]> 
>  Cc: [email protected]
>  Sent: Monday, July 11, 2016 7:07 AM
>  Subject: [bigloo] Bigloo with Windows 10 Linux Services and Bash
>   
>  Hi,
>  
>  I'm trying to install Bigloo with Windows 10 Linux Services and Bash.
>  
>  Windows 10 Bash shell is neither a VM nor a container, but a Windows 
> subsystem with Ubuntu 14-04 LTS built in. In a PowerShell window you may 
> launch the command bash and thereafter use all the usual Linux commands, 
> wget, apt-get, make, etc.
>  
>  The Bigloo install Makefile fails by not building the bigloo executable 
> binary. I've tried with different Bigloo versions, 4.2c, 4.1a-2, 3.9a. As an 
> attachment: configure.log for 3.9a, but the result is the same for all 
> versions, with a configuration failure due to the lack of phidget:
>  
>  ./autoconf/runtest -v1 -- phidget "--cflags=" "--version=21"
>  /tmp/actestlbloch.c:1:23: fatal error: phidget21.h: Aucun fichier ou dossier 
> de ce type
>  #include <phidget21.h>
>  
>  I've never heard of phidget neither I've found it on my computers with 
> Bigloo up and running.
>  
>  Has anybody an hint?
>  
>  Cheers!
>  
>  -- 
>  Laurent Bloch - http://www.laurentbloch.org - [email protected]
>  Si vous trouvez que l'éducation coûte cher, essayez l'ignorance !
>  (A. Lincoln)
>  
>     
>    
>  
>  
> 
>    


-- 
Laurent Bloch - http://www.laurentbloch.org - [email protected]
Si vous trouvez que l'éducation coûte cher, essayez l'ignorance !
(A. Lincoln)
if ! [ -f "lib/bigloo/4.2a/bigloo.h" ]; then \
	  echo "you must configure before building!"; \
	  exit 1; \
	fi
(PATH=/home/lbloch/Packages/bigloo4.2a/bin:/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a:$PATH; export PATH; \
         LD_LIBRARY_PATH=/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a:$LD_LIBRARY_PATH; \
         export LD_LIBRARY_PATH; \
         DYLD_LIBRARY_PATH=/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a:$DYLD_LIBRARY_PATH; \
         export DYLD_LIBRARY_PATH; \
         make boot-c);
make[1]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a »
if [ "no" = "yes" ]; then \
	  make -C gmp boot; \
        fi
if [ "yes" = "yes" ]; then \
	  make -C libuv boot; \
        fi
make[2]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/libuv »
make -C libuv-1.x-24jan2015
make[3]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/libuv/libuv-1.x-24jan2015 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/libuv/libuv-1.x-24jan2015 »
make[2]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/libuv »
if [ "yes" = "yes" ]; then \
	  make -C gc boot; \
        fi
make[2]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make do-boot-gc
make[3]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.so && \
	make /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.a
make[4]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make shared-lib \
             LIBDEST=/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.so \
	     LIBPATH=/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a \
             SONAME=libbigloogc-4.2a.so \
             GCCLOSELIB= \
             CLOSELIBS= \
             LDLIBS=-lc \
             OBJECTS="gc-7.4.2/.libs/*.o"
make[5]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[6]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[7]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
gcc -shared -o libbigloogc-4.2a.so \
                 -Wl,-soname=libbigloogc-4.2a.so \
                 -Wl,--enable-new-dtags,-rpath=/usr/local/lib/bigloo/4.2a  \
                 gc-7.4.2/.libs/*.o \
                  \
                 -L/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a  \
                 -ldl -lresolv -lgmp -lm  \
                 -lc   && \
         if [ "libbigloogc-4.2a.so" != "/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.so" ]; then \
           mv libbigloogc-4.2a.so /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.so; \
         fi
make[7]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[6]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[5]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[4]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[4]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
cp gc-7.4.2/.libs/libgc.a /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.a
ranlib /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.a
make[4]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[3]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
if [ "yes " = "yes " ]; then \
          make LIBQ=_fth CFLAGS="-O3  -DNO_DEBUGGING -Iinclude -Ilibatomic_ops-install/include -DATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DFINALIZE_ON_DEMAND  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -fPIC -DGC_LINUX_THREADS -D_REENTRANT -DGC_THREADS -DNO_HANDLE_FORK -DTHREAD_LOCAL_ALLOC -DFINALIZE_ON_DEMAND -DPARALLEL_MARK -DUSE_COMPILER_TLS -DBGL_GC_THREADS" do-boot-gc; \
	fi
make[3]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.so && \
	make /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.a
make[4]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make shared-lib \
             LIBDEST=/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.so \
	     LIBPATH=/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a \
             SONAME=libbigloogc_fth-4.2a.so \
             GCCLOSELIB= \
             CLOSELIBS= \
             LDLIBS=-lc \
             OBJECTS="gc-7.4.2_fth/.libs/*.o"
make[5]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[6]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[7]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
gcc -shared -o libbigloogc_fth-4.2a.so \
                 -Wl,-soname=libbigloogc_fth-4.2a.so \
                 -Wl,--enable-new-dtags,-rpath=/usr/local/lib/bigloo/4.2a  \
                 gc-7.4.2_fth/.libs/*.o \
                  \
                 -L/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a  \
                 -ldl -lresolv -lgmp -lm  \
                 -lc   && \
         if [ "libbigloogc_fth-4.2a.so" != "/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.so" ]; then \
           mv libbigloogc_fth-4.2a.so /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.so; \
         fi
make[7]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[6]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[5]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[4]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[4]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
cp gc-7.4.2_fth/.libs/libgc.a /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.a
ranlib /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.a
make[4]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[3]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[2]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
if [ -x /home/lbloch/Packages/bigloo4.2a/bin/bigloo ]; then \
	  make -C runtime .afile && \
	  make -C runtime heap && \
	  make -C runtime boot && \
	  make -C comptime bigloo && \
	  make -C comptime doboot; \
	else \
	  make -C runtime boot && \
	  make -C comptime boot && \
	  make -C runtime heap; \
	fi
make[2]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
(dirs="Jlib Ieee Llib Mlib R5rs Rgc Eval Lalr Match Pp Read Unsafe"; \
         for o in class_u class_s class_p; do \
           echo objs/$o/bigloo/runtime; \
           mkdir -p objs/$o/bigloo/runtime; \
           for d in $dirs; do \
             echo objs/$o/bigloo/runtime/$d; \
             mkdir -p objs/$o/bigloo/runtime/$d; \
           done; \
         done; \
         dirs="Clib Ilib Ieee Llib Mlib R5rs Rgc Eval Lalr Match Pp Read Unsafe"; \
         for o in obj_u; do \
           echo objs/$o; \
           mkdir -p objs/$o; \
           for d in $dirs; do \
             echo objs/$o/$d; \
             mkdir -p objs/$o/$d; \
           done; \
         done; \
         dirs="Clib Ieee Llib R5rs"; \
         for o in obj_s obj_p; do \
           echo objs/$o; \
           mkdir -p objs/$o; \
           for d in $dirs; do \
             echo objs/$o/$d; \
             mkdir -p objs/$o/$d; \
           done; \
         done)
objs/class_u/bigloo/runtime
objs/class_u/bigloo/runtime/Jlib
objs/class_u/bigloo/runtime/Ieee
objs/class_u/bigloo/runtime/Llib
objs/class_u/bigloo/runtime/Mlib
objs/class_u/bigloo/runtime/R5rs
objs/class_u/bigloo/runtime/Rgc
objs/class_u/bigloo/runtime/Eval
objs/class_u/bigloo/runtime/Lalr
objs/class_u/bigloo/runtime/Match
objs/class_u/bigloo/runtime/Pp
objs/class_u/bigloo/runtime/Read
objs/class_u/bigloo/runtime/Unsafe
objs/class_s/bigloo/runtime
objs/class_s/bigloo/runtime/Jlib
objs/class_s/bigloo/runtime/Ieee
objs/class_s/bigloo/runtime/Llib
objs/class_s/bigloo/runtime/Mlib
objs/class_s/bigloo/runtime/R5rs
objs/class_s/bigloo/runtime/Rgc
objs/class_s/bigloo/runtime/Eval
objs/class_s/bigloo/runtime/Lalr
objs/class_s/bigloo/runtime/Match
objs/class_s/bigloo/runtime/Pp
objs/class_s/bigloo/runtime/Read
objs/class_s/bigloo/runtime/Unsafe
objs/class_p/bigloo/runtime
objs/class_p/bigloo/runtime/Jlib
objs/class_p/bigloo/runtime/Ieee
objs/class_p/bigloo/runtime/Llib
objs/class_p/bigloo/runtime/Mlib
objs/class_p/bigloo/runtime/R5rs
objs/class_p/bigloo/runtime/Rgc
objs/class_p/bigloo/runtime/Eval
objs/class_p/bigloo/runtime/Lalr
objs/class_p/bigloo/runtime/Match
objs/class_p/bigloo/runtime/Pp
objs/class_p/bigloo/runtime/Read
objs/class_p/bigloo/runtime/Unsafe
objs/obj_u
objs/obj_u/Clib
objs/obj_u/Ilib
objs/obj_u/Ieee
objs/obj_u/Llib
objs/obj_u/Mlib
objs/obj_u/R5rs
objs/obj_u/Rgc
objs/obj_u/Eval
objs/obj_u/Lalr
objs/obj_u/Match
objs/obj_u/Pp
objs/obj_u/Read
objs/obj_u/Unsafe
objs/obj_s
objs/obj_s/Clib
objs/obj_s/Ieee
objs/obj_s/Llib
objs/obj_s/R5rs
objs/obj_p
objs/obj_p/Clib
objs/obj_p/Ieee
objs/obj_p/Llib
objs/obj_p/R5rs
touch .afile
make[3]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make[4]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make one-lib-c \
                BFLAGS_SYS="-srfi bigloo-unsafe -O3 -fcfa-arithmetic -q  +rm -lib-dir /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -mklib -cc gcc -fsharing -q -no-hello -copt -fPIC -unsafe -safee -O4" \
                BFLAGS_USR="-srfi bigloo-unsafe -O3 -fcfa-arithmetic -q  +rm -lib-dir /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -mklib -cc gcc -fsharing -q -no-hello -copt -fPIC -unsafe -safee -O4" \
                OBJDIR_USR=obj_u OBJDIR_SYS=obj_u \
                LIBQ=_u
make[5]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cinit_obj.c -o Clib-cinit_obj.o && \
        mv Clib-cinit_obj.o objs/obj_u/Clib/cinit_obj.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cmain.c -o Clib-cmain.o && \
        mv Clib-cmain.o objs/obj_u/Clib/cmain.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cerror.c -o Clib-cerror.o && \
        mv Clib-cerror.o objs/obj_u/Clib/cerror.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cports.c -o Clib-cports.o && \
        mv Clib-cports.o objs/obj_u/Clib/cports.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cstring.c -o Clib-cstring.o && \
        mv Clib-cstring.o objs/obj_u/Clib/cstring.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/csymbol.c -o Clib-csymbol.o && \
        mv Clib-csymbol.o objs/obj_u/Clib/csymbol.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cvector.c -o Clib-cvector.o && \
        mv Clib-cvector.o objs/obj_u/Clib/cvector.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cwriter.c -o Clib-cwriter.o && \
        mv Clib-cwriter.o objs/obj_u/Clib/cwriter.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/capply.c -o Clib-capply.o && \
        mv Clib-capply.o objs/obj_u/Clib/capply.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cstruct.c -o Clib-cstruct.o && \
        mv Clib-cstruct.o objs/obj_u/Clib/cstruct.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/csystem.c -o Clib-csystem.o && \
        mv Clib-csystem.o objs/obj_u/Clib/csystem.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/ccontrol.c -o Clib-ccontrol.o && \
        mv Clib-ccontrol.o objs/obj_u/Clib/ccontrol.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/ceval.c -o Clib-ceval.o && \
        mv Clib-ceval.o objs/obj_u/Clib/ceval.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/chash.c -o Clib-chash.o && \
        mv Clib-chash.o objs/obj_u/Clib/chash.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/ctrace.c -o Clib-ctrace.o && \
        mv Clib-ctrace.o objs/obj_u/Clib/ctrace.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/callcc.c -o Clib-callcc.o && \
        mv Clib-callcc.o objs/obj_u/Clib/callcc.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cbinary.c -o Clib-cbinary.o && \
        mv Clib-cbinary.o objs/obj_u/Clib/cbinary.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cforeign.c -o Clib-cforeign.o && \
        mv Clib-cforeign.o objs/obj_u/Clib/cforeign.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cdsssl.c -o Clib-cdsssl.o && \
        mv Clib-cdsssl.o objs/obj_u/Clib/cdsssl.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cucs2.c -o Clib-cucs2.o && \
        mv Clib-cucs2.o objs/obj_u/Clib/cucs2.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cunicode.c -o Clib-cunicode.o && \
        mv Clib-cunicode.o objs/obj_u/Clib/cunicode.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cprocess.c -o Clib-cprocess.o && \
        mv Clib-cprocess.o objs/obj_u/Clib/cprocess.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/csocket.c -o Clib-csocket.o && \
        mv Clib-csocket.o objs/obj_u/Clib/csocket.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/crgc.c -o Clib-crgc.o && \
        mv Clib-crgc.o objs/obj_u/Clib/crgc.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/ccustom.c -o Clib-ccustom.o && \
        mv Clib-ccustom.o objs/obj_u/Clib/ccustom.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cdlopen.c -o Clib-cdlopen.o && \
        mv Clib-cdlopen.o objs/obj_u/Clib/cdlopen.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cdate.c -o Clib-cdate.o && \
        mv Clib-cdate.o objs/obj_u/Clib/cdate.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/csleep.c -o Clib-csleep.o && \
        mv Clib-csleep.o objs/obj_u/Clib/csleep.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cthread.c -o Clib-cthread.o && \
        mv Clib-cthread.o objs/obj_u/Clib/cthread.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cmmap.c -o Clib-cmmap.o && \
        mv Clib-cmmap.o objs/obj_u/Clib/cmmap.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/csrfi4.c -o Clib-csrfi4.o && \
        mv Clib-csrfi4.o objs/obj_u/Clib/csrfi4.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cweakptr.c -o Clib-cweakptr.o && \
        mv Clib-cweakptr.o objs/obj_u/Clib/cweakptr.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cbignum.c -o Clib-cbignum.o && \
        mv Clib-cbignum.o objs/obj_u/Clib/cbignum.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cregexp.c -o Clib-cregexp.o && \
        mv Clib-cregexp.o objs/obj_u/Clib/cregexp.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cobject.c -o Clib-cobject.o && \
        mv Clib-cobject.o objs/obj_u/Clib/cobject.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/ci18n.c -o Clib-ci18n.o && \
        mv Clib-ci18n.o objs/obj_u/Clib/ci18n.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c Clib/cresolv.c -o Clib-cresolv.o && \
        mv Clib-cresolv.o objs/obj_u/Clib/cresolv.o
gcc -fPIC -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC  -c -o mach_dep.o Mlib/mach_dep.c && \
        mv mach_dep.o objs/obj_u/Mlib/mach_dep.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c -o Read-reader.o objs/obj_u/Read/reader.c && \
        mv Read-reader.o objs/obj_u/Read/reader.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c -o Rgc-rgccompile.o objs/obj_u/Rgc/rgccompile.c && \
        mv Rgc-rgccompile.o objs/obj_u/Rgc/rgccompile.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c -o Rgc-rgcdfa.o objs/obj_u/Rgc/rgcdfa.c && \
        mv Rgc-rgcdfa.o objs/obj_u/Rgc/rgcdfa.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c -o Rgc-rgcrules.o objs/obj_u/Rgc/rgcrules.c && \
        mv Rgc-rgcrules.o objs/obj_u/Rgc/rgcrules.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c -o Rgc-rgctree.o objs/obj_u/Rgc/rgctree.c && \
        mv Rgc-rgctree.o objs/obj_u/Rgc/rgctree.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c -o Rgc-rgcconfig.o objs/obj_u/Rgc/rgcconfig.c && \
        mv Rgc-rgcconfig.o objs/obj_u/Rgc/rgcconfig.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c -o Rgc-rgcexpand.o objs/obj_u/Rgc/rgcexpand.c && \
        mv Rgc-rgcexpand.o objs/obj_u/Rgc/rgcexpand.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c -o Rgc-rgcset.o objs/obj_u/Rgc/rgcset.c && \
        mv Rgc-rgcset.o objs/obj_u/Rgc/rgcset.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c -o Rgc-rgcposix.o objs/obj_u/Rgc/rgcposix.c && \
        mv Rgc-rgcposix.o objs/obj_u/Rgc/rgcposix.o
gcc  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC -I/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include -c -o Rgc-rgc.o objs/obj_u/Rgc/rgc.c && \
        mv Rgc-rgc.o objs/obj_u/Rgc/rgc.o
/home/lbloch/Packages/bigloo4.2a/bin/bigloo -srfi enable-resolv -srfi enable-gmp -srfi enable-pregexp -srfi bigloo-unsafe -O3 -fcfa-arithmetic -q  +rm -lib-dir /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -mklib -cc gcc -fsharing -q -no-hello -copt -fPIC -unsafe -safee -O4  -c Pp/pp.scm -indent -o objs/obj_u/Pp/pp.c
make[5]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make[4]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make[3]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make[2]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make[1]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a »
if ! [ -f "lib/bigloo/4.2a/bigloo.h" ]; then \
	  echo "you must configure before building!"; \
	  exit 1; \
	fi
(PATH=/home/lbloch/Packages/bigloo4.2a/bin:/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a:$PATH; export PATH; \
         LD_LIBRARY_PATH=/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a:$LD_LIBRARY_PATH; \
         export LD_LIBRARY_PATH; \
         DYLD_LIBRARY_PATH=/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a:$DYLD_LIBRARY_PATH; \
         export DYLD_LIBRARY_PATH; \
         make boot-c);
make[1]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a »
if [ "no" = "yes" ]; then \
	  make -C gmp boot; \
        fi
if [ "yes" = "yes" ]; then \
	  make -C libuv boot; \
        fi
make[2]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/libuv »
make -C libuv-1.x-24jan2015
make[3]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/libuv/libuv-1.x-24jan2015 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/libuv/libuv-1.x-24jan2015 »
make[2]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/libuv »
if [ "yes" = "yes" ]; then \
	  make -C gc boot; \
        fi
make[2]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make do-boot-gc
make[3]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.so && \
	make /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.a
make[4]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[4]: « /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.so » est à jour.
make[4]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[4]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[4]: « /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc-4.2a.a » est à jour.
make[4]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[3]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
if [ "yes " = "yes " ]; then \
          make LIBQ=_fth CFLAGS="-O3  -DNO_DEBUGGING -Iinclude -Ilibatomic_ops-install/include -DATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DFINALIZE_ON_DEMAND  -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -fPIC -DGC_LINUX_THREADS -D_REENTRANT -DGC_THREADS -DNO_HANDLE_FORK -DTHREAD_LOCAL_ALLOC -DFINALIZE_ON_DEMAND -DPARALLEL_MARK -DUSE_COMPILER_TLS -DBGL_GC_THREADS" do-boot-gc; \
	fi
make[3]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.so && \
	make /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.a
make[4]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[4]: « /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.so » est à jour.
make[4]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[4]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[4]: « /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a/libbigloogc_fth-4.2a.a » est à jour.
make[4]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[3]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
make[2]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/gc »
if [ -x /home/lbloch/Packages/bigloo4.2a/bin/bigloo ]; then \
	  make -C runtime .afile && \
	  make -C runtime heap && \
	  make -C runtime boot && \
	  make -C comptime bigloo && \
	  make -C comptime doboot; \
	else \
	  make -C runtime boot && \
	  make -C comptime boot && \
	  make -C runtime heap; \
	fi
make[2]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
(dirs="Jlib Ieee Llib Mlib R5rs Rgc Eval Lalr Match Pp Read Unsafe"; \
         for o in class_u class_s class_p; do \
           echo objs/$o/bigloo/runtime; \
           mkdir -p objs/$o/bigloo/runtime; \
           for d in $dirs; do \
             echo objs/$o/bigloo/runtime/$d; \
             mkdir -p objs/$o/bigloo/runtime/$d; \
           done; \
         done; \
         dirs="Clib Ilib Ieee Llib Mlib R5rs Rgc Eval Lalr Match Pp Read Unsafe"; \
         for o in obj_u; do \
           echo objs/$o; \
           mkdir -p objs/$o; \
           for d in $dirs; do \
             echo objs/$o/$d; \
             mkdir -p objs/$o/$d; \
           done; \
         done; \
         dirs="Clib Ieee Llib R5rs"; \
         for o in obj_s obj_p; do \
           echo objs/$o; \
           mkdir -p objs/$o; \
           for d in $dirs; do \
             echo objs/$o/$d; \
             mkdir -p objs/$o/$d; \
           done; \
         done)
objs/class_u/bigloo/runtime
objs/class_u/bigloo/runtime/Jlib
objs/class_u/bigloo/runtime/Ieee
objs/class_u/bigloo/runtime/Llib
objs/class_u/bigloo/runtime/Mlib
objs/class_u/bigloo/runtime/R5rs
objs/class_u/bigloo/runtime/Rgc
objs/class_u/bigloo/runtime/Eval
objs/class_u/bigloo/runtime/Lalr
objs/class_u/bigloo/runtime/Match
objs/class_u/bigloo/runtime/Pp
objs/class_u/bigloo/runtime/Read
objs/class_u/bigloo/runtime/Unsafe
objs/class_s/bigloo/runtime
objs/class_s/bigloo/runtime/Jlib
objs/class_s/bigloo/runtime/Ieee
objs/class_s/bigloo/runtime/Llib
objs/class_s/bigloo/runtime/Mlib
objs/class_s/bigloo/runtime/R5rs
objs/class_s/bigloo/runtime/Rgc
objs/class_s/bigloo/runtime/Eval
objs/class_s/bigloo/runtime/Lalr
objs/class_s/bigloo/runtime/Match
objs/class_s/bigloo/runtime/Pp
objs/class_s/bigloo/runtime/Read
objs/class_s/bigloo/runtime/Unsafe
objs/class_p/bigloo/runtime
objs/class_p/bigloo/runtime/Jlib
objs/class_p/bigloo/runtime/Ieee
objs/class_p/bigloo/runtime/Llib
objs/class_p/bigloo/runtime/Mlib
objs/class_p/bigloo/runtime/R5rs
objs/class_p/bigloo/runtime/Rgc
objs/class_p/bigloo/runtime/Eval
objs/class_p/bigloo/runtime/Lalr
objs/class_p/bigloo/runtime/Match
objs/class_p/bigloo/runtime/Pp
objs/class_p/bigloo/runtime/Read
objs/class_p/bigloo/runtime/Unsafe
objs/obj_u
objs/obj_u/Clib
objs/obj_u/Ilib
objs/obj_u/Ieee
objs/obj_u/Llib
objs/obj_u/Mlib
objs/obj_u/R5rs
objs/obj_u/Rgc
objs/obj_u/Eval
objs/obj_u/Lalr
objs/obj_u/Match
objs/obj_u/Pp
objs/obj_u/Read
objs/obj_u/Unsafe
objs/obj_s
objs/obj_s/Clib
objs/obj_s/Ieee
objs/obj_s/Llib
objs/obj_s/R5rs
objs/obj_p
objs/obj_p/Clib
objs/obj_p/Ieee
objs/obj_p/Llib
objs/obj_p/R5rs
touch .afile
make[3]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make[4]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make one-lib-c \
                BFLAGS_SYS="-srfi bigloo-unsafe -O3 -fcfa-arithmetic -q  +rm -lib-dir /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -mklib -cc gcc -fsharing -q -no-hello -copt -fPIC -unsafe -safee -O4" \
                BFLAGS_USR="-srfi bigloo-unsafe -O3 -fcfa-arithmetic -q  +rm -lib-dir /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -mklib -cc gcc -fsharing -q -no-hello -copt -fPIC -unsafe -safee -O4" \
                OBJDIR_USR=obj_u OBJDIR_SYS=obj_u \
                LIBQ=_u
make[5]: entrant dans le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
gcc -fPIC -I/home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -O3  -fPIC  -c -o mach_dep.o Mlib/mach_dep.c && \
        mv mach_dep.o objs/obj_u/Mlib/mach_dep.o
/home/lbloch/Packages/bigloo4.2a/bin/bigloo -srfi enable-resolv -srfi enable-gmp -srfi enable-pregexp -srfi bigloo-unsafe -O3 -fcfa-arithmetic -q  +rm -lib-dir /home/lbloch/Packages/bigloo4.2a/lib/bigloo/4.2a -mklib -cc gcc -fsharing -q -no-hello -copt -fPIC -unsafe -safee -O4  -c Pp/pp.scm -indent -o objs/obj_u/Pp/pp.c
make[5]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make[4]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make[3]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make[2]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a/runtime »
make[1]: quittant le répertoire « /home/lbloch/Packages/bigloo4.2a »
# configure... 
# mercredi 13 juillet 2016, 11:21:12 (UTC+0200)
# ./configure 

+ User specified host specific configuration ()...

./autoconf/runtest -v1 -- os
  -> linux

./autoconf/runtest -v1 -- cpu
  -> x86_64

./autoconf/runtest -v1 -- osversion
  -> 3.4.0+

./autoconf/runtest -v1 -- user
  -> lbloch

./autoconf/runtest -v1 -- cctest "--cc=gcc"
  -> gcc

+ Post host specific configuration (linux)...

./autoconf/runtest -v1 -- ascpp "--as=as" "--name=/tmp/foo"
/tmp/foo.s: Messages de l'assembleur:
/tmp/foo.s:2: Erreur: pas de telle instruction: « dummy »
as : option non reconnue « -P »
/tmp/foo.s: Messages de l'assembleur:
/tmp/foo.s:2: Erreur: pas de telle instruction: « dummy »
as : option non reconnue « -P »
/tmp/foo.s: Messages de l'assembleur:
/tmp/foo.s:2: Erreur: pas de telle instruction: « dummy »
  -> gcc -c -x assembler-with-cpp

./autoconf/runtest -v1 -- arflags "--ar=ar" "--name=/tmp/foo"
  -> qc

 ar arflags -> ar qc
./autoconf/runtest -v1 -- ranlib "--ranlib=ranlib"
  -> yes

./autoconf/runtest -v1 -- strip "--strip=strip"
  -> strip

+ checking executable names...
  -> aout=a.out, abat=a.out

* threadsupport=
./autoconf/runtest -v1 -- thread "--cflags=-DFINALIZE_ON_DEMAND"
  -> -DGC_LINUX_THREADS -D_REENTRANT -DGC_THREADS -DNO_HANDLE_FORK -DTHREAD_LOCAL_ALLOC -DFINALIZE_ON_DEMAND

./autoconf/runtest -v1 -- pthread
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:17:4: warning: null argument where non-null required (argument 3) [-Wnonnull]
    pthread_create( &thread, 0L, 0L, 0L );
    ^
  -> -lpthread

./autoconf/runtest -v1 -- pthreadlock "--lib=-lpthread"
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:17:4: warning: null argument where non-null required (argument 3) [-Wnonnull]
    pthread_create( &thread, 0L, 0L, 0L );
    ^
/tmp/actestlbloch.c:25:4: warning: null argument where non-null required (argument 2) [-Wnonnull]
    pthread_mutex_timedlock( &mutex, 0 );
    ^
  -> 1

./autoconf/runtest -v1 -- pthreadspinlock "--lib=-lpthread"
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:15:4: warning: null argument where non-null required (argument 3) [-Wnonnull]
    pthread_create( &thread, 0L, 0L, 0L );
    ^
  -> 1

./autoconf/runtest -v1 -- pthreadmutexrec "--lib=-lpthread"
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:20:4: warning: null argument where non-null required (argument 3) [-Wnonnull]
    pthread_create( &thread, 0L, 0L, 0L );
    ^
  -> 1

./autoconf/runtest -v1 -- pthreadcondvtimedwait "--lib=-lpthread"
  -> 1

./autoconf/runtest -v1 -- pthreadtimedjoin "--lib=-lpthread"
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:18:4: warning: null argument where non-null required (argument 3) [-Wnonnull]
    pthread_create( &thread, 0L, 0L, 0L );
    ^
  -> 1

./autoconf/runtest -v1 -- pthreadlocalstorage "--lib=-lpthread"
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:18:4: warning: null argument where non-null required (argument 3) [-Wnonnull]
    pthread_create( &thread, 0L, 0L, 0L );
    ^
/tmp/actestlbloch.c:25:4: warning: null argument where non-null required (argument 2) [-Wnonnull]
    pthread_mutex_timedlock( &mutex, 0 );
    ^
  -> yes

./autoconf/runtest -v1 -- nbprocs "--cflags="
  -> 4

+ Java specific configuration (linux)...

+ GC configuration (yes)...
./autoconf/runtest -v1 -- gcflags "--cflags="
  -> -DNO_DEBUGGING -Iinclude -Ilibatomic_ops-install/include -DATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION

./autoconf/runtest -v1 -- maemo.arm "--cflags=-O3"
Unknown option "--cflags=-O3", ignored
  -> no

./autoconf/runtest -v1 -- gcconfigureopt "--gc-dir=/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2"
  -> --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu

./autoconf/runtest -v1 -- gcversion "--gcincdir=/home/lbloch/Packages/bigloo4.2a/gc/gc-7.4.2/include" "--cflags="
  -> 742


configure libuv with "./configure --libdir=/home/lbloch/Packages/bigloo4.2a/bigloo/4.2a --includedir=/home/lbloch/Packages/bigloo4.2a/bigloo/4.2a "
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking if gcc supports -g flag... yes
checking if gcc supports -std=gnu89 flag... yes
checking if gcc supports -pedantic flag... yes
checking if gcc supports -Wall flag... yes
checking if gcc supports -Wextra flag... yes
checking if gcc supports -Wno-unused-parameter flag... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for dlopen in -ldl... yes
checking for kstat_lookup in -lkstat... no
checking for kvm_open in -lkvm... no
checking for gethostbyname in -lnsl... yes
checking for perfstat_cpu in -lperfstat... no
checking for pthread_mutex_init in -lpthread... yes
checking for clock_gettime in -lrt... yes
checking for sendfile in -lsendfile... no
checking for socket in -lsocket... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for pkg-config... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
./autoconf/runtest -v1 -- stacksize "--stacksize=2"
  -> 0

./autoconf/runtest -v1 -- bgl-pkg-config "--libs" "openssl"
./autoconf/bgl-pkg-config: 13: ./autoconf/bgl-pkg-config: pkg-config: not found
  -> 

./autoconf/runtest -v1 -- openssl
/usr/bin/ld: /tmp/cc5OvYpn.o: référence au symbole non défini «BIO_new_socket@@OPENSSL_1.0.0»
//lib/x86_64-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
  -> -lcrypto -lssl

./autoconf/runtest -v1 -- bgl-pkg-config "--cflags" "openssl"
./autoconf/bgl-pkg-config: 13: ./autoconf/bgl-pkg-config: pkg-config: not found
  -> 

./autoconf/runtest -v1 -- openssl-dtls "--cflags=-I." "--lib=-lcrypto -lssl"
  -> yes

./autoconf/runtest -v1 -- openssl-rand "--cflags=-I." "--lib=-lcrypto -lssl"
  -> yes

./autoconf/runtest -v1 -- openssl-v2 "--cflags=-I." "--lib=-lcrypto -lssl"
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:12:5: warning: passing argument 1 of ‘SSL_CTX_new’ makes pointer from integer without a cast [enabled by default]
     ctx = SSL_CTX_new( SSLv2_server_method() );
     ^
In file included from /tmp/actestlbloch.c:1:0:
/usr/include/openssl/ssl.h:1680:10: note: expected ‘const struct SSL_METHOD *’ but argument is of type ‘int’
 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
          ^
/tmp/cc9PWU8X.o: dans la fonction « main »:
actestlbloch.c:(.text+0x1f): référence indéfinie vers « SSLv2_server_method »
collect2: error: ld returned 1 exit status
  -> no

./autoconf/runtest -v1 -- openssl-v23 "--cflags=-I." "--lib=-lcrypto -lssl"
  -> yes

./autoconf/runtest -v1 -- sqlite "--cflags="
/tmp/actestlbloch.c:1:21: fatal error: sqlite3.h: Aucun fichier ou dossier de ce type
 #include <sqlite3.h>
                     ^
compilation terminated.
  -> 

./autoconf/runtest -v1 -- gstreamer "--cflags=" "--pkg=gstreamer-@VERSION@ gstreamer-base-@VERSION@ gstreamer-plugins-base-@VERSION@"
./autoconf/gstreamer: 1: ./autoconf/gstreamer: pkg-config: not found
./autoconf/gstreamer: 1: ./autoconf/gstreamer: pkg-config: not found
  -> 

./autoconf/runtest -v1 -- alsa "--cflags="
./autoconf/alsa: 1: ./autoconf/alsa: pkg-config: not found
./autoconf/alsa: 1: ./autoconf/alsa: pkg-config: not found
  -> no

./autoconf/runtest -v1 -- mpg123 "--cflags= "
/tmp/actestlbloch.c:9:20: fatal error: mpg123.h: Aucun fichier ou dossier de ce type
 #include <mpg123.h>
                    ^
compilation terminated.
  -> no

./autoconf/runtest -v1 -- mpg123 "--cflags= -D_FILE_OFFSET_BITS=64"
/tmp/actestlbloch.c:9:20: fatal error: mpg123.h: Aucun fichier ou dossier de ce type
 #include <mpg123.h>
                    ^
compilation terminated.
  -> no

./autoconf/runtest -v1 -- flac "--cflags="
/tmp/actestlbloch.c:33:33: fatal error: FLAC/stream_decoder.h: Aucun fichier ou dossier de ce type
 #include "FLAC/stream_decoder.h"
                                 ^
compilation terminated.
  -> no

./autoconf/runtest -v1 -- mixer
  -> 1

./autoconf/runtest -v1 -- pcre "--cflags="
/tmp/actestlbloch.c:2:18: fatal error: pcre.h: Aucun fichier ou dossier de ce type
 #include <pcre.h>
                  ^
compilation terminated.
  -> no

./autoconf/runtest -v1 -- bgl-pkg-config "--libs" "avahi-client"
./autoconf/bgl-pkg-config: 13: ./autoconf/bgl-pkg-config: pkg-config: not found
  -> 

./autoconf/runtest -v1 -- bgl-pkg-config "--cflags" "avahi-client"
./autoconf/bgl-pkg-config: 13: ./autoconf/bgl-pkg-config: pkg-config: not found
  -> 

./autoconf/runtest -v1 -- avahi "--cflags=" "--libs="
/tmp/actestlbloch.c:10:33: fatal error: avahi-client/client.h: Aucun fichier ou dossier de ce type
 #include <avahi-client/client.h>
                                 ^
compilation terminated.
  -> no

./autoconf/runtest -v1 -- phidget "--cflags=" "--version=21"
/tmp/actestlbloch.c:1:23: fatal error: phidget21.h: Aucun fichier ou dossier de ce type
 #include <phidget21.h>
                       ^
compilation terminated.
gcc: error: Phidget21: Aucun fichier ou dossier de ce type
gcc: error: unrecognized command line option ‘-framework’
*** ERROR, test failed with return code: 1

./autoconf/runtest -v1 -- ccbracket "--cflags="
  -> 

./autoconf/runtest -v1 -- alignment
  -> 3

./autoconf/runtest -v1 -- ccoptim "--cflags=-O3"
  -> -O3

./autoconf/runtest -v1 -- ccstrip "--cflags="
  -> -s

./autoconf/runtest -v1 -- checkinclude "#include <errno.h>"
  -> 1

./autoconf/runtest -v1 -- ccprof
  -> -pg -fno-inline

./autoconf/runtest -v1 -- ccdiv0
  -> 1

./autoconf/runtest -v1 -- oscharset
  -> C

./autoconf/runtest -v1 -- stackdown
  -> 1

./autoconf/runtest -v1 -- stdint
  -> 1

./autoconf/runtest -v1 -- stdlibint
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:5:3: error: unknown type name ‘uint8_t’
   uint8_t u8 = 1;
   ^
/tmp/actestlbloch.c:7:3: error: unknown type name ‘uint16_t’
   uint16_t u16 = 1;
   ^
/tmp/actestlbloch.c:9:3: error: unknown type name ‘uint32_t’
   uint32_t u32 = 1;
   ^
  -> 0

./autoconf/runtest -v1 -- unistdint
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:4:3: error: unknown type name ‘int8_t’
   int8_t x8 = -1;
   ^
/tmp/actestlbloch.c:5:3: error: unknown type name ‘uint8_t’
   uint8_t u8 = 1;
   ^
/tmp/actestlbloch.c:6:3: error: unknown type name ‘int16_t’
   int16_t x16 = -1;
   ^
/tmp/actestlbloch.c:7:3: error: unknown type name ‘uint16_t’
   uint16_t u16 = 1;
   ^
/tmp/actestlbloch.c:8:3: error: unknown type name ‘int32_t’
   int32_t x32 = -1;
   ^
/tmp/actestlbloch.c:9:3: error: unknown type name ‘uint32_t’
   uint32_t u32 = 1;
   ^
  -> 0

./autoconf/runtest -v1 -- getuid
  -> 1

./autoconf/runtest -v1 -- getgid
  -> 1

./autoconf/runtest -v1 -- gecos
  -> 1

./autoconf/runtest -v1 -- getprotoent
  -> 1

./autoconf/runtest -v1 -- setjmp
  -> sig

./autoconf/runtest -v1 -- bcopy
gcc  /tmp/actestlbloch.c -o /tmp/Xactestlbloch >/dev/null
  -> 1

./autoconf/runtest -v1 -- winreg
  -> 0

./autoconf/runtest -v1 -- sigpipe
  -> 1

./autoconf/runtest -v1 -- getgroups
  -> 1

./autoconf/runtest -v1 -- sigsetmask
  -> 1

./autoconf/runtest -v1 -- sigprocmask
  -> 1

./autoconf/runtest -v1 -- alloca
  -> 1

./autoconf/runtest -v1 -- allocah
  -> 1

./autoconf/runtest -v1 -- machdep
  -> generic_mach_dep

./autoconf/runtest -v1 -- mmap
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:11:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    return (int)mmap( 0, 100, PROT_READ | PROT_WRITE, MAP_PRIVATE, 0, 0 );
           ^
  -> 1

./autoconf/runtest -v1 -- getcwd
  -> 1

./autoconf/runtest -v1 -- getwd
/tmp/ccOhqyNe.o: dans la fonction « main »:
actestlbloch.c:(.text+0x1a): AVERTISSEMENT: the `getwd' function is dangerous and should not be used.
  -> 1

./autoconf/runtest -v1 -- bgl-pkg-config "--libs" "gmp"
./autoconf/bgl-pkg-config: 13: ./autoconf/bgl-pkg-config: pkg-config: not found
  -> 

./autoconf/runtest -v1 -- gmp "--lib=-lgmp"
  -> 5.1.3

./autoconf/runtest -v1 -- resolv
  -> resolv

./autoconf/runtest -v1 -- unistring
/tmp/actest.lbloch.c:1:20: fatal error: unistr.h: Aucun fichier ou dossier de ce type
 #include <unistr.h>
                    ^
compilation terminated.
  -> no

./autoconf/runtest -v1 -- socket "--lib="
  -> 

./autoconf/runtest -v1 -- socklen "--lib="
  -> 1

./autoconf/runtest -v1 -- setsockopt "--lib=" "--opt=TCP_NODELAY"
  -> 1

./autoconf/runtest -v1 -- setsockopt "--lib=" "--opt=TCP_CORK"
  -> 1

./autoconf/runtest -v1 -- setsockopt "--lib=" "--opt=TCP_QUICKACK"
  -> 1

./autoconf/runtest -v1 -- inet_aton "--lib="
  -> 1

./autoconf/runtest -v1 -- inet_pton "--lib="
  -> 1

./autoconf/runtest -v1 -- unixsocket "--lib="
  -> 1

./autoconf/runtest -v1 -- getaddrinfo "--lib="
  -> 1

./autoconf/runtest -v1 -- getifaddrs "--lib="
  -> 1

./autoconf/runtest -v1 -- gethwaddrs "--lib="
  -> 1

./autoconf/runtest -v1 -- cnstalign "--alignment=3"
  -> 1

./autoconf/runtest -v1 -- enforcedcnstalign
  -> 1

./autoconf/runtest -v1 -- bigendian
  -> 0

./autoconf/runtest -v1 -- pipe
  -> 1

./autoconf/runtest -v1 -- symlink
  -> 1

./autoconf/runtest -v1 -- labs
  -> labs

./autoconf/runtest -v1 -- longlong "--longlong="
  -> long long

./autoconf/runtest -v1 -- llabs "--longlong=long long"
  -> llabs

./autoconf/runtest -v1 -- strtoll "--longlong=long long"
  -> strtoll

./autoconf/runtest -v1 -- strtoull "--longlong=long long"
  -> strtoull

./autoconf/runtest -v1 -- limbs "--type=long" "--cflags=-I/home/lbloch/Packages/bigloo4.2a/lib/4.2a -L/home/lbloch/Packages/bigloo4.2a/lib/4.2a"
  -> 1

./autoconf/runtest -v1 -- limbs "--type=long long" "--cflags=-I/home/lbloch/Packages/bigloo4.2a/lib/4.2a -L/home/lbloch/Packages/bigloo4.2a/lib/4.2a"
  -> 1

./autoconf/runtest -v1 -- signbit "--type=long" "--alignment=3"
  -> 0x1000000000000000L

./autoconf/runtest -v1 -- signbit "--type=long" "--alignment=0"
  -> 0x8000000000000000L

./autoconf/runtest -v1 -- signbit "--type=long long" "--alignment=0"
  -> 0x8000000000000000LL

./autoconf/runtest -v1 -- sigchld
  -> 1

./autoconf/runtest -v1 -- sigaction
  -> 1

./autoconf/runtest -v1 -- setenv
  -> 1

./autoconf/runtest -v1 -- select
  -> 1

./autoconf/runtest -v1 -- fcntl
  -> 1

./autoconf/runtest -v1 -- termio
./autoconf/runtest -v1 -- checkinclude "--cflags=" "#include <termio.h>"
executing ./autoconf/checkinclude -> 1
  -> 1

  -> 1

./autoconf/runtest -v1 -- termios
./autoconf/runtest -v1 -- checkinclude "--cflags=" "#include <termios.h>"
executing ./autoconf/checkinclude -> 1
  -> 1

  -> 1

./autoconf/runtest -v1 -- posixfileops
  -> 1

./autoconf/runtest -v1 -- sendfile
  -> BGL_SENDFILE_NO

./autoconf/runtest -v1 -- sleep "--cflags=-DBGL_NANOSLEEP"
  -> 1

./autoconf/runtest -v1 -- sleep "--cflags=-DBGL_SLEEP"
  -> 1

./autoconf/runtest -v1 -- timezone "--cflags=-O3"
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:4:21: error: ‘_timezone’ undeclared (first use in this function)
    printf( "%d\n", -_timezone );
                     ^
/tmp/actestlbloch.c:4:21: note: each undeclared identifier is reported only once for each function it appears in
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:4:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]
    printf( "%d\n", -timezone );
    ^
  -> timezone

./autoconf/runtest -v1 -- timeval "--cflags=-O3"
  -> 1

./autoconf/runtest -v1 -- gmtoff "--cflags=-O3"
  -> 1

./autoconf/runtest -v1 -- ccpic "--cflags=demanded"
gcc: error: demanded: Aucun fichier ou dossier de ce type
  -> -fPIC

./autoconf/runtest -v1 -- ldextraopt "--lflags="
  -> 

./autoconf/runtest -v1 -- rdynamic "--rflags=-rdynamic"
/tmp/actestlbloch.c:2:7: error: expected identifier or ‘(’ before ‘char’
 char *char *foo() {
       ^
/tmp/actestlbloch.c: In function ‘main’:
/tmp/actestlbloch.c:7:4: error: passing argument 1 of ‘puts’ makes pointer from integer without a cast [-Werror]
    puts( foo() );
    ^
In file included from /tmp/actestlbloch.c:1:0:
/usr/include/stdio.h:695:12: note: expected ‘const char *’ but argument is of type ‘int’
 extern int puts (const char *__s);
            ^
cc1: all warnings being treated as errors
  -> 

./autoconf/runtest -v1 -- ldsoname "/usr/local/lib" "--ld=gcc" "--soname="
gcc: error: =actestlbloch.so: Aucun fichier ou dossier de ce type
/usr/bin/ld: ne peut pas trouver =actestlbloch.so: Aucun fichier ou dossier de ce type
collect2: error: ld returned 1 exit status
  -> -Wl,-soname

./autoconf/runtest -v1 -- ldshare "--ld=gcc" "--ldopt=" "--ldlibs=-lc" "--cflags=-fPIC" "--sharedsuffix=so"
  -> -shared

./autoconf/runtest -v1 -- ldshare "--ld=gcc" "--ldopt=-shared -Wl,-rpath=/usr/local/lib" "--ldlibs=-lc" "--cflags=-fPIC" "--sharedsuffix=so"
  -> -shared -Wl,-rpath=/usr/local/lib

./autoconf/runtest -v1 -- ldpreload "--ld=gcc" "--ldlibs=-lc" "--ldopt=-shared"
  -> yes

./autoconf/runtest -v1 -- dlopen "--dlopt=-ldl"
  -> -ldl

./autoconf/runtest -v1 -- unix
  -> #define OS_CLASS "unix"
#define OS_NAME "linux"
#define OS_ARCH "x86_64"
#define OS_VERSION "3.4.0+"
#define OS_TMP ""
#define FILE_SEPARATOR '/'
#define PATH_SEPARATOR ':'
#define STATIC_LIB_SUFFIX "a"
#define SHARED_LIB_SUFFIX "so"
#define UCS2_DISPLAYABLE 0

./autoconf/runtest -v1 -- indent "--cflags=" "--indent=indent -npro -bap -bad -nbc -bl -ncdb -nce -nfc1 -ip0 -nlp -npcs -nsc -nsob -cli0.5 -di0 -l80 -d1 -c0 -ts2 -st"
  -> 0

./autoconf/runtest -v1 -- dirname "--cflags=" "--dirname=dirname"
  -> dirname

./autoconf/runtest -v1 -- doubleprec
  -> 14

./autoconf/runtest -v1 -- ldstaticopt
  -> 

./autoconf/runtest -v1 -- ldsharedopt
  -> 

./autoconf/runtest -v1 -- cctest "--cc=gcc" "--cflags=-Wl,--enable-new-dtags,-rpath=/usr/local/lib"
  -> gcc

./autoconf/runtest -v1 -- emacsbrand "--emacs=emacs"
  -> emacs24

./autoconf/runtest -v1 -- emacslisppath "--emacs=emacs"
  -> /usr/local/share/emacs/24.3/site-lisp/bigloo



** Configuration summary **

Release features:
  Bigloo release number................. 4.2a
  Bigloo supported backends............. native:yes JVM:no
  Bigloo default backend................ native
  APIs.................................. pthread fthread srfi18 ssl sqlite web multimedia mail calendar pkgcomp pkglib text srfi1 crypto openpgp csv upnp libuv wav phone srfi27 packrat
  Bigloo gc............................. custom (bigloogc 742)
  support for native threads............ yes
  support for thread local storage ..... yes
  Open SSL support...................... yes (dtls:yes, v2:no, v23:yes)
  Sqlite ............................... sqltiny
  support for dynamic libraries......... yes
  Bee support........................... partial

Directories where Bigloo will be installed:
  binaries.............................. /usr/local/bin
  libraries............................. /usr/local/lib
  files directory....................... bigloo/4.2a
  standard zip.......................... /usr/local/lib/bigloo/4.2a
  standard dll.......................... /usr/local/lib/bigloo/4.2a
  manual pages.......................... /usr/local/man/man1
  info documentation.................... /usr/local/info
  lisp files............................ 
  temporary dir......................... /tmp

Compilers and linkers:
  C compiler used....................... gcc
  options for compiling................. 
  options for optimizing................ -O3
  options for stripping................. -s
  options for PIC code.................. -fPIC
  options for profiling................. -pg -fno-inline
  options for linking................... -ldl -lresolv -lgmp -lm
  assembly.............................. gcc -c -x assembler-with-cpp
  static library builder................ ar
  shared library builder................ gcc
  options for building static libs...... qc
  socket libraries...................... 
  gmp version........................... 5.1.3
  unistring version..................... no
  pthread libraries..................... -lpthread
  openssl libraries..................... -lcrypto -lssl
  sqlite libraries...................... 
  suffix of shared libraries............ so
  options for linking with shared libs.. -shared
  dynamically linked compiler........... no
  dynamically linked bde tools.......... no


GC configuration:
  options for compiling the collector... -DNO_DEBUGGING -Iinclude -Ilibatomic_ops-install/include -DATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DFINALIZE_ON_DEMAND 
  options for compiling with threads.... -DGC_LINUX_THREADS -D_REENTRANT -DGC_THREADS -DNO_HANDLE_FORK -DTHREAD_LOCAL_ALLOC -DFINALIZE_ON_DEMAND -DPARALLEL_MARK -DUSE_COMPILER_TLS

Emacs configuration:
  emacs................................. emacs
  emacs brand........................... emacs24
  lisp directory........................ /usr/local/share/emacs/24.3/site-lisp/bigloo

Misc configuration:
  mask for installed files.............. 644
  mask for installed executable......... 755
  mask for installed directories........ 755

System configuration:
  hardware tuning....................... 
  operating system...................... linux
  default executable name............... a.out

Attachment: pgp7zLFW6y8Je.pgp
Description: OpenPGP digital signature

Reply via email to