Re: configure cannot find boost libraries

2009-01-26 Thread Larry Hall (Cygwin)
Paulianna2002 wrote: Hi, I am trying to build the package 'SRecord' from source. When I configure I get === ... ... ... checking for stdint.h... yes checking for unistd.h... yes checking boost/shared_ptr.hpp usability... no checking boost/shared_ptr.hpp

Re: configure cannot find boost libraries

2009-01-26 Thread Paulianna2002
Paulianna2002 wrote: Hi, I am trying to build the package 'SRecord' from source. When I configure I get === ... ... ... checking for stdint.h... yes checking for unistd.h... yes checking boost/shared_ptr.hpp usability... no checking boost/shared_ptr.hpp

Re: configure cannot find boost libraries

2009-01-26 Thread Larry Hall (Cygwin)
Paulianna2002 wrote: Larry Hall wrote: Paulianna2002 wrote: Hi, I am trying to build the package 'SRecord' from source. When I configure I get snip checking for stdint.h... yes checking for unistd.h... yes checking boost/shared_ptr.hpp usability... no checking boost/shared_ptr.hpp

Re: configure cannot find boost libraries

2009-01-26 Thread Claude Sylvain
Paulianna2002 wrote: Hi, I am trying to build the package 'SRecord' from source. When I configure I get === ... ... ... checking for stdint.h... yes checking for unistd.h... yes checking boost/shared_ptr.hpp usability... no checking

Re: configure cannot find boost libraries

2009-01-26 Thread Larry Hall (Cygwin)
Claude Sylvain wrote: Paulianna2002 wrote: snip I did install the boost package(s) under Cygwin. Any advice is appreciatedthanks!! I had the same problem. It seems that boost library include files are not located in /usr/include/boost/, but in /usr/include/boost-1_33_1/boost,

Re: configure cannot find boost libraries

2009-01-26 Thread Greg Chicares
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

Re: configure cannot find boost libraries

2009-01-26 Thread Dave Steenburgh
On Mon, Jan 26, 2009 at 6:41 PM, Greg Chicares gchica...@sbcglobal.net wrote: 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

Re: configure cannot find boost libraries [SOLVED]

2009-01-26 Thread Paulianna2002
Greg Chicares wrote Would it be easier to add CPPFLAGS=-I/usr/include/boost-1_33_1 to the './configure' line? Voila! Thanks Greg (et al) for responding. This did the trick (without having to create symbolic links and/or copy header directories). ./configure