gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Still can't build


From: Blake McBride
Subject: [Gcl-devel] Still can't build
Date: Fri, 10 Mar 2017 19:15:18 -0600

Haven't been able to build for about 6 months now.  Sure appreciate any pointers.


address@hidden ~/Backup $ uname -a
Linux blake-sony 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
address@hidden ~/Backup $ lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description: Linux Mint 17.1 Rebecca
Release: 17.1
Codename: rebecca
address@hidden ~/Backup $ gcc --version
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
address@hidden ~/Backup/gcl.git $ rm -rf *
address@hidden ~/Backup/gcl.git $ git pull
Already up-to-date.
address@hidden ~/Backup/gcl.git $ git checkout --force
Your branch is up-to-date with 'origin/master'.
address@hidden ~/Backup/gcl.git $ git branch
* master
address@hidden ~/Backup/gcl.git $ cd gcl
address@hidden ~/Backup/gcl.git/gcl $ ./configure --enable-ansi
.
.
.
FLISP=saved_ansi_gcl
SYSTEM=ansi_gcl
BUILD_BFD=
GMPDIR=gmp4
PARGCLDIR=
X_LIBS= -lX11
X_CFLAGS=

PROCESSOR_FLAGS=

EXTRA_LOBJS=
LEADING_UNDERSCORE=
GNU_LD=1
AWK=gawk
address@hidden@
address@hidden@
PATHNAME_BUG=t
add-defs1 amd64-linux
using amd64-linux.defs
 if the 'unknown' directories exist you may provide
a second argument to ./add-defs of a local directory where things might be,
or edit ./add-defs so that it can find them.   Otherwise just continue
and the portions with unknown will not be compiled.
address@hidden ~/Backup/gcl.git/gcl $ make
.
.
.
gcc -c -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -O3 -fomit-frame-pointer  -I/home/blake/Backup/gcl.git/gcl/o -I../h -I../gcl-tk bcmp.c  
gcc -c -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -O3 -fomit-frame-pointer  -I/home/blake/Backup/gcl.git/gcl/o -I../h -I../gcl-tk bcopy.c  
gcc -c -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -O3 -fomit-frame-pointer  -I/home/blake/Backup/gcl.git/gcl/o -I../h -I../gcl-tk bzero.c  
gcc -c -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -O3 -fomit-frame-pointer  -I/home/blake/Backup/gcl.git/gcl/o -I../h -I../gcl-tk user_init.c  
gcc -c -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -O3 -fomit-frame-pointer  -I/home/blake/Backup/gcl.git/gcl/o -I../h -I../gcl-tk user_match.c  
rm -f gcllib.a
ar qc gcllib.a bcmp.o bcopy.o bzero.o user_init.o user_match.o 
ranlib gcllib.a
make[1]: Leaving directory `/home/blake/Backup/gcl.git/gcl/o'
make h/cmpinclude.h
make[1]: Entering directory `/home/blake/Backup/gcl.git/gcl'
make[1]: `h/cmpinclude.h' is up to date.
make[1]: Leaving directory `/home/blake/Backup/gcl.git/gcl'
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
cd unixport && make saved_pre_gcl
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]: Entering directory `/home/blake/Backup/gcl.git/gcl/unixport'
make[1]: *** No rule to make target `saved_pre_gcl'.  Stop.
make[1]: Leaving directory `/home/blake/Backup/gcl.git/gcl/unixport'
make: *** [unixport/saved_pre_gcl] Error 2
address@hidden ~/Backup/gcl.git/gcl $


reply via email to

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