gcl-devel
[Top][All Lists]
Advanced

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

RE: [Gcl-devel] Configure has problems on Gentoo Linux with 2.5.2


From: C Y
Subject: RE: [Gcl-devel] Configure has problems on Gentoo Linux with 2.5.2
Date: Tue, 8 Apr 2003 16:51:36 -0700 (PDT)

--- Mike Thomas <address@hidden> wrote:
> Hi Cliff.
> 
> This one:
> 
> | creating bin/gcl.bat
> | sed: can't read ./bin/gcl.bat.in: No such file or directory
> 
> is fixed in CVS (I forgot to remove "gcl.bat" from "configure.in"
> some time ago) - "mostly harmless".

OK, that one is gone now.

> These ones:
> 
> | Here's the error:
> | creating ./config.status
> | creating makedefc
> | sed: file conftest.s1 line 10: Unterminated `s' command
> | creating windows/gcl.iss
> | sed: file conftest.s1 line 10: Unterminated `s' command
> .....
> | My sed version is sed-4.0.6.
> 
> I don't get on MinGW32 with sed version 3.02, and autoconf version
> 2.05.  I suggest you checkout the new "configure.in" from CVS, or if 
> using a prebundled source tarball, remove the reference to "gcl.bat" 
> as follows:
> 
> -  AC_OUTPUT(makedefc windows/gcl.iss bin/gcl.bat)
> +  AC_OUTPUT(makedefc windows/gcl.iss)
> 
> Then at your shell prompt run:
> 
>    autoconf
> 
> and then:
> 
>    configure <your favourite configuration arguments>
> 
> as usual.  Hopefully this will sync up the configure script with your
> current set of tools.  Let me know what happens.

I'm building from cvs version now.  Ran autoconf - no output.  The two
other sed errors are still present.  I tried running make, and got the
output below.  Eep.  My autoconf is version autoconf-2.57.

address@hidden gcl $ make
rm -f bin/gcl xbin/gcl
MGCLDIR=`echo /home/user/gcl | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
GCLDIR=`echo /home/user/gcl` ; \
make install-command "INSTALL_LIB_DIR=$GCLDIR" "prefix=$GCLDIR"
"BINDIR=$MGCLDIR/unixport"
make[1]: Entering directory `/home/user/gcl'
rm -f /home/user/gcl/bin/gcl
(echo '#!/bin/sh' ; \
if gcc --version | grep -q -i mingw ; then echo "export
C_INCLUDE_PATH=`echo $INSTALL_LIB_DIR`/h"; else echo "export
C_INCLUDE_PATH=/home/user/gcl/h:\$C_INCLUDE_PATH"; fi ;\
echo exec /home/user/gcl/unixport/ \\ ; \
echo '   -dir' /home/user/gcl/unixport/ \\ ; \
echo '   -libdir' /home/user/gcl/ \\ ; \
echo '   -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
! [ -d "" ] || echo '   -eval '\''(setq si::*tk-library* '\"\"')'\'
\\;\
[ "" = "" ] || echo '   -eval '\''(si::init-readline)'\' \\;\
echo '     '\"address@hidden" ) > /home/user/gcl/bin/gcl;
echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe
3)"' >> /home/user/gcl/bin/gcl
chmod a+x /home/user/gcl/bin/gcl
rm -f /home/user/gcl/bin/gclm.bat
if gcc --version | grep -q mingw ; 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-2.5.0'; \
 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" ) > /home/user/gcl/bin/gclm.bat ; fi
rm -f /home/user/gcl/bin/gclfinal.bat
if gcc --version | grep -q -i mingw ; 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" )
> /home/user/gcl/bin/gclfinal.bat ; fi
make[1]: Leaving directory `/home/user/gcl'
(cd xbin ; cp ../bin/gcl .)
cd cmpnew && make collectfn.o
make[1]: Entering directory `/home/user/gcl/cmpnew'
../unixport/saved_gcl ../unixport/ -compile collectfn.lsp
make[1]: ../unixport/saved_gcl: Command not found
make[1]: *** [collectfn.o] Error 127
make[1]: Leaving directory `/home/user/gcl/cmpnew'
make: *** [cmpnew/collectfn.o] Error 2


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]