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 JAA27269; Tue, 10 Feb 2004 09:55:33 +0100 (MET) 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 JAA27624 for ; Tue, 10 Feb 2004 09:55:32 +0100 (MET) Received: from mail.physik.uni-muenchen.de (mail.physik.uni-muenchen.de [192.54.42.129]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id i1A8tVv17375 for ; Tue, 10 Feb 2004 09:55:31 +0100 (MET) Received: from localhost (unknown [127.0.0.1]) by mail.physik.uni-muenchen.de (Postfix) with ESMTP id 69C8420228; Tue, 10 Feb 2004 08:55:29 +0000 (UTC) Received: from mail.physik.uni-muenchen.de ([127.0.0.1]) by localhost (mail.physik.uni-muenchen.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11271-01-8; Tue, 10 Feb 2004 09:55:18 +0100 (CET) Received: from mailhost.cip.physik.uni-muenchen.de (kaiser.cip.physik.uni-muenchen.de [141.84.136.1]) by mail.physik.uni-muenchen.de (Postfix) with ESMTP id 1A3152014F; Tue, 10 Feb 2004 09:55:18 +0100 (CET) Received: from seekar.cip.physik.uni-muenchen.de (seekar.cip.physik.uni-muenchen.de [141.84.136.52]) by mailhost.cip.physik.uni-muenchen.de (Postfix) with ESMTP id 051F4850D0; Tue, 10 Feb 2004 09:55:18 +0100 (CET) Received: by seekar.cip.physik.uni-muenchen.de (Postfix, from userid 3092) id E3A0179FD; Tue, 10 Feb 2004 09:55:17 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by seekar.cip.physik.uni-muenchen.de (Postfix) with ESMTP id D2C4279FC; Tue, 10 Feb 2004 09:55:17 +0100 (CET) Date: Tue, 10 Feb 2004 09:55:17 +0100 (CET) From: Thomas Fischbacher To: Benedikt Grundmann Cc: caml-list@inria.fr Subject: Re: [Caml-list] Building static binaries with ocaml In-Reply-To: <200402100848.i1A8m0Q27173@mailgate5.cinetic.de> Message-ID: References: <200402100848.i1A8m0Q27173@mailgate5.cinetic.de> X-BOFH: Daemons did it MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at physik.uni-muenchen.de X-Loop: caml-list@inria.fr X-Spam: no; 0.00; physik:01 caml-list:01 binaries:01 statically:01 binaries:01 ocamlopt:01 -static:01 cip:99 physik:01 cip:99 libc:01 linked:01 ocaml:01 ocaml:01 -ccopt:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > How do I build completely statically linked binaries (including libc if possible) with > ocaml on linux? ocamlopt -ccopt -static -- regards, tf@cip.physik.uni-muenchen.de (o_ Thomas Fischbacher - http://www.cip.physik.uni-muenchen.de/~tf //\ (lambda (n) ((lambda (p q r) (p p q r)) (lambda (g x y) V_/_ (if (= x 0) y (g g (- x 1) (* x y)))) n 1)) (Debian GNU) ------------------- 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