Hello,

I did not see that "machine is not found", the configure and make
output are attached.

Jean

On Wed, Dec 21, 2016 at 04:25:51PM -0500, Camm Maguire wrote:
> Greetings, and thanks for your report!  Please post the full configure
> and make output.
> 
> Take care,
> 
> Jean Louis <bugs@gnu.support> writes:
> 
> > Hello,
> >
> > I need help on building gcl.
> >
> > I am using the version from git, and do not have a previous version of
> > gcl on my system. The errors are shown below as being in the unixport
> > directory.
> >
> > Jean Louis
> >
> >   $ ./configure --prefix=/package/prog/gcl --enable-readline 
> > --enable-machine=amd64-linux
> >
> > ## --------- ##
> > ## Platform. ##
> > ## --------- ##
> >
> > hostname = protected.rcdrun.com
> > uname -m = x86_64
> > uname -r = 4.8.2-gnugnu.support
> > uname -s = Linux
> > uname -v = #2 SMP PREEMPT Fri Nov 18 12:38:46 CET 2016
> >
> > errors:
> >
> > <DEV> root [ /sources/gnu/gcl/gcl ]# make
> > (cd bin; make all)
> > make[1]: Entering directory '/sources/gnu/gcl/gcl/bin'
> > make[1]: Nothing to be done for 'all'.
> > make[1]: Leaving directory '/sources/gnu/gcl/gcl/bin'
> > make mpfiles
> > make[1]: Entering directory '/sources/gnu/gcl/gcl'
> > make[1]: Nothing to be done for 'mpfiles'.
> > make[1]: Leaving directory '/sources/gnu/gcl/gcl'
> > rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
> > (cd o; make all)
> > make[1]: Entering directory '/sources/gnu/gcl/gcl/o'
> > make[1]: Nothing to be done for 'all'.
> > make[1]: Leaving directory '/sources/gnu/gcl/gcl/o'
> > make h/cmpinclude.h
> > make[1]: Entering directory '/sources/gnu/gcl/gcl'
> > make[1]: 'h/cmpinclude.h' is up to date.
> > make[1]: Leaving directory '/sources/gnu/gcl/gcl'
> > rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
> > cd unixport && make saved_pre_gcl
> > make[1]: Entering directory '/sources/gnu/gcl/gcl/unixport'
> > ls: cannot access '../lsp/*.o': No such file or directory
> > ls: cannot access '../xgcl-2/*.o': No such file or directory
> > ls: cannot access '../cmpnew/*.o': No such file or directory
> > ls: cannot access 'gcl_recompile?*.o': No such file or directory
> > ls: cannot access '../mod/*.o': No such file or directory
> > ls: cannot access '../pcl/*.o': No such file or directory
> > ls: cannot access '../clcs/*.o': No such file or directory
> > make[1]: *** No rule to make target 'saved_pre_gcl'.  Stop.
> > make[1]: Leaving directory '/sources/gnu/gcl/gcl/unixport'
> > make: *** [makefile:78: unixport/saved_pre_gcl] Error 2
> >
> > _______________________________________________
> > Gcl-devel mailing list
> > Gcl-devel@gnu.org
> > https://lists.gnu.org/mailman/listinfo/gcl-devel
> >
> >
> >
> >
> 
> -- 
> Camm Maguire                                      c...@maguirefamily.org
> ==========================================================================
> "The earth is but one country, and mankind its citizens."  --  Baha'u'llah
> 
checking for gawk... gawk
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
host=x86_64-unknown-linux-gnu
enable_machine=linux
use=linux
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for CFLAG -Wno-unused-but-set-variable... yes
checking for egrep... (cached) /bin/grep -E
checking for makeinfo... makeinfo
checking system version (for dynamic loading)... Linux-4.8.2-gnugnu.support
checking for unistd.h... (cached) yes
checking for sysconf in -lc... yes
checking for _SC_CLK_TCK... 100
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking for external gmp version... ok
checking for size of gmp limbs... 8
checking _SHORT_LIMB... no
checking _LONG_LONG_LIMB... no
checking for leading underscore in object symbols... no
checking for GNU ld option -Map... yes
checking for X... libraries , headers 
checking for main in -lX11... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking X11/Xutil.h usability... yes
checking X11/Xutil.h presence... yes
checking for X11/Xutil.h... yes
checking X11/Xlibint.h usability... yes
checking X11/Xlibint.h presence... yes
checking for X11/Xlibint.h... yes
checking X11/Xresource.h usability... yes
checking X11/Xresource.h presence... yes
checking for X11/Xresource.h... yes
checking X11/keysym.h usability... yes
checking X11/keysym.h presence... yes
checking for X11/keysym.h... yes
checking can compile xgcl... yes
checking __builtin_clzl... yes
checking __builtin_ctzl... yes
checking __builtin___clear_cache... yes
checking size of long... 8
checking size of int... 4
checking size of short... 2
checking size of char... 1
checking for number of bits in char... 8
checking for byte order... little
checking for word order... little
checking for sbrk... yes
checking for ADDR_COMPAT_LAYOUT constant... yes 200000
checking for ADDR_LIMIT_3GB constant... yes 8000000
checking for ADDR_NO_RANDOMIZE constant... yes 40000
checking for personality(ADDR_NO_RANDOMIZE) support... yes
checking that sbrk is (now) non-random... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for required object alignment... 8
checking for C extension variable alignment... __attribute__ ((aligned (8)))
checking sizeof struct contblock... 16
checking for pagewidth... 12
checking DBEGIN... 0x623000
checking CSTACK_ADDRESS... 0x7ffd0fffffff
checking cstack bits... 48
checking NEG_CSTACK_ADDRESS... no
checking finding CSTACK_ALIGNMENT... 32
checking CSTACK_DIRECTION... -1
checking finding default linker script... got it
configure: trying to adjust text start
configure: min log text start -1
configure: max log text start 29
./configure: line 8446: test: 29: unary operator expected
configure: lowering log text to 0 to maximize data area
checking our linker script... done
checking for fast NULL_OR_ON_CSTACK macro... no
checking mem top... 0x8000000000000000
checking finding upper mem half range... 0x4000000000000000
checking sizeof long long int... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for d_type... yes
checking for pathname gcc compilation bug... yes
checking for getcwd... yes
checking for getwd... yes
checking for rename... yes
checking for uname... yes
checking for gettimeofday... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking elf_abi.h usability... no
checking elf_abi.h presence... no
checking for elf_abi.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for BSDgettimeofday... no
checking for gettimeofday... (cached) yes
checking for gettimeofday declaration... present
checking for sin in -lm... yes
checking for main in -lmingwex... no
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for isnormal... yes
checking for isfinite... yes
checking for INFINITY... yes
checking for NAN... yes
checking for sockets... checking for connect... yes
checking for gethostbyname... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for main in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking For network code for nsocket.c... yes
checking check for listen using fcntl... yes
checking for profil... yes
checking for setenv... yes
checking for _cleanup... no
checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
checking check for SV_ONSTACK... no
checking check for SIGSYS... yes
checking check for SIGEMT... no
checking for sigaltstack... yes
checking for feenableexcept... yes
checking dis-asm.h usability... yes
checking dis-asm.h presence... yes
checking for dis-asm.h... yes
checking for init_disassemble_info in -lopcodes... yes
checking for dlopen in -ldl... yes
checking for print_insn_i386... yes
checking asm/sigcontext.h usability... yes
checking asm/sigcontext.h presence... yes
checking for asm/sigcontext.h... yes
checking asm/signal.h usability... no
checking asm/signal.h presence... yes
configure: WARNING: asm/signal.h: present but cannot be compiled
configure: WARNING: asm/signal.h:     check for missing prerequisite headers?
configure: WARNING: asm/signal.h: see the Autoconf documentation
configure: WARNING: asm/signal.h:     section "Present But Cannot Be Compiled"
configure: WARNING: asm/signal.h: proceeding with the compiler's result
checking for asm/signal.h... no
checking for sigcontext...... sigcontext in signal.h
checking for emacs... /usr/bin/emacs
checking emacs site lisp directory... /package/prog/gcl/share/emacs/site-lisp
checking emacs default.el... ./default.el
checking emacs info/dir... /package/prog/gcl/share/info/
checking for tcl/tk... checking for tclsh... tclsh
checking for main in -llieee... no
Builtin TK not requested
not found
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mprotect... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
Unable to guess machine type
use configure --enable-machine=XXX, for XXX such that h/XXX.defs exists, ie in 
h/386-bsd.defs h/386-kfreebsd.defs h/386-macosx.defs h/FreeBSD.defs h/NeXT.defs 
h/NeXT30-m68k.defs h/NeXT32-i386.defs h/NeXT32-m68k.defs h/NetBSD.defs 
h/OpenBSD.defs h/alpha-osf1.defs h/dec3100.defs h/dos-go32.defs h/gnuwin95.defs 
h/hp300-bsd.defs h/hp300.defs h/hp800.defs h/irix5.defs h/irix6.defs 
h/linux.defs h/mac2.defs h/mingw.defs h/mp386.defs h/ncr.defs 
h/powerpc-macosx.defs h/rios-aix3.defs h/rios.defs h/rt_aix.defs h/sgi.defs 
h/sgi4d.defs h/solaris-i386.defs h/solaris.defs h/sun2r3.defs h/sun3-os4.defs 
h/sun3.defs h/sun386i.defs h/sun4.defs h/symmetry.defs h/u370_aix.defs 
h/vax.defs
make -C unixport final
make[1]: Entering directory '/sources/gnu/gcl/gcl/unixport'
ar: ../o/gcllib.a: No such file or directory
ls: cannot access '../o/*.o': No such file or directory
ls: cannot access '../lsp/*.o': No such file or directory
ls: cannot access '../xgcl-2/*.o': No such file or directory
ls: cannot access '../cmpnew/*.o': No such file or directory
ls: cannot access 'gcl_recompile?*.o': No such file or directory
ls: cannot access '../mod/*.o': No such file or directory
ls: cannot access '../pcl/*.o': No such file or directory
ls: cannot access '../clcs/*.o': No such file or directory
echo "(setq si::*optimize-maximum-pages* nil)" >pre_init.lsp;
echo "(setq si::*optimize-maximum-pages* t si::*disable-recompile* t)" 
>post_init.lsp;
make 
make[2]: Entering directory '/sources/gnu/gcl/gcl/unixport'
ar: ../o/gcllib.a: No such file or directory
ls: cannot access '../o/*.o': No such file or directory
ls: cannot access '../lsp/*.o': No such file or directory
ls: cannot access '../xgcl-2/*.o': No such file or directory
ls: cannot access '../cmpnew/*.o': No such file or directory
ls: cannot access 'gcl_recompile?*.o': No such file or directory
ls: cannot access '../mod/*.o': No such file or directory
ls: cannot access '../pcl/*.o': No such file or directory
ls: cannot access '../clcs/*.o': No such file or directory
make[2]: *** No rule to make target '../o/gcllib.a', needed by 'libgclp.a'.  
Stop.
make[2]: Leaving directory '/sources/gnu/gcl/gcl/unixport'
make[1]: *** [makefile:75: final] Error 2
make[1]: Leaving directory '/sources/gnu/gcl/gcl/unixport'
make: *** [makefile:41: system] Error 2
_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to