Performing a "make clean" after a configure destroys ability to make.

gcl.git has a clean clone

mkdir gcl
cd gcl
cp -R ../gcl.git/* .
cd gcl
./configure --enable-ansi
make clean
make


blake@vm-mint-14 ~/Backup/gcl/gcl $ make
make -C unixport final
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
ls: cannot access ../clcs/clcs_*.lisp: No such file or directory
make[1]: Entering directory `/home/blake/Backup/gcl/gcl/unixport'
echo "(let ((si::*disable-recompile* nil)(compiler::*default-c-file* t)
(compiler::*default-h-file* t)(compiler::*default-system-p*
t)(compiler::*default-data-file*
t))(si::compiler-state-fns)(si::do-recompile nil))" | ./
/bin/sh: 1: ./: Permission denied
make[1]: *** [final] Error 126
make[1]: Leaving directory `/home/blake/Backup/gcl/gcl/unixport'
make: *** [system] Error 2


If I instead to a configure followed be a make I get the first problem.

Thanks.



On Wed, Oct 9, 2013 at 8:41 PM, Camm Maguire <[email protected]> wrote:

> Greetings!  I've confirmed this quickly, but also noted the problem
> apparently disappears after a make clean and rebuild, and does not
> appear with --enable-debug.  Will try to get to this soon, but am busy
> working on the 2.6.10pre branch at the moment.  Please let me know if
> any of the above works for you.
>
> Take care,
>
> Blake McBride <[email protected]> writes:
>
> > Greetings,
> >
> > I checked out the latest GCL via GIT and attempted to build on 32 bit
> LinuxMint 14.  I did:
> >
> > ./configure --enable-ansi
> > make
> >
> > and I got:
> >
> > ........
> > #<"TK" package>
> >
> >>
> > #<"TK-PRIMITIVES" package>
> >
> >>
> > #<"SYSTEM" package>
> >
> > SYSTEM>
> > *COMMAND-ARGS*
> >
> > SYSTEM>
> > ABS
> >
> > SYSTEM>
> > #<function 00566c38>
> >
> > SYSTEM>
> > #<function 00566c68>
> >
> > SYSTEM>
> > #<function 00566c80>
> >
> > SYSTEM>
> > #<function 00566c50>
> >
> > SYSTEM>loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_predlib.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_type.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_typep.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_typecase.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_assert.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_dl.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_rm.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_autoload.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_fle.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_setf.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_arraylib.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_seq.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_seqlib.lsp
> > loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_mislib.lsp
> > Segmentation fault
> > make[1]: *** [saved_pre_gcl] Error 139
> > rm raw_pre_gcl pre_init.lsp post_init.lsp
> > make[1]: Leaving directory `/home/blake/Backup/gcl/gcl/unixport'
> > make: *** [unixport/saved_pre_gcl] Error 2
> >
> > _______________________________________________
> > Gcl-devel mailing list
> > [email protected]
> > https://lists.gnu.org/mailman/listinfo/gcl-devel
>
> --
> Camm Maguire                                        [email protected]
> ==========================================================================
> "The earth is but one country, and mankind its citizens."  --  Baha'u'llah
>
_______________________________________________
Gcl-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to