building R7B-3 on Linux S/390

Nicolas Niclausse nicolas.niclausse@REDACTED
Wed Jul 4 14:46:58 CEST 2001


Hi,

I had some troubles compiling Erlang/OTP R7B-3 on a linux IBM S/390
box.

I resolve the problem with the following patch :


--- erts/autoconf/config.guess.old      Tue May 29 14:14:18 2001
+++ erts/autoconf/config.guess  Tue Jul  3 18:13:18 2001
@@ -865,7 +865,7 @@
        echo hppa64-unknown-linux-gnu
        exit 0 ;;
     s390:Linux:*:* | s390x:Linux:*:*)
-       echo ${UNAME_MACHINE}-ibm-linux
+       echo ${UNAME_MACHINE}-ibm-linux-gnu
        exit 0 ;;
     sh*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu


--
Nicolas NICLAUSSE    http://IDEALX.com/



More information about the erlang-questions mailing list