$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-01-30 07:09:38
>I am trying to build all of boost on Solaris 2.8, but I am having
>trouble linking the thread library into my executable. "sched_yield"
>and "nanosleep" are undefined symbols in thread.o.
Those are part of the POSIX realtime library - probably the -lrt linker
option will fix the issue.
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/