axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Re: [Gcl-devel] RE: GCL 2.6.1 on Windows XP


From: Camm Maguire
Subject: Re: [Axiom-developer] Re: [Gcl-devel] RE: GCL 2.6.1 on Windows XP
Date: 25 Oct 2003 11:31:47 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  Mike, do you have a moment to upload a binary without the
path hard-coding? 

Take care,

address@hidden writes:

> Hello Bill,
> 
> > > http://people.debian.org/~camm/gcl/stable-binary/gcl_2.6.1.min
> > > gw32_japi_xdr_20030929.zip
> > > 
> > > Unzip it and run the install program. It installed and
> > > runs under Windows XP for me with no problems (although
> > > an earlier version did fail on the install unless you
> > > installed it into a directory named c:/lang).
> > > 
> > 
> > I have just tried this and I see that the problem with the
> > install directory still exists. When the install scripts
> > asks where you want to install GCL, tell it
> > 
> >   c:/lang/gcl261
> > 
> > instead of the default, then the install will complete
> > normally.
> 
> Yes you are right, the script that creates gcl.bat during the installation 
> seems to be broken? The only difference I saw between an installation in 
> c:\lang\gcl261 and another directory is that the c:\lang\gcl261\bin 
> directory contains 2 more files gcl.bat and gcl.pif. If for some reason 
> specific to Axiom you need to use gcl from another directory than 
> lang/gcl261, it seems that you can just move the whole directory 
> c:\lang\gcl261 to your new directory, and add the following file gcl.bat 
> in directory "NewDirectory\bin" (with the example directory  
> C:\programs\gcl-2.6.1):
> 
> ------------------- gcl.bat
> @echo off
> rem Define the main directory of gcl
> set W$=c:\programs\gcl-2.6.1
> rem set C_INCLUDE_PATH=%W$%\lib\gcl-2.6.1\h
> path %W$%\mingw\bin;%PATH%
> start %W$%\lib\gcl-2.6.1\unixport\saved_gcl.exe -dir %W$%/lib/gcl-
> 2.6.1/unixport/ -libdir %W$%/lib/gcl-2.6.1/ -eval "(setq si::*allow-
> gzipped-file* t)" %1 %2 %3 %4 %5 %6 %7 %8 %9
> ------------------- End of gcl.bat
> 
> This works for me on Windows 98SE, I suppose it would run too under any 
> version of Windows NT (4.0, 2000 or XP)
> 
> It think one can comment the line with C_INCLUDE_PATH, at least as long as 
> gcl.bat just runs the executable for gcl. I don't think the env variable 
> for gcc compiler is of any use to run the executable? Or is it for some 
> reason I am unaware of ?.  Anyway, on Win98, gcl can be run without this 
> var being defined.
> 
> Best wishes,
> 
> address@hidden
> http://www.univ-orleans.fr/EXT/ASTEX
> ftp://ftp.univ-orleans.fr/pub/tex/PC/AsTeX
> liste de discussion: address@hidden
> Abonnement à la liste: envoyer un message de contenu
> "sub astex Nom Prenom Etablissement" à address@hidden
> 
> 
> _______________________________________________
> Axiom-developer mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/axiom-developer
> 
> 
> 

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