From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id D9334BB9A for ; Thu, 6 Oct 2005 08:55:20 +0200 (CEST) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j966tKe6032518 for ; Thu, 6 Oct 2005 08:55:20 +0200 Received: by xproxy.gmail.com with SMTP id s17so218429wxc for ; Wed, 05 Oct 2005 23:55:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=IqAAOVKCq2iBow0Tx/h3iOldeEX5ln36NvVriS0MBEps62vd1ItXXJiwyEsdSd/RPZJY2af5Ch1TNRGR0bpIIcVeBopnDInzvsdtRWLrY/NyHBan4HdVLbgQLRDi3KEYWncxdUuNwrMmgpWVSLcfe5QMLMWCcIMrkjn1l/75lIs= Received: by 10.70.90.1 with SMTP id n1mr997306wxb; Wed, 05 Oct 2005 23:55:19 -0700 (PDT) Received: by 10.70.59.5 with HTTP; Wed, 5 Oct 2005 23:55:19 -0700 (PDT) Message-ID: Date: Thu, 6 Oct 2005 08:55:19 +0200 From: Rasool Karimi Reply-To: Rasool Karimi To: caml-list@yquem.inria.fr Subject: ocamlopt problem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8733_29594925.1128581719831" X-Miltered: at nez-perce with ID 4344CA58.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocamlopt:01 ocamlopt:01 compiler:01 mli:01 ocamlc:01 compiler:01 compilation:01 mli:01 ocamlc:01 compilation:01 werden:98 werden:98 compile:01 compile:01 assembler:02 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=HTML_00_10,HTML_MESSAGE, RCVD_BY_IP autolearn=disabled version=3.0.3 ------=_Part_8733_29594925.1128581719831 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Dear all freinds, When I compile a .ml file with ocamlopt compiler, an error message is shown with this message:"Der Befehl "as" ist entweder falsch geschrieben oder konnte nicht gefunden werden, Assembler error, input left in file C:\DOKUME~1\karinu\LOKALE~1\Temp\camlasm9312 7a.s". Part of this message is in german and translation of it in english is : "The instruction "as" is either wrongly written or could not not be found". But when I compile a .ml= i file, this message is not shown and file is compiled successfully. Also whe= n I compile a .ml file with ocamlc compiler, there is no error and compilatio= n is done successfully. So there is not error in my program and this error maybe is related to ocamlopt compiler. Is there any body who can help me? It is very emergent. Thanks, Karimi. ------=_Part_8733_29594925.1128581719831 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Dear all freinds,
When I compile a .ml file with ocamlopt compiler, an error message is shown with this message:"Der Befehl "as" ist entweder falsch geschrieben oder konnte nicht gefunden werden, Assembler error, input left in file C:\DOKUME~1\karinu\LOKALE~1\Temp\camlasm9312 7a.s". Part of this message is in german and translation of it in english is : "Th= e instruction "as" is either wrongly written or could not not be fo= und". But when I compile a .mli file, this message is not shown and file is compiled successfully. Also when I compile a .ml file with ocamlc compiler, there is no error and compilation is done successfully. So there is not error in my program and this error maybe is related to ocamlopt compiler.
Is there any body who can help me? It is very emergent.
Thanks,
Karimi.
------=_Part_8733_29594925.1128581719831--