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 concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id BE13EBB9A for ; Thu, 6 Oct 2005 09:07:24 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j9677OGR032518 for ; Thu, 6 Oct 2005 09:07:24 +0200 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id JAA05925 for ; Thu, 6 Oct 2005 09:07:23 +0200 (MET DST) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j9677MPN001358 for ; Thu, 6 Oct 2005 09:07:23 +0200 Received: by xproxy.gmail.com with SMTP id s7so381285wxc for ; Thu, 06 Oct 2005 00:07:22 -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:in-reply-to:mime-version:content-type:references; b=K+SHKtyqWJRdNY7Ix4WYnc3ONbtBqje/a/d6fvjZi320XZUVW1xHubzdKza0vSur9JJXi8shy/z0Cr5HFZVxeGm2SD654d4qlFqTUGAIoanTMQBNqsg/Q7XPyqpJtaZZzsNYG6exg1PR4j+qspzahg7oVsRTc751UDu9vAuxB18= Received: by 10.70.100.16 with SMTP id x16mr995550wxb; Thu, 06 Oct 2005 00:07:22 -0700 (PDT) Received: by 10.70.59.5 with HTTP; Thu, 6 Oct 2005 00:07:22 -0700 (PDT) Message-ID: Date: Thu, 6 Oct 2005 09:07:22 +0200 From: Rasool Karimi Reply-To: Rasool Karimi To: caml-list@inria.fr Subject: ocamlopt problem In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8837_26516730.1128582442728" References: X-Miltered: at concorde with ID 4344CD2C.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 4344CD2B.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.3 required=5.0 tests=HTML_10_20,HTML_MESSAGE, RCVD_BY_IP autolearn=disabled version=3.0.3 ------=_Part_8837_26516730.1128582442728 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_8837_26516730.1128582442728 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_8837_26516730.1128582442728--