X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.no; s=s1024; t=1383308218; bh=9p/hQSF7gUjCPDUVi3ozXUIHN4KdIGXkV7MSlX5KBzs=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MIMEOLE; b=vHGalWCSaa8HvX1EEm7K1Kl8zwvtIl8z5yyJ7asyUGbaXgIsCCVCBl2qWptAlB4rsVbOHY8JYsW3NwPikAVSBEQA/D6xnFy8vEikuksJrQz9UIDfwewzaaQDv7cdifX85IElAHsBayPH2HVa/aOzi9+KY64NwIwSEelNOSBmkyU= X-Yahoo-Newman-Id: 863196 DOT 81958 DOT bm AT smtp122 DOT mail DOT ir2 DOT yahoo DOT com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: cFxFSq4VM1ndOqbLtPaRW9KBN_ufjXA51.sORIEqe38HSNg ybPd.h5EGhdm.FIo9Q6NWz6oml_hlKJkNVIAQSNEX2bNGgOvL.u_C9BfhLoN EKoPqy.Am7bbYqf36T5sKJV3kvx2Kr2o.vlQg9TrAVAxGA403o9_OUhSWcjH OVqiow.7LeoW9YVP6eUiOUy80DLepCpM2HWRBvjEp.G4dzHDbaG9ZCwSMn04 BgCLS2UkDcDOjZuXKh2pvsvUpQepsBvolktMw7GIPKdHe1BQEKA6RjsjdEhC 5cx2CU28p3oJnM0ZTffKDbaXHwaCjFtjvpfHT7O0f_hYSeitCrU_htUxSA.Z mXfDOOZ4ET.EuSPw8nF3BSNvna7ZSuPatr.Qsp6ihcwtTMOGMeBZzAAa4L5H jo_cyHkyZk99uFziBaySkCC6dF9VsL.9ueGgZsd9vHe1mfZaVd0_TXT42PKm hoj4V2V1.hT_koLW4LqnU9RD2BFsJpLdaWtZLlI_57bSpwXBLd9e7k2Jjkus qqPeVjzH9Jn4K X-Yahoo-SMTP: 8zhYLGyswBB3AGU8c4pvFIFOfA-- X-Rocket-Received: from SNURRE (gvanem AT 108 DOT 171 DOT 112 DOT 165 with ) by smtp122.mail.ir2.yahoo.com with SMTP; 01 Nov 2013 12:16:58 +0000 UTC Message-ID: <5DA68FF4B2444055AB4CB43E4E71DD31@dev.null> From: "Gisle Vanem" To: References: <921a79c9-9c3a-4823-9d68-bc644d63b96f AT googlegroups DOT com> <834n7wczcq DOT fsf AT gnu DOT org> <83ppqkbc44 DOT fsf AT gnu DOT org> Subject: Re: missing files at start of ./configure Date: Fri, 1 Nov 2013 13:16:53 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote: > Does he? Doesn't watt-32 work if the headers and the libraries are in > the usual locations where DJGPP keeps them? Sure, but there is no "make install" step. IMHO 'install' and 'uninstall' tend to make a confusing mess out of an djgpp (or any) installation. Besides Watt-32 targets ~10 compilers/OS combinations (DOS+Windows). So it would even create a bigger mess if each of those combinations would need a "make install". Much cleaner to put *all* public headers and libs under one directory. I.e. $(WATT_ROOT)/inc and $(WATT_ROOT)/lib. Do you mean there are problems with extending the gcc search-paths with %C_INCLUDE_PATH and %LIBRARY_PATH? --gv