X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <497E4A0F.4060200@sbcglobal.net> Date: Mon, 26 Jan 2009 23:41:03 +0000 From: Greg Chicares User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: configure cannot find boost libraries References: <414006 DOT 77700 DOT qm AT web52205 DOT mail DOT re2 DOT yahoo DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 2009-01-26 23:28Z, Claude Sylvain wrote: [...] > It seems that boost library include files are not located in > /usr/include/boost/, but in /usr/include/boost-1_33_1/boost, or something like > that, depending of the cygwin version you use. > > A workaround can be to make a copy of /usr/include/boost-1_33_1/boost/ > directory into /usr/include/. This make the boost directory appear at the > right place. That might be an intentional feature, which lets you use different versions of boost for different C++ programs. Would it be easier to add CPPFLAGS=-I/usr/include/boost-1_33_1 to the './configure' line? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/