On 6/25/07, Andy Skinner <[EMAIL PROTECTED]> wrote:
I've gotten through compiling using SUNWspro and STLport.

However, I didn't get through linking.  It can't find sched_yield, which
a man page (I'm never sure if those are up to date with our actual build
environment) says is in librt.

I'll look for that tomorrow.

Good to hear you've made progress.  Send the changes in for me to
review, I'll either merge pretty well as is, or do revisions and try
for another round of testing.  I'm keen to keep the code compiling
without significant intrusive changes, I also want to avoid future
additions to the OSG just introducing this problem once more.

The sched_yield is something that other Sun users have come across.
CMake isn't picking up on the need for defining this when doing
threading.  I did try some hacks to get CMake build to add the -lrt
but alas it didn't work.  See posts between myself and Martin Spott on
this topic.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to