gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] savannah


From: Camm Maguire
Subject: Re: [Gcl-devel] savannah
Date: 29 Dec 2003 15:45:59 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

"Vadim V. Zhytnikov" <address@hidden> writes:

> Camm Maguire ?????:
> > Greetings!  Just a quick note -- savannah is back.  There are
> > instructions on the main page for all developers to resubmit ssh2
> > keys and reset their password.  I've just checked that mine now
> > works.  Unfortunately, I have not yet gone through the whole diff, but
> > I believe all is well from what I've seen so far.  I'm leaving
> > momentarily and will return Sunday.  At that time, I'll sync the gprof
> > option addition, and push the latest 2.6.1 as 2.6.2 to ftp.gnu.org,
> > access to which has recently been restored as well.
> > Take care,
> 
> What about including some mingw patches in 2.6.2?
> I'd like to have some mingw problem fixed in
> to forthcoming Maxima 5.9.1 release.
> 

Absolutely.  When I get a candidate ready, hopefully soon, I'd like
you (and Mike if he has time) to test before release.

Take care,

> PS: Updated gcl-makefile.patch (attached)
> fixes version _and_ flavor (ansi vs traditional)
> problem for make install under mingw.
> 
> -- 
>       Vadim V. Zhytnikov
> 
>        <address@hidden>
>       <address@hidden>
> diff -uNr gcl-new/makefile gcl/makefile
> --- gcl-new/makefile  Mon Dec 22 20:54:40 2003
> +++ gcl/makefile      Mon Dec 22 21:03:58 2003
> @@ -32,6 +32,8 @@
>  TESTDIR = ansi-tests
>  #GMP_DIR = gmp3/
>  
> +VERSION=`cat majvers`.`cat minvers`
> +
>  all: $(BUILD_BFD) $(PORTDIR)/$(FLISP) command cmpnew/gcl_collectfn.o 
> lsp/gcl_info.o do-gcl-tk do-info
>  
>  xgcl: $(PORTDIR)/saved_xgcl
> @@ -151,13 +153,13 @@
>        echo 'PROMPT %promp$%'; \
>        echo 'FOR %%c IN (CALL DEL) DO %%c %temp%.\setdir.bat'; \
>        echo 'set cwd=%cd%'; \
> -      echo 'set libdir=%cd%\..\lib\gcl-2.5.0'; \
> +      echo 'set libdir=%cd%\..\lib\gcl-'$(VERSION) ; \
>        echo 'set unixportdir=%libdir%\unixport'; \
>        echo 'path %cd%\..\mingw\bin;%PATH%'; \
> -      echo "start %unixportdir%\saved_gcl.exe -dir %unixportdir% -libdir 
> %libdir% -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 
> %9" ) > $(DESTDIR)$(prefix)/bin/gclm.bat ; fi
> +      echo "start %unixportdir%\$(FLISP).exe -dir %unixportdir% -libdir 
> %libdir% -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 
> %9" ) > $(DESTDIR)$(prefix)/bin/gclm.bat ; fi
>       rm -f $(DESTDIR)$(prefix)/bin/gclfinal.bat
>       if gcc --version | grep -i mingw >/dev/null 2>&1 ; then (echo 'ECHO 
> path %1\mingw\bin;%PATH% > gcli.bat'; \
> -      echo "ECHO start %1\lib\gcl-2.5.0\unixport\saved_gcl.exe -dir 
> %1\lib\gcl-2.5.0\unixport -libdir %1\lib\gcl-2.5.0 -eval \"(setq 
> si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9 >> gcli.bat" ) > 
> $(DESTDIR)$(prefix)/bin/gclfinal.bat ; fi
> +      echo "ECHO start %1\lib\gcl-$(VERSION)\unixport\$(FLISP).exe -dir 
> %1\lib\gcl-$(VERSION)\unixport -libdir %1\lib\gcl-$(VERSION) -eval \"(setq 
> si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9 >> gcli.bat" ) > 
> $(DESTDIR)$(prefix)/bin/gclfinal.bat ; fi
>  
>  install: 
>       $(MAKE) install1 "INSTALL_LIB_DIR=$(prefix)/lib/gcl-`cat majvers`.`cat 
> minvers`" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)"
> @@ -255,4 +257,4 @@
>       (cd go ; $(MAKE)  "CFLAGS = -I../h -pg  -c -g ")
>       (cd unixport ; $(MAKE) gcp)
>  
> -.INTERMEDIATE: unixport/saved_pcl_gcl
> \ No newline at end of file
> +.INTERMEDIATE: unixport/saved_pcl_gcl

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