Problems building latest gcl from cvs



I haven't seen anything like the problem you had. It looks like some
file is corrupted somewhere. Could you try checking out a fresh copy and
building that?

The GCL build is currently broken, but for a different reason.

--Jim

On Thu, 2002-04-25 at 07:27, Valerij Pipin wrote:
> Dear maxima developers,
> 
> Could you please tell what can be wrong with my bulding of cvs maxima on linux
> I tried to compile both with gcl-2.4.1 and with clisp-2.28. 
> Every time the process abrupt after compiling mdebug.lisp. 
> 
>  >
> Compiling mdebug.lisp.
> Loading ./cmpinit.lsp
> Finished loading ./cmpinit.lsp
> ; (DEFUN BREAK-HELP ...) is being compiled.
> ;; Warning: The variable DOC is not used.
> End of Pass 1.  
> End of Pass 2.  
> OPTIMIZE levels: Safety=2, Space=3, Speed=3
> Finished compiling mdebug.lisp.
> #p"mdebug.o"
> 
> >make[1]: *** îÅÔ ÐÒÁ×ÉÌÁ ÄÌÑ ÓÂÏÒËÉ ÃÅÌÉ `../majvers', ÔÒÅÂÕÅÍÏÊ ÄÌÑ `version.l         isp'.  ïÓÔÁÎÏ×.
> make[1]: ÷ÙÈÏÄ ÉÚ ËÁÔÁÌÏÇ `/home/soft/maxima/src'
> make: *** [all-recursive] ïÛÉÂËÁ 1
>  
> On Thu, 25 Apr 2002 10:23:52 +0400
> "Vadim V. Zhytnikov" <vvzhy@mail.ru> wrote:
> 
> > At present I just may confirm that gcl CVS is indeed broken.
> > I'll try to figure out what is going wrong and which resent patch broke the
> > system.
> > 
> > And one little note. GCL isn't supposed to be compiled with gcc 2.96,
> > use gcc 2.95 instead. GCL may be compiled with 2.96 but not all things
> > works properly. On the other hand it has nothing to do current compilatin
> > troubles since now GCL dosn't buld with 2.95.3 as well.
> > 
> > oscar@iit.upco.es wrote:
> > 
> > > Dear maxima developers:
> > >
> > > I am trying to build maxima from cvs. I have tried to build gcl from cvs
> > > and I have been not able because make failed.
> > > ________________________________________________________________
> > > $ make
> > > cat h/config.h | sed -e "1,/Begin for cmpincl/d" \
> > >         -e "/End for cmpinclude/,50000d" > tmpx
> > > cat h/cmpincl1.h h/gclincl.h h/compbas.h h/enum.h h/object.h h/vs.h
> > > h/bds.h h/frame.h h/lex.h h/eval.h    h/funlink.h h/att_ext.h
> > > h/new_decl.h h/compbas2.h h//compat.h h//cmponly.h >> tmpx
> > > ./xbin/move-if-changed mv tmpx h/cmpinclude.h
> > > tmpx and h/cmpinclude.h were not the same.
> > > ln tmpx h/cmpinclude.h
> > > ./xbin/move-if-changed ln h/cmpinclude.h o/cmpinclude.h
> > > h/cmpinclude.h and o/cmpinclude.h were not the same.
> > > ln h/cmpinclude.h o/cmpinclude.h
> > > (cd bin; make all)
> > > make[1]: Cambiando a directorio `/home/oscar/Maxima/gcl/bin'
> > > gcc -pipe -fwritable-strings  -DVOL=volatile -I/home/oscar/Maxima/gcl/o
> > > -fsigned-char -DUNIX -o dpp dpp.c
> > > make[1]: Saliendo directorio `/home/oscar/Maxima/gcl/bin'
> > > make mpfiles
> > > make[1]: Cambiando a directorio `/home/oscar/Maxima/gcl'
> > > make[1]: *** No hay ninguna regla para construir el objetivo
> > > `gmp/Makefile', necesario para `gmp/libgmp.a'.  Alto.
> > > make[1]: Saliendo directorio `/home/oscar/Maxima/gcl'
> > > make: *** [all] Error 2
> > > ________________________________________________________________
> > >
> > > Some relevant information about my linux distro is:
> > > Mandrake 8.1
> > > cc --version
> > > 2.96
> > >
> > > I uploaded the config.log at:
> > >
> > > http://www.iit.upco.es/~oscar/download/config.log
> > >
> > > and the output of the ./configure at
> > >
> > > http://www.iit.upco.es/~oscar/download/config.out
> > >
> > > Thanks a lot for all your help.
> > > --
> > > http://www.iit.upco.es/~oscar
> > > Everything you know is wrong!
> > > _______________________________________________
> > 
> > --
> >      Vadim V. Zhytnikov
> > 
> >       <vvzhy@mail.ru>
> >     <vvzhy@td.lpi.ac.ru>
> >      <vvzhy@yandex.ru>
> > 
> > 
> > 
> > _______________________________________________
> > Maxima mailing list
> > Maxima@www.math.utexas.edu
> > http://www.math.utexas.edu/mailman/listinfo/maxima
> > 
> 
> 
> -- 
> Dr. V.Pipin, <pip@iszf.irk.ru>
> Institute Solar-Terrestrial Physics
> 
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>