Mathias Fröhlich wrote:
Hi,

On Wednesday 12 May 2010, Robert Osfield wrote:
This issue also suggests that Cmake isn't handling the g++ version
under Fedora 10 for some reason and is not enabling the atomic ref
counting.  I didn't think Fedora 10 was that old that it wouldn't
support atomic ref counting.

I did not look too close. But I would guess that this has something todo with the cflags that are used in this particular build.

Is it a 32-bit build?

RHEL 5 has the same behavior. Unless you explicitly specify -march=i686 (or something similar) for CFLAGS, it fails to detect GCC builtins. It hasn't been a big problem for me, so I just chalked it up to RHEL 5 being past its prime.

--"J"
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to