caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Building static binaries with ocaml
@ 2004-02-10  8:48 Benedikt Grundmann
  2004-02-10  8:55 ` Thomas Fischbacher
  0 siblings, 1 reply; 2+ messages in thread
From: Benedikt Grundmann @ 2004-02-10  8:48 UTC (permalink / raw)
  To: caml-list

Hello, 
 
How do I build completely statically linked binaries (including libc if possible) with 
ocaml on linux? 
 
Cheers, 
 
Bene 
______________________________________________________________________________
Erdbeben im Iran: Zehntausende Kinder brauchen Hilfe. UNICEF hilft den
Kindern - helfen Sie mit! https://www.unicef.de/spe/spe_03.php

-------------------
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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] Building static binaries with ocaml
  2004-02-10  8:48 [Caml-list] Building static binaries with ocaml Benedikt Grundmann
@ 2004-02-10  8:55 ` Thomas Fischbacher
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Fischbacher @ 2004-02-10  8:55 UTC (permalink / raw)
  To: Benedikt Grundmann; +Cc: caml-list


> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-02-10  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-10  8:48 [Caml-list] Building static binaries with ocaml Benedikt Grundmann
2004-02-10  8:55 ` Thomas Fischbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).