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 RAA27128; Thu, 4 Apr 2002 17:36:11 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA25132 for ; Thu, 4 Apr 2002 17:36:09 +0200 (MET DST) Received: from mg.ihep.su (mg.ihep.su [194.190.161.38]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g34Fa7L26809 for ; Thu, 4 Apr 2002 17:36:07 +0200 (MET DST) Received: by mg.ihep.su (Postfix, from userid 65436) id 52048B52C9; Thu, 4 Apr 2002 19:36:06 +0400 (MSD) Received: from ontil.ihep.su (ontil.ihep.su [194.190.161.63]) by mg.ihep.su (Postfix) with ESMTP id DF2ECB51B0 for ; Thu, 4 Apr 2002 19:36:04 +0400 (MSD) Received: from localhost (vsl@localhost) by ontil.ihep.su (8.11.6/8.11.6) with ESMTP id g34Eejp19468 for ; Thu, 4 Apr 2002 18:40:45 +0400 Date: Thu, 4 Apr 2002 18:40:45 +0400 (MSD) From: Vitaly Lugovsky To: Subject: [Caml-list] 3.04+8 - bug or feature? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I got this trying to compile CamlTK: $ocamlc -custom -linkall -o ocamltktop -I ../support \ -ccopt -L../support -cclib -lcamltk -ccopt "" \ -cclib "-ltk8.3 -ltcl8.3 -ldl " -ccopt " -L/usr/X11R6/lib" \ -cclib " -lSM -lICE -lX11 -lm" \ toplevellib.cma camltk.cma topmain.cmo i586-alt-linux-gcc: -lSM -lICE -lX11 -lm: No such file or directory i586-alt-linux-gcc: -lSM -lICE -lX11 -lm: No such file or directory Error while building custom runtime system Is it a bug or just a new command line arguments format? And, another one question: is there any changelogs for CVS versions? ------------------- 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