X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: "Tim Van Holder" To: Subject: Re: autoconf-2.50-iscated & automake-1.5-ified packages and SFN Date: Sun, 10 Mar 2002 17:03:46 +0100 Message-ID: <000301c1c84d$29655bb0$8b5f77d5@zastaixp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <3C8B72E7.BE073D1B@phekda.freeserve.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > There is another problem with automake 1.5's dependency > generation. It and depcomp (still) use .deps as the > directory to put dependencies in. But at least you can Really? I thought I'd gotten a patch for that into 1.5. Do note that this is decided at configure-time (it tries to create .deps and sets DEPDIR accordingly); so if you try to build an LFN-configured project in a SFN environment, it will indeed use .deps. This should be fixed in 1.6 at least. > Has anyone tried to port any other packages using latest > autoconf & automake to DJGPP? I was planning on building bison 1.33 in a SFN environment to test if it can indeed be configured out of the box (it should). But VMWare problems pretty much stopped that. I'll try to try again today or tomorrow.