From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 274B0BC48 for ; Mon, 21 Mar 2005 16:49:05 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j2LFn4jS028201 for ; Mon, 21 Mar 2005 16:49:04 +0100 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA29330 for ; Mon, 21 Mar 2005 16:49:04 +0100 (MET) Received: from polaris-neu.offis.uni-oldenburg.de (polaris-neu.OFFIS.Uni-Oldenburg.DE [134.106.52.177]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j2LFn3Gr024404 for ; Mon, 21 Mar 2005 16:49:04 +0100 Received: from [134.106.52.65] (sunray.offis.uni-oldenburg.de [134.106.52.65]) by polaris-neu.offis.uni-oldenburg.de (8.12.10+Sun/8.12.10) with ESMTP id j2LFmjdm003506; Mon, 21 Mar 2005 16:48:45 +0100 (CET) Message-ID: <423EECEF.4070709@informatik.uni-oldenburg.de> Date: Mon, 21 Mar 2005 16:49:03 +0100 From: Bernd Kuhls User-Agent: Mozilla Thunderbird 1.0 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daan Leijen Cc: caml-list@inria.fr Subject: Re: [Caml-list] Problems compiling 3.08.3 on Solaris/SPARC 9 References: <423EE5DE.3070300@informatik.uni-oldenburg.de> <423EE886.3010808@cs.uu.nl> In-Reply-To: <423EE886.3010808@cs.uu.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-UNIOL_OFFIS-MailScanner-ABT_IS-Information: Please contact the ISP for more information X-MailScanner-From: bernd.kuhls@informatik.uni-oldenburg.de X-Miltered: at concorde with ID 423EECF0.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 423EECEF.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; bernd:01 bernd:01 caml-list:01 makefile:01 gmake:01 --version:01 wrote:01 wrote:01 compiling:02 breaks:02 output:02 gnu:03 gnu:03 informatik:04 solaris:05 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: Daan Leijen wrote: > Bernd Kuhls wrote: > >> Running ./configure with the output below does not produce ./.depend >> which breaks building: >> >> make >> Makefile:675: .depend: No such file or directory > > > Maybe you should try to run "gmake" instead of "make". > Hi, my make is already GNU make: make --version GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - Bernd