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 CAA13376; Sat, 4 Aug 2001 02:05:38 +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 CAA13368 for ; Sat, 4 Aug 2001 02:05:35 +0200 (MET DST) Received: from shaker.exelixis.com (shaker.exelixis.com [209.0.11.254]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f7405YD09341 for ; Sat, 4 Aug 2001 02:05:34 +0200 (MET DST) Received: by shaker.exelixis.com; id RAA17088; Fri, 3 Aug 2001 17:05:26 -0700 (PDT) Received: from unknown(172.29.16.196) by shaker.exelixis.com via smap (V5.5) id xma017080; Fri, 3 Aug 01 17:05:14 -0700 Message-ID: <3B6B3C57.7BC4EC1C@quasar.ipa.nw.ru> Date: Fri, 03 Aug 2001 17:05:43 -0700 From: "Alexander V. Voinov" X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "caml-list@inria.fr" Subject: [Caml-list] cdk & glob Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi CDK maintainer(s) & contributor(s), I tried to recompile cdk 3.01+1 on Sparc/Solaris 2.7 and found that only those flags are supported: #define GLOB_ERR 0x0001 /* Don't continue on directory error */ #define GLOB_MARK 0x0002 /* Mark directories with trailing / */ #define GLOB_NOSORT 0x0004 /* Don't sort pathnames */ #define GLOB_NOCHECK 0x0008 /* Return unquoted arg if no match */ #define GLOB_DOOFFS 0x0010 /* Ignore gl_offs unless set */ #define GLOB_APPEND 0x0020 /* Append to previous glob_t */ #define GLOB_NOESCAPE 0x0040 /* Backslashes do not quote M-chars */ I had to comment unsupported flags from glob_c.c (unix2). I compiled everything with gcc-2.95.2. When I tried gcc 3.00, ocamlc(?) supplied within cdk, dumped core, so that the build was impossible. Is there a way to specify location of wrapped packages (like Tk) somewhere in ./configure? Alexander ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr