gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Re: [Axiom-developer] Trying to build axiom


From: Camm Maguire
Subject: Re: [Gcl-devel] Re: [Axiom-developer] Trying to build axiom
Date: 21 Nov 2003 10:27:44 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

1)  Apply the following patch in the unpacked gcl directory:

-----------------------------------------------------------------------------
Index: configure.in
===================================================================
RCS file: /cvsroot/gcl/gcl/configure.in,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- configure.in        16 Nov 2003 18:38:33 -0000      1.128
+++ configure.in        16 Nov 2003 19:08:14 -0000      1.129
@@ -658,7 +658,7 @@
 #
        if test "$enable_statsysbfd" = "yes" && ! $CC -v 2>&1 | fgrep ming > 
/dev/null ; then
                echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 
0;}' >foo.c
-               MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty 2>&1 | 
tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
+               MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty 2>&1 | 
grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
                rm -f foo.c foo
                if echo $MP | tr ' ' '\012' | grep -q libbfd.a ; then
                   TLIBS="$TLIBS `echo $MP | tr ' ' '\012' | grep libbfd.a`"
Index: configure
===================================================================
RCS file: /cvsroot/gcl/gcl/configure,v
retrieving revision 1.107.4.1.2.2.2.11
retrieving revision 1.107.4.1.2.2.2.12
diff -u -r1.107.4.1.2.2.2.11 -r1.107.4.1.2.2.2.12
--- configure   16 Nov 2003 18:28:38 -0000      1.107.4.1.2.2.2.11
+++ configure   16 Nov 2003 19:06:40 -0000      1.107.4.1.2.2.2.12
@@ -3132,7 +3132,7 @@
 #
        if test "$enable_statsysbfd" = "yes" && ! $CC -v 2>&1 | fgrep ming > 
/dev/null ; then
                echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 
0;}' >foo.c
-               MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty 2>&1 | tr 
'()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
+               MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty 2>&1 | 
grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
                rm -f foo.c foo
                if echo $MP | tr ' ' '\012' | grep -q libbfd.a ; then
                   TLIBS="$TLIBS `echo $MP | tr ' ' '\012' | grep libbfd.a`"
-----------------------------------------------------------------------------
    
   Rebuild, making sure you don't wipe out your changes by a fresh gcl
   unpack from tar.gz.

   This patch in in CVS and will appear in the forthcoming 2.6.1-19.

2) If this doesn't work, change the gcl configure command by adding
   the following options:

        --disable-statsysbfd --enable-locbfd

Please let me know if problems persist.

Take care,

root <address@hidden> writes:

> I've looked at your log on:
> 
>     http://peti.cryp.to/axiom-build-log
> 
> 
> You're not even getting to the Axiom build.
> 
> saved_pre_gcl does not seem to exist during the lisp build.
> I've copied the gcl-devel people. I'll look at my build up to that
> point and get back to you.
> 
> Tim
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.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]