From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id XAA17743; Fri, 11 Oct 2002 23:12:37 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 XAA18294 for ; Fri, 11 Oct 2002 23:12:36 +0200 (MET DST) Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by nez-perce.inria.fr (8.11.1/8.11.1) with SMTP id g9BLCZD08406 for ; Fri, 11 Oct 2002 23:12:35 +0200 (MET DST) Received: (qmail 15921 invoked from network); 11 Oct 2002 21:12:34 -0000 Received: from node-d8e9cca2-sfo-onnet.worldcom.com (HELO checkerlap.d6.com) (216.233.204.162) by relay1.pair.com with SMTP; 11 Oct 2002 21:12:34 -0000 X-pair-Authenticated: 216.233.204.162 Message-Id: <4.3.2.7.2.20021011141113.02ecaec8@mail.d6.com> X-Sender: checker@mail.d6.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 11 Oct 2002 14:12:45 -0700 To: caml-list@inria.fr From: Chris Hecker Subject: Re: [Caml-list] "-pack" on win32/msvc In-Reply-To: <4.3.2.7.2.20021011115333.01ab8720@mail.d6.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk >by default. However, the cygwin nm and objcopy work on PE format files >(msvc objs, libs, and exes), so everything should work just fine (perhaps >you didn't know this, Xavier, or maybe you did know it and they're broken >in some nonobvious way?). Actually, it looks like ld supports pe-i386 files as well, so there's just a couple small places to patch asmpackager.ml (msvc generates a leading underscore on symbols) and it should work. I'll fix the objcopy command line length problem as well (I guess I should sync cvs and make sure that's not already fixed) while I'm in there, and post a small patch. Chris ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners