gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] GCL 2.6.7 compile errors


From: Camm Maguire
Subject: Re: [Gcl-devel] GCL 2.6.7 compile errors
Date: 11 May 2006 18:33:39 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

Jannis <address@hidden> writes:

> On 11 May 2006 14:24:09 -0400, Camm Maguire wrote:
> 
> > Greetings, and thanks!
> > 
> > After fixing the configure script issue, both
> > 
> > ./configure --enable-debug  --enable-locbfd=yes
> > --enable-dynsysbfd=no \ --enable-statsysbfd=no && make 
> > 
> > and
> > 
> > ./configure  --enable-locbfd=yes  --enable-dynsysbfd=no
> > --enable-statsysbfd=no && make
> > 
> > work fine for me. 
> 
> That's strange. I can reproduce this when running ./configure and make
> by hand. But I get problems when running the same commands in our
> distribution's module build file. Another of our developers gets
> completely different errors during make, which makes me think that the
> makefiles are messed up in general. 
> 
> Below you can see the error log the mentioned other developer got when
> trying to compile GCL by hand (using the commands you posted above).
> 

This is due to a missing build dependency -- check for configure
errors.  The packages required to build gcl are listed at the head of
debian/control under Build-Depends.

Take care,

> As I don't feel the urgent need to fix other people's build files, I
> decided to shelve the issue and drop our gcl module for now. Anyway, it
> would be nice to be able to run maxima as a math student, so I'd still
> appreciate if those issues would get fixed one day.
> 
> Regards,
> Jannis
> 
> rm -f bin/gcl xbin/gcl
> MGCLDIR=`echo /usr/src/gcl-2.6.7 | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
>         GCLDIR=`echo /usr/src/gcl-2.6.7` ; \
>         make install-command "INSTALL_LIB_DIR=$GCLDIR" "prefix=$GCLDIR"
> "BINDIR=$MGCLDIR/unixport" make[1]: Entering directory
> `/usr/src/gcl-2.6.7' rm -f /usr/src/gcl-2.6.7/bin/gcl
> (echo '#!/bin/sh' ; \
>         echo exec /usr/src/gcl-2.6.7/unixport/ \\ ; \
>         echo '   -dir' /usr/src/gcl-2.6.7/unixport/ \\ ; \
>         echo '   -libdir' /usr/src/gcl-2.6.7/ \\ ; \
>         echo '   -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
>         ! [ -d "" ] || echo '   -eval '\''(setq si::*tk-library*
> '\"\"')'\' \\;\ echo '     '\"address@hidden" ) > /usr/src/gcl-2.6.7/bin/gcl;
> echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe
> 3)"' >> /usr/src/gcl-2.6.7/bin/gcl chmod a+x /usr/src/gcl-2.6.7/bin/gcl
> rm -f /usr/src/gcl-2.6.7/bin/gclm.bat
> if gcc --version | grep mingw >/dev/null 2>&1 ; then (echo '@SET cd='; \
>          echo '@SET promp%prompt%'; \
>          echo '@PROMPT SET cd'; \
>          echo '@CALL>%temp%.\setdir.bat'; \
>          echo '@'; \
>          echo '% do not delete this line %'; \
>          echo '@ECHO off'; \
>          echo 'PROMPT %promp'; \
>          echo 'FOR %%c IN (CALL DEL) DO %%c %temp%.\setdir.bat'; \
>          echo 'set cwd=%cd%'; \
>          echo 'set libdir=%cd%\..\lib\gcl-`cat majvers`.`cat minvers`';
> \ echo 'set unixportdir=%libdir%\unixport'; \
>          echo 'path %cd%\..\mingw\bin;%PATH%'; \
>          echo "start %unixportdir%\.exe -dir %unixportdir% -libdir %
> libdir% -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %
> 7 %8 %9" ) > /usr/src/gcl-2.6.7/bin/gclm.bat ; fi rm
> -f /usr/src/gcl-2.6.7/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-`cat majvers`.`cat minvers`
> >\unixport\.exe -dir %1\lib\gcl-`cat majvers`.`cat minvers`\unixport
> >-libdir %1\lib\gcl-`cat majvers`.`cat minvers` -eval \"(setq
> >si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9 >>
> >gcli.bat" ) > /usr/src/gcl-2.6.7/bin/gclfinal.bat ; fi make[1]:
> >Leaving directory `/usr/src/gcl-2.6.7'
> (cd xbin ; cp ../bin/gcl .)
> cd cmpnew && make gcl_collectfn.o
> make[1]: Entering directory `/usr/src/gcl-2.6.7/cmpnew'
> ../unixport/saved_pre_gcl ../unixport/ -compile gcl_collectfn.lsp
> make[1]: ../unixport/saved_pre_gcl: Command not found
> make[1]: *** [gcl_collectfn.o] Error 127
> make[1]: Leaving directory `/usr/src/gcl-2.6.7/cmpnew'
> make: *** [cmpnew/gcl_collectfn.o] Error 2

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