From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=DNS_FROM_RFC_POST,HTML_10_20, HTML_MESSAGE,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id DA58FBBAF for ; Thu, 24 Sep 2009 16:38:59 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsgCACchu0rRVd3Cjmdsb2JhbACCIzKOdIgSZT8BAQEBCQsICREFqk6BMY9rAQMCBIQXBYI9 X-IronPort-AV: E=Sophos;i="4.44,445,1249250400"; d="scan'208";a="34916990" Received: from mail-qy0-f194.google.com ([209.85.221.194]) by mail3-smtp-sop.national.inria.fr with ESMTP; 24 Sep 2009 16:38:59 +0200 Received: by qyk32 with SMTP id 32so1377181qyk.1 for ; Thu, 24 Sep 2009 07:38:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Ky3r/AtMOOBw4xuXDImUhj2A0CM2DJfLIhxuKCsbWss=; b=dZ2JXCcgRHqVpjXPVz6KPCHmzsu3mZnBMvndS2r9UPOa/eD2aC5NVEqzald0pff9T3 rAMwhtvuAnZmfsaERixc6xvgoIkmCa9PFkiDHGTS0tswLhYPMCZMVrKWLwD3xJCyUwk/ Mop0AHvnu/ZOO6TrjIhVZhaGBU/ZeoKNZqA9Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=n2i3bb/vhBGtJuFl+AdZ775hOia/BAxAw2mds+Wfh006GO3SgELbtQFtOmyGAL+jyI xng7adCGHue8s3bIGPyk9xR/LyzLs6RrYxCuiByG0QkZYn6+bxoIPfkCE+WcKYhWNIgL a+f0gQCrisCVSyVvZ/tU16ghlmQ8oBpQtog/s= MIME-Version: 1.0 Received: by 10.229.42.208 with SMTP id t16mr1608497qce.14.1253803138248; Thu, 24 Sep 2009 07:38:58 -0700 (PDT) Date: Thu, 24 Sep 2009 20:08:21 +0530 Message-ID: Subject: problem in installation From: nitin choubey To: caml-list@inria.fr Content-Type: multipart/alternative; boundary=001636426873ac6fcf047453ca89 X-Spam: no; 0.00; runtime:01 gcc:01 libs:01 runtime:01 camlrun:01 gcc:01 camlyacc:01 lib:01 cpp:01 lib:01 cpp:01 -dunix:01 lib':01 camlrun:01 camlcomp:01 --001636426873ac6fcf047453ca89 Content-Type: text/plain; charset=ISO-8859-1 i am trying to install caml in red hat enterprise editon 5 in intel xeon system, but after performing make clean then make world it is not working. the following result are displayed: cd runtime; make CC="gcc" OPTS="-fno-defer-pop -D__FAVOR_BSD" LIBS="" all make[1]: Entering directory `/home/fmuser/fmtools/src/cl75/src/runtime' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/fmuser/fmtools/src/cl75/src/runtime' cp runtime/camlrun . cd yacc; make CC="gcc" OPTS="-fno-defer-pop -D__FAVOR_BSD" all make[1]: Entering directory `/home/fmuser/fmtools/src/cl75/src/yacc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/fmuser/fmtools/src/cl75/src/yacc' cp yacc/camlyacc . cd lib; make CPP="/lib/cpp -P -traditional -Dunix" all make[1]: Entering directory `/home/fmuser/fmtools/src/cl75/src/lib' ../camlrun ../camlcomp -stdlib . -O none -g -W arg.mli make[1]: *** [arg.zi] Segmentation fault make[1]: *** Deleting file `arg.zi' make[1]: Leaving directory `/home/fmuser/fmtools/src/cl75/src/lib' make: *** [world] Error 2 ---> any suggestion will be helpful. thanks in advance. --001636426873ac6fcf047453ca89 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable i am trying to install caml in red hat enterprise editon 5 in intel xeon sy= stem, but after performing make clean then make world it is not working. th= e following result are displayed:
cd runtime; make CC=3D"gcc" = OPTS=3D"-fno-defer-pop -D__FAVOR_BSD" LIBS=3D"" all
make[1]: Entering directory `/home/fmuser/fmtools/src/cl75/src/runtime'=
make[1]: Nothing to be done for `all'.
make[1]: Leaving director= y `/home/fmuser/fmtools/src/cl75/src/runtime'
cp runtime/camlrun . cd yacc; make CC=3D"gcc" OPTS=3D"-fno-defer-pop -D__FAVOR_BS= D" all
make[1]: Entering directory `/home/fmuser/fmtools/src/cl75/s= rc/yacc'
make[1]: Nothing to be done for `all'.
make[1]: Leav= ing directory `/home/fmuser/fmtools/src/cl75/src/yacc'
cp yacc/camlyacc .
cd lib; make CPP=3D"/lib/cpp -P -traditional -Du= nix" all
make[1]: Entering directory `/home/fmuser/fmtools/src/cl75= /src/lib'
../camlrun ../camlcomp -stdlib . -O none -g -W arg.mli
make[1]: *** [arg.zi] Segmentation fault
make[1]: *** Deleting file `arg= .zi'
make[1]: Leaving directory `/home/fmuser/fmtools/src/cl75/src/l= ib'
make: *** [world] Error 2

---> any suggestion will be = helpful.
thanks in advance.


--001636426873ac6fcf047453ca89--