From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id 299CB7F1DD for ; Fri, 11 Jan 2013 17:23:58 +0100 (CET) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of r0ller@freemail.hu) identity=pra; client-ip=209.85.213.185; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="r0ller@freemail.hu"; x-sender="r0ller@freemail.hu"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of r0ller@freemail.hu) identity=mailfrom; client-ip=209.85.213.185; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="r0ller@freemail.hu"; x-sender="r0ller@freemail.hu"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-ye0-f185.google.com) identity=helo; client-ip=209.85.213.185; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="r0ller@freemail.hu"; x-sender="postmaster@mail-ye0-f185.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoYCAK478FDRVdW5jWdsb2JhbABEg0e2UYNeCBYOAQEBAQkJCwkSBiOCHgEBAQQBAQF2EAsYLjQBBQEciB8BEplolAkBiAeNfYMpA4hhnBI/hDg X-IronPort-AV: E=Sophos;i="4.84,452,1355094000"; d="scan'208";a="189524052" Received: from mail-ye0-f185.google.com ([209.85.213.185]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 11 Jan 2013 17:23:55 +0100 Received: by mail-ye0-f185.google.com with SMTP id l3so930139yen.12 for ; Fri, 11 Jan 2013 08:23:54 -0800 (PST) Received: by 10.49.71.135 with SMTP id v7mr14212556qeu.28.1357921434208; Fri, 11 Jan 2013 08:23:54 -0800 (PST) Path: glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: fa.caml Date: Fri, 11 Jan 2013 08:23:54 -0800 (PST) In-Reply-To: <7040befa-a99d-4fc7-86ff-9b70ea2174ef@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.3.92.117; posting-account=1tym9AoAAABKxcWqTDQq8MFzsJ5_fvrj NNTP-Posting-Host: 84.3.92.117 References: <7040befa-a99d-4fc7-86ff-9b70ea2174ef@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 84.3.92.117 MIME-Version: 1.0 Message-ID: <1fdfabf6-ac3b-4dfb-ade8-df6c93d93044@googlegroups.com> From: r0ller@freemail.hu To: fa.caml@googlegroups.com Cc: caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Caml-list] ocamlc compiles hello world, ocamlopt not Hi again, I forgot to mention that this result I got after gmake opt. Regards, r0ller On Friday, January 11, 2013 5:13:56 PM UTC+1, r0l...@freemail.hu wrote: > Hi Xavier, >=20 >=20 >=20 > Thanks for the hint! I gave it a try and also with SYSTEM=3Dbsd_elf. Plea= se, find below the result of the latter (it's the same for linux_elf anyway= ). I also tried another suggestion from Olivier Andrieu by introducing SYS_= minix in asmrun/i386.S but ended up in the same result:( Do you happen to k= now how to proceed now? >=20 >=20 >=20 > gmake runtimeopt >=20 > gmake[1]: Entering directory `/home/r0ller/ocaml-4.00.1' >=20 > cd asmrun; gmake all >=20 > gmake[2]: Entering directory `/home/r0ller/ocaml-4.00.1/asmrun' >=20 > DSYS_bsd_elf -o i386.o i386.S || \ >=20 > { echo "If your assembler produced syntax errors, it is probably unhappy = with the"; echo "preprocessor. Check your assembler, or try producing i386.= o by hand."; exit 2; } >=20 > DSYS_bsd_elf: not found >=20 > If your assembler produced syntax errors, it is probably unhappy with the >=20 > preprocessor. Check your assembler, or try producing i386.o by hand. >=20 > gmake[2]: [i386.o] Error 2 (ignored) >=20 > rm -f libasmrun.a >=20 > ar rc libasmrun.a startup.o main.o fail.o roots.o globroots.o signals.o s= ignals_asm.o misc.o freelist.o major_gc.o minor_gc.o memory.o alloc.o compa= re.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o pars= ing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o printexc.o callback.o weak.= o compact.o finalise.o custom.o unix.o backtrace.o natdynlink.o debugger.o = meta.o dynlink.o i386.o >=20 > ar: i386.o: no such file or directory >=20 > gmake[2]: *** [libasmrun.a] Error 1 >=20 > gmake[2]: Leaving directory `/home/r0ller/ocaml-4.00.1/asmrun' >=20 > gmake[1]: *** [makeruntimeopt] Error 2 >=20 > gmake[1]: Leaving directory `/home/r0ller/ocaml-4.00.1' >=20 > gmake: *** [opt] Error 2 >=20 >=20 >=20 > Thanks & regards, >=20 > r0ller