is the boost library you have installed the one that the example works with?

Thanks,
Tyler Littlefield
Web: tysdomain.com
email: [email protected]
My programs don't have bugs, they're called randomly added features.

  ----- Original Message ----- 
  From: Brett McCoy 
  To: [email protected] 
  Sent: Tuesday, May 12, 2009 7:25 AM
  Subject: Re: [c-prog] Can any one help me in sockets prog using boost.asio





  On Tue, May 12, 2009 at 9:14 AM, [email protected] <[email protected]> wrote:

  > Thanks for reply Brett.
  >
  > I am not not using make file i am letting eclipse to handle this.
  >
  > paths are already added in project -> properties-> C/c++ general -> paths &
  > symbols-> library paths.
  > i added "C:\boost_1_38_0\libs" path where my boost library is located.
  >
  > While running in console it shows "g++ -LC:\boost_1_38_0\libs -osock1.exe
  > src\sock1.o" .....
  >
  > What else can be the error? Please suggest....

  It has the directory but it needs the specific library also, so you
  should add libboost_thread.a or whatever it is that is needed by your
  program.

  -- Brett
  ----------------------------------------------------------
  "In the rhythm of music a secret is hidden;
  If I were to divulge it, it would overturn the world."
  -- Jelaleddin Rumi


  

[Non-text portions of this message have been removed]

Reply via email to