Hi,<br>      Thanks to Mr Watanabe, it compiled on Windows. <br>Now I am trying to compile on Linux.<br>I was hoping things would be easier because of package managers.<br>The package manager installed headers into /usr/include/boost and libs into /usr/lib/ (found out from YAST)<br>
        When I try to compile the <a href="http://www.boost.org/doc/libs/1_39_0/doc/html/boost_asio/example/chat/chat_server.cpp">same example</a> with (c++ -I /usr/include/ chat_server.cpp -o chat_server)<br>I get errors. I guess I should also specify a library on the command line.<br>
But which library I should include?<br>       The error messages seems not very helpful.<br>It doesn&#39;t print the line number of the error, but things like .text+0xb3:<br>chat_server.cpp:(.text+0xb3): undefined reference to `boost::system::get_system_category()&#39;<br>
I grepped in lib folder for a name with system, but none from boost.<br>     Hopefully, you can show me some directions,<br>Thanks in advance,<br clear="all">Best regards,<br>Ozgur (Oscar) Ozturk<br><a href="http://www.DrOzgur.com">www.DrOzgur.com</a><br>
+1 (614) 805-4370<br>

