gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] gcl makefile tries to create a file in /usr/local/axiom


From: Camm Maguire
Subject: Re: [Gcl-devel] gcl makefile tries to create a file in /usr/local/axiom
Date: Tue, 22 Jul 2014 20:02:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

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,

address@hidden 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 '   '\"address@hidden" ) > 
> /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                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

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