gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: [ 101805 ] gcl-2.4.4 on tru64 unix v4.0f


From: Camm Maguire
Subject: [Gcl-devel] Re: [ 101805 ] gcl-2.4.4 on tru64 unix v4.0f
Date: 09 Feb 2003 18:28:07 -0500

Greetings, and thanks for your interest in and feedback on GCL!

64bit support has been added in version 2.5, which is shortly to be
released.  You can check it out in the current CVS sources, at
:pserver:address@hidden:/cvsroot/gcl . I'd like to know
if it works for you!  This version of GCL is known to compile maxima
and acl2 successfully on ia64 and alpha 64bit platforms.  I would
welcome any changes you might need to make in the form of compiler
flags, etc (which could then be included in a platform specific
.defs/.h file).

Take care,

address@hidden writes:

> Support Request #101805, was updated on 2003-Feb-06 09:09
> You can respond by visiting: 
> http://savannah.gnu.org/support/?func=detailsupport&support_id=101805&group_id=879
> 
> Category: None
> Status: Open
> Priority: 5
> Summary: gcl-2.4.4 on tru64 unix v4.0f
> 
> By: Hans.Schwengeler
> Date: 2003-Feb-06 09:09
> Logged In: NO 
> Browser: Mozilla/5.0 (compatible; Konqueror/2.2.2; Linux)
> 
> I'm trying to install gcl-2.4.4 on out tru64 unix V4.0F
> system.
> After quite a few trials I got so far that I think it might
> work after some more fiddling. I use the native C compiler
> cc with the options -g -float -ieee -taso -xtaso_short.
> This allowed to create raw_gcl, but not saved_gcl.
> The error message now is:
> GCL (GNU Common Lisp)  April 1994  32768 pages
> loading ../lsp/export.lsp
> Initializing ../lsp/defmacro.o
> Initializing ../lsp/evalmacros.o
> Initializing ../lsp/top.o
> Initializing ../lsp/module.o
> loading ../lsp/autoload.lsp
> 
> >
> #<"COMPILER" package>
> 
> COMPILER>
> #<"SYSTEM" package>
> 
> SYSTEM>
> *COMMAND-ARGS*
> 
> SYSTEM>
> #<"USER" package>
> 
> >
> #<"LISP" package>
> 
> LISP>
> #<"SLOOP" package>
> 
> SLOOP>
> -1
> 
> SLOOP>
> #<"USER" package>
> 
> >
> Loading ../gcl-tk/tk-package.lsp
> Finished loading ../gcl-tk/tk-package.lsp
> T
> 
> >Initializing ../lsp/predlib.o
> Initializing ../lsp/setf.o
> Initializing ../lsp/arraylib.o
> Initializing ../lsp/assert.o
> Initializing ../lsp/defstruct.o
> Initializing ../lsp/describe.o
> Initializing ../lsp/iolib.o
> Initializing ../lsp/listlib.o
> Initializing ../lsp/mislib.o
> Initializing ../lsp/numlib.o
> Initializing ../lsp/packlib.o
> Initializing ../lsp/seq.o
> Initializing ../lsp/seqlib.o
> Initializing ../lsp/trace.o
> Initializing ../lsp/sloop.o
> Initializing ../lsp/serror.o
> Initializing ../lsp/destructuring_bind.o
> Initializing ../lsp/loop.o
> Initializing ../lsp/defpackage.o
> Initializing ../lsp/make_defpackage.o
> Initializing ../cmpnew/cmpinline.o
> Initializing ../cmpnew/cmputil.o
> Initializing ../lsp/debug.o
> 
> * (lisp::There is no package with the name LISP.
> or (lisp::boundp (lisp::quote *make-special (lisp::quote system::*left-pare
> e system::*bremake[1]: Leaving directory `/usr5/util/gcl-2.4.4/unixport'
> make command
> make[1]: Entering directory `/usr5/util/gcl-2.4.4'
> rm -f bin/gcl xbin/gcl
> GCLDIR=`echo /usr5/util/gcl-2.4.4 | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 
> 'sX^//\([a-z]\)X\1!Xg'` ; \
> make install-command "INSTALL_LIB_DIR=${GCLDIR}" "prefix=${GCLDIR}"
> make[2]: Entering directory `/usr5/util/gcl-2.4.4'
> rm -f /usr5/util/gcl-2.4.4/bin/gcl
> (echo '#!/bin/sh' ; \
> echo exec /usr5/util/gcl-2.4.4/unixport/saved_gcl \\ ; \
> echo '   -dir' /usr5/util/gcl-2.4.4/unixport/ \\ ; \
> echo '   -libdir' /usr5/util/gcl-2.4.4/ \\ ; \
> echo '   -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ; \
> ! [ -d "/venus/usr1/lheasoft/OSF1_4.0_alpha/lib" ] || echo '   -eval 
> '\''(setq si::*tk-library* 
> '\"/venus/usr1/lheasoft/OSF1_4.0_alpha/lib/tk8.2\"')'\' \\ ; \
> [ "readline.o" = "" ] || echo '   -eval '\''(si::init-readline)'\' \\ ; \
> echo '     '\"address@hidden" ) > /usr5/util/gcl-2.4.4/bin/gcl;
> /bin/sh: !: not found
> echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe 3)"' 
> >> 
> /usr5/util/gcl-2.4.4/bin/gcl
> chmod a+x /usr5/util/gcl-2.4.4/bin/gcl
> make[2]: Leaving directory `/usr5/util/gcl-2.4.4'
> (cd xbin ; ln -s ../bin/gcl .)
> make[1]: Leaving directory `/usr5/util/gcl-2.4.4'
> (cd  cmpnew ; make collectfn.o)
> make[1]: Entering directory `/usr5/util/gcl-2.4.4/cmpnew'
> ../unixport/saved_gcl ../unixport/ -compile collectfn.lsp
> make[1]: ../unixport/saved_gcl: Command not found
> make[1]: *** [collectfn.o] Error 127
> make[1]: Leaving directory `/usr5/util/gcl-2.4.4/cmpnew'
> make: *** [all] Error 2
> 
> 
> Any hints welcome.
> 
> Yours, Hans Schwengeler
> 
> 
> 
> 
> ----------------------------------------------------------------------
> You can respond by visiting: 
> http://savannah.gnu.org/support/?func=detailsupport&support_id=101805&group_id=879
> 
> 

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