gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Install failure


From: Camm Maguire
Subject: Re: [Gcl-devel] Install failure
Date: 09 Oct 2002 23:12:44 -0400

Greetings!

"Paul F. Dietz" <address@hidden> writes:

> After
> 
> make clean
> ./configure --enable-ansi --prefix=/home/dietz
> make
> 
> and (as root)
> 
> make install
> 
> when I try to run gcl this happens:
> 
> address@hidden gcl]$ gcl
> /home/dietz/bin/gcl: /unixport/saved_ansi_gcl: No such file or directory
> /home/dietz/bin/gcl: exec: /unixport/saved_ansi_gcl: cannot execute: No such 
> file or directory
> address@hidden gcl]$
> 

This is just a screwup with the makefile and your specified prefix (of
course).  I had something similar earlier today which I patched.
Basically, your install root looks like it is /.  Can you figure out
where this mistake was made from the build output?  If not, please
post the output and I'll take a look.

Take care,

> The file in /home/dietz/bin/gcl is:
> 
> #!/bin/sh
> export C_INCLUDE_PATH=/home/dietz/lib/gcl-2.5.0/h
> exec /unixport/saved_ansi_gcl \
>     -dir /home/dietz/lib/gcl-2.5.0/unixport/ \
>     -libdir /home/dietz/lib/gcl-2.5.0/ \
>     -eval '(setq si::*allow-gzipped-file* t)' \
>     -eval '(setq si::*tk-library* "/usr/lib/tk8.3")' \
>     -eval '(si::init-readline)' \
>       "$@"
> # other options: -load /tmp/foo.o -load jo.lsp -eval "(joe 3)"
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
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]