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 PAA22718; Wed, 11 Jun 2003 15:14:09 +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 PAA22489 for ; Wed, 11 Jun 2003 15:14:08 +0200 (MET DST) Received: from jamlikhet.polytechnique.org (b.mx.polytechnique.org [129.104.30.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h5BDE8H03643 for ; Wed, 11 Jun 2003 15:14:08 +0200 (MET DST) Received: from alan-schm1p.inria.fr (DHCP12-10.CIS.UPENN.EDU [158.130.13.30]) by ssl.polytechnique.org (Postfix) with ESMTP id 600F1C20A for ; Wed, 11 Jun 2003 15:14:07 +0200 (CEST) Received: by alan-schm1p.inria.fr (Postfix, from userid 501) id 344A73F9F; Wed, 11 Jun 2003 09:11:35 -0400 (EDT) Date: Wed, 11 Jun 2003 09:11:35 -0400 From: Alan Schmitt To: caml-list@inria.fr Subject: [Caml-list] weird behavior with ocaml + mingw32 + bytecode + ssh Message-ID: <20030611131135.GD9367@alan-schm1p> Mail-Followup-To: caml-list@inria.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Editor: Vim http://vim.sf.net/ X-Info: http://pauillac.inria.fr/~aschmitt/ X-Operating-System: Linux/2.4.21pre4-1mdk (i686) X-Uptime: 09:02:57 up 10:37, 2 users, load average: 0.05, 0.07, 0.02 X-Spam: no; 0.00; mingw:01 32,:01 ocamlc:01 bug:01 ocamlrun:01 compiler:01 ocaml:01 bytecode:01 dll:03 behavior:03 loaded:04 suspect:05 output:05 maybe:06 porting:06 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, As we are porting some ocaml applications to win32, we are using the mingw32 version of the ocaml compiler. Yesterday I noticed something strange: when using ocaml (or ocamlc) over ssh, nothing gets printed to the screen (for instance, 'ocamlc -h' does not give any output). Doing so directly from the machine or using ocamlc.opt (from ssh) works fine. I do not think this is a bug with ocaml, I suspect it is some issue with ocamlrun (maybe the dll cannot be loaded under ssh). Has anyone seen something like this, and where should I look to investigate ? Thanks a lot, Alan Schmitt -- The hacker: someone who figured things out and made something cool happen. ------------------- 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