configure cannot find boost libraries

2009-01-26 Thread Paulianna2002
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 presence... no
checking for boost/shared_ptr.hpp... no

    You need to install the Boost C++ library to be able to compile SRecord.
    http://boost.org/

    If you have a package based system, the package you need to
    install will be called libboost-devel or something similar.
===


I did install the boost package(s) under Cygwin.

Any advice is appreciatedthanks!!





--
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/



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 presence... no
checking for boost/shared_ptr.hpp... no

You need to install the Boost C++ library to be able to compile SRecord.
http://boost.org/

If you have a package based system, the package you need to
install will be called libboost-devel or something similar.
===

I did install the boost package(s) under Cygwin.

Any advice is appreciatedthanks!! 
Try starting here:


Problem reports: http://cygwin.com/problems.html 

I am not sure what you are implying.  Sorry if I have not been a smart 
question asker.  I was trying to follow the cygwin etiquette. 
If I have violated cygwin mailing list protocol in some way, I apologize.  I am 
not sure what I should do differently to post my problem.  Thanks.




--
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/



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 CPPFLAGS=-I/usr/include/boost-1_33_1



  

--
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/