How to get correct boost library names?

Hi,

I could not find a document to defined correct library names, so I googled internet and copied and added following depends to the Makefile:

DEPENDS:=$(CXX_DEPENDS) +boost +boost-system +boost-thread +boost-date_time +libopenssl +libaio +libpthread +zlib +libstdcpp +libgnutls +librt +$(BOOST_DEPENDS) +boost-timer

but there were all wrong:
+boost, which does not exist
+boost-system, which does not exist
+boost-thread, which does not exist
+libopenssl, which does not exist
+libaio, which does not exist
+libpthread, which does not exist
+zlib', which does not exist
+libstdcpp, which does not exist
+libgnutls, which does not exist
+librt, which does not exist
+boost-timer, which does not exist

Was it wrong library names or the compiler could not find the libraries?

Both CXX_DEPENDS and BOOST_DEPENDS were not defined as well.

The make menuconfig selected boost libraries, librt, libstdcpp, but why could not find?

Ignore it, that syntax DEPENDS:= did not work at all.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.