From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 1DD7FD179 for ; Tue, 26 Jul 2005 15:25:51 +0200 (CEST) Received: from isis.lip6.fr (isis.lip6.fr [132.227.60.2]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j6QDPok2014703 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 26 Jul 2005 15:25:50 +0200 Received: from spi.lip6.fr (spi.lip6.fr [132.227.83.193]) by isis.lip6.fr (8.13.1/jtpda-5.4+victor) with ESMTP id j6QDPoGd028789 for ; Tue, 26 Jul 2005 15:25:50 +0200 X-pt: isis.lip6.fr Received: from [132.227.83.219] (doligezportable.lip6.fr [132.227.83.219]) by spi.lip6.fr (8.11.6/jtpda-5.2) with ESMTP id j6QDPjf04653 for ; Tue, 26 Jul 2005 15:25:45 +0200 Mime-Version: 1.0 (Apple Message framework v733) In-Reply-To: <42E5E6C8.7030900@clark-communications.com> References: <42E5E6C8.7030900@clark-communications.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Damien Doligez Subject: Re: [Caml-list] Caml build problems Date: Tue, 26 Jul 2005 15:25:45 +0200 To: caml-list X-Mailer: Apple Mail (2.733) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0b2 (isis.lip6.fr [132.227.60.2]); Tue, 26 Jul 2005 15:25:50 +0200 (CEST) X-Scanned-By: isis.lip6.fr X-Miltered: at nez-perce with ID 42E639DE.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; damien:01 damien:01 caml-list:01 -prefix:01 usr:01 lib:01 usr:01 lib:01 gmake:01 bug:01 gcc:01 otherlibs:01 26,:98 2005,:98 wrote:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 On Jul 26, 2005, at 09:31, Don Jackson wrote: > I am trying to build Caml on Solaris 9 for i386. > > Here is my configure command line, which finishes fine: > > ./configure -prefix /home/dcj -x11include /usr/local/X11R6/include - > x11lib /usr/local/X11R6/lib > > I then "gmake world", which dies when trying to build graph. > It seems like it is not picking up the new location of the X11 > libraries, although they are specified This is a known bug that we have inherited from gcc. The solution is "cd otherlibs/graph; make .depend". -- Damien