Greetings!  The top level makefile in GCL makes use of the DESTDIR and
BINDIR environment variables -- methinks your program wrapper is setting
these.  Just try setting these appropriately right before 'make' on the
gcl build command line.  Please let me know if problems persist.

Take care,

d...@axiom-developer.org writes:

> Camm,
>
> When I build gcl-cygwin standalone I get a copy of gcl in the bin
> directory. When I build it by program the gcl makefile seems to try:
>
> rm -f /usr/local/axiom/home/daly/t1/lsp/gcl-cygwin/bin/gcl
> (echo '#!/bin/sh ; \
>      echo exec /home/daly/t1/lsp/gcl-cygwin/unixport/saved_gcl \\ ; \
>      echo '  -dir /home/daly/t1/lsp/gcl-cygwin/unixport/ \\ ; \
>      echo '  -libdir' /home/daly/t1/lsp/gcl-cgwin/ \\ ; \
>      echo '  -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
>      ! [ -d "no" ] || echo '  -eval '\''(setq si::*tk-library* '\"\"')'\' \\;\
>      echp '   '\"\$@\" ) > 
> /usr/local/axiom/home/daly/t1/lsp/gcl-cygwin/bin/gcl
>
> /bin/sh: 1: cannot create /usr/local/axiom/home/daly/t1/lsp/gcl-cygwin/bin/gcl
> Directory nonexistent
>
> Why is it trying to create anything in /usr/local/axiom (which does not 
> exist)?
>
> Tim
>
>
>
>

-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
https://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to