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=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id B2490BC37 for ; Sun, 24 May 2009 22:15:44 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArcCABtIGUqB8ApHmWdsb2JhbACXYwEBAQEBCAsKBxG2NoQLBQ X-IronPort-AV: E=Sophos;i="4.41,241,1241388000"; d="scan'208";a="40456744" Received: from mail-forward2.uio.no ([129.240.10.71]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 May 2009 22:15:33 +0200 Received: from exim by mail-out2.uio.no with local-bsmtp (Exim 4.69) (envelope-from ) id 1M8K6W-0001cH-EI for caml-list@inria.fr; Sun, 24 May 2009 22:15:32 +0200 Received: from mail-mx2.uio.no ([129.240.10.30]) by mail-out2.uio.no with esmtp (Exim 4.69) (envelope-from ) id 1M8K6W-0001c9-2a; Sun, 24 May 2009 22:15:32 +0200 Received: from 217-14-4-204-dhcp-osl.bbse.no ([217.14.4.204] helo=[10.0.0.104]) by mail-mx2.uio.no with esmtpsa (TLSv1:AES256-SHA:256) user hans (Exim 4.69) (envelope-from ) id 1M8K6V-0002gg-Ll; Sun, 24 May 2009 22:15:32 +0200 Message-ID: <4A19AAE2.1000402@simula.no> Date: Sun, 24 May 2009 22:15:30 +0200 From: Hans Ole Rafaelsen User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: matthieu.dubuget@gmail.com Cc: caml-list@inria.fr Subject: Re: [Caml-list] Linking fails for native version of 3.11 under MinGW when using large number of modules References: <4A195857.9050306@simula.no> <4A1995A6.4020904@gmail.com> <4A199A0C.6020003@simula.no> <4A19A6D0.1060809@gmail.com> In-Reply-To: <4A19A6D0.1060809@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-UiO-Ratelimit-Test: rcpts/h 2 msgs/h 1 sum rcpts/h 3 sum msgs/h 1 total rcpts 240 max rcpts/h 7 ratelimit 0 X-UiO-Spam-info: not spam, SpamAssassin (score=-5.0, required=5.0, autolearn=disabled, UIO_MAIL_IS_INTERNAL=-5, uiobl=NO, uiouri=_URIID_) X-UiO-Scanned: 0290D1F6AFD8D4F9377B4AC8481DC4368AC3E70A X-UiO-SPAM-Test: remote_host: 217.14.4.204 spam_score: -49 maxlevel 80 minaction 2 bait 0 mail/h: 1 total 7 max/h 2 blacklist 0 greylist 0 ratelimit 0 X-Spam: no; 0.00; rafaelsen:01 mingw:01 matthieu:01 dubuget:01 rafaelsen:01 matthieu:01 dubuget:01 oups:01 wrote:01 wrote:01 caml-list:01 modules:02 modules:02 linking:02 native:03 Matthieu Dubuget wrote: > Hans Ole Rafaelsen a écrit : > >> Matthieu Dubuget wrote: >> >>> Hans Ole Rafaelsen a écrit : >>> >>> >>>> I'm able to include a large number of my own modules (tested >>>> with long names), so it does not seem to be the length of the command >>>> line arguments that is causing the problems. >>>> >>>> > > Oups. Sorry: I did not read your first post carefully before answering... > > Salutations > > Matt > Thanks for the tip anyway. I had forgotten that flexlink is involved and might be another suspect. Anyway, I upgraded this to version 0.18, but the problem remains. -- Hans Ole