Problème dans la configuration de bibliothèque boost sur ubuntu

J'ai compilé et installé ma bibliothèque boost dans "/media/data/bin' dans ubuntu 9.10.
Et j'ai d'installation de l'INCLUDE_PATH, LIBRARY_PATH env:

$ echo $INCLUDE_PATH
/media/data/bin/boost/include:
$ echo $LIBRARY_PATH
/media/data/bin/boost/lib:

Mais quand je compile le asio exemple, j'obtiens l'erreur suivante:
$ g++ blocking_tcp_echo_server.cpp

blocking_tcp_echo_server.cpp:13:26: error: boost/bind.hpp: No such file or directory
blocking_tcp_echo_server.cpp:14:31: error: boost/smart_ptr.hpp: No such file or directory
blocking_tcp_echo_server.cpp:15:26: error: boost/asio.hpp: No such file or directory
blocking_tcp_echo_server.cpp:16:28: error: boost/thread.hpp: No such file or directory
blocking_tcp_echo_server.cpp:18: error: boost has not been declared
blocking_tcp_echo_server.cpp:22: error: boost has not been declared
blocking_tcp_echo_server.cpp:22: error: expected initializer before ‘<’ token
blocking_tcp_echo_server.cpp:24: error: variable or field session declared void
blocking_tcp_echo_server.cpp:24: error: socket_ptr was not declared in this scope

OriginalL'auteur n179911 | 2009-12-30