Haven't been able to build for about 6 months now. Sure appreciate any pointers.
blake@blake-sony ~/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 blake@blake-sony ~/Backup $ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 17.1 Rebecca Release: 17.1 Codename: rebecca blake@blake-sony ~/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. blake@blake-sony ~/Backup/gcl.git $ rm -rf * blake@blake-sony ~/Backup/gcl.git $ git pull Already up-to-date. blake@blake-sony ~/Backup/gcl.git $ git checkout --force Your branch is up-to-date with 'origin/master'. blake@blake-sony ~/Backup/gcl.git $ git branch * master blake@blake-sony ~/Backup/gcl.git $ cd gcl blake@blake-sony ~/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 LIBBFD=@LIBBFD@ LIBIBERTY=@LIBIBERTY@ 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. blake@blake-sony ~/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 blake@blake-sony ~/Backup/gcl.git/gcl $
_______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org https://lists.gnu.org/mailman/listinfo/gcl-devel