gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] MAC OSX port failure for GCL


From: Camm Maguire
Subject: Re: [Gcl-devel] MAC OSX port failure for GCL
Date: 26 Oct 2004 21:52:30 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  This is odd, as the pattern in configure is
powerpc-*-darwin*.  In any case, I think you want --disable-statsysbfd
--enable-locbfd --enable-machine=powerpc-macosx.

Please keep us posted.

Take care,

root <address@hidden> writes:

> Camm,
> 
> Attached is a portion of the console from today. I spent the day trying
> to port Axiom to an apple MAC G5 box. I've applied a few of the changes
> to the axiom sources but eventually got this failure.
> 
> It appears that 
> checking host system type... powerpc-apple-darwin7.5.0
> is unrecognized. 
> 
> What can I do, if anything, to fix this? Does gcl run on a G5 MAC?
> 
> Tim
> 
> 
> ========================================================================
> 2 building gcl-2.6.5
> 3 applying EXTRAS patch to h/linux.defs
> patching file linux.defs
> 4 setup ini files for EXTRAS patch
> 6 applying libspad.a patch to unixport/makefile
> patching file makefile
> 7 applying toploop patch to unixport/init_gcl.lsp
> patching file init_gcl.lsp.in
> 28 applying gmp_wrappers patch
> patching file gmp_wrappers.h
> 11 applying tail-recursive noise patch
> patching file gcl_cmpflet.lsp
> Hunk #1 succeeded at 390 with fuzz 2.
> 12 applying tail-recursive noise patch
> patching file gcl_cmpcall.lsp
> 26 copy gcl_collectfn.lsp to 
> /Users/test/mathprog/axiom/obj/MACOSX/lsp/collectfn.lsp
> 27 copy sys-proclaim.lisp to 
> /Users/test/mathprog/axiom/obj/MACOSX/lsp/sys-proclaim.lisp
> creating cache ./config.cache
> checking host system type... powerpc-apple-darwin7.5.0
> host=powerpc-apple-darwin7.5.0
> enable_machine=
> Exactly one loader option must be chosen: dlopen=no statsysbfd=yes 
> dynsysbfd=no locbfd=yes custreloc=no
> rm -f bin/gcl xbin/gcl
> MGCLDIR=`echo /Users/test/mathprog/axiom/lsp/gcl-2.6.5 | sed -e 
> 'sX^\([a-z]\):X/\1Xg'` ; \
> GCLDIR=`echo /Users/test/mathprog/axiom/lsp/gcl-2.6.5` ; \
> make install-command "INSTALL_LIB_DIR=$GCLDIR" "prefix=$GCLDIR" 
> "BINDIR=$MGCLDIR/unixport"
> rm -f /Users/test/mathprog/axiom/lsp/gcl-2.6.5/bin/gcl
> (echo '#!/bin/sh' ; \
> echo exec /Users/test/mathprog/axiom/lsp/gcl-2.6.5/unixport/ \\ ; \
> echo '   -dir' /Users/test/mathprog/axiom/lsp/gcl-2.6.5/unixport/ \\ ; \
> echo '   -libdir' /Users/test/mathprog/axiom/lsp/gcl-2.6.5/ \\ ; \
> echo '   -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
> ! [ -d "" ] || echo '   -eval '\''(setq si::*tk-library* '\"\"')'\' \\;\
> echo '     '\"address@hidden" ) > 
> /Users/test/mathprog/axiom/lsp/gcl-2.6.5/bin/gcl;
> echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe 3)"' 
> >> /Users/test/mathprog/axiom/lsp/gcl-2.6.5/bin/gcl
> chmod a+x /Users/test/mathprog/axiom/lsp/gcl-2.6.5/bin/gcl
> rm -f /Users/test/mathprog/axiom/lsp/gcl-2.6.5/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" ) > 
> /Users/test/mathprog/axiom/lsp/gcl-2.6.5/bin/gclm.bat ; fi
> rm -f /Users/test/mathprog/axiom/lsp/gcl-2.6.5/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" ) > 
> /Users/test/mathprog/axiom/lsp/gcl-2.6.5/bin/gclfinal.bat ; fi
> (cd xbin ; cp ../bin/gcl .)
> cd cmpnew && make gcl_collectfn.o
> ../unixport/saved_pre_gcl ../unixport/ -compile gcl_collectfn.lsp
> make[4]: ../unixport/saved_pre_gcl: Command not found
> make[4]: *** [gcl_collectfn.o] Error 127
> make[3]: *** [cmpnew/gcl_collectfn.o] Error 2
> /bin/sh: line 1: unixport/saved_gcl: No such file or directory
> make[2]: *** [gcldir] Error 127
> make[1]: *** [lspdir] Error 2
> make: *** [all] Error 2
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

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