gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: gcl


From: Camm Maguire
Subject: [Gcl-devel] Re: gcl
Date: 06 Jun 2002 19:06:58 -0400

Greetings!

address@hidden writes:

> 1) It worked to the extent that when i executed unixport/saved_gcl
> and entered (+ 1 2) i got 3.

Great!

> 2) I am not sure, maybe you need to look for tcl libs in the
> same way you look for libbfd

I think we do.  Could you please tell me where your init.tcl is?

> 3) Following is the result of make, the errant sh is in there:
> make[1]: Entering directory `/usr/home/dstang/gcl'
> rm -f bin/gcl xbin/gcl
> GCLDIR=`echo /export/home/dstang/gcl | 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 `/usr/home/dstang/gcl'
> rm -f /export/home/dstang/gcl/bin/gcl
> (echo "#!/bin/sh" ; \
> echo exec /export/home/dstang/gcl/unixport/saved_gcl \\ ; \
> echo '   -dir' /export/home/dstang/gcl/unixport/ \\ ; \
> echo '   -libdir' /export/home/dstang/gcl/ \\ ; \
> echo '   -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
> ! [ -d "" ] || echo '   -eval '\''(setq si::*tk-library* '\"\"')'\' \\;\
> [ "" = "" ] || echo '   -eval '\''(si::init-readline)'\' \\;\
> echo '     '\"address@hidden" ) > /export/home/dstang/gcl/bin/gcl;
> /bin/sh: !: not found
> echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe 3)"' 
> >> /

Can one not 

echo "#!/bin/sh"  

on solaris?  Needs single quotes?  I'll try this.

> export/home/dstang/gcl/bin/gcl
> chmod a+x /export/home/dstang/gcl/bin/gcl
> make[2]: Leaving directory `/usr/home/dstang/gcl'
> (cd xbin ; ln -s ../bin/gcl .)
> make[1]: Leaving directory `/usr/home/dstang/gcl'
> (cd  cmpnew ; make collectfn.o)
> make[1]: Entering directory `/usr
> 
> 4) kernel panic ;)

:-)  OK, please someone remind me to step around a missing makeinfo at
some point.

> I will try to build maxima on solaris when i get a chance.

great!

> Dan
> 
> 

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