Hi J.P.,

yes, I was afraid, that this won't help. I've changed now to look for lib64 
before lib. I assume that on 64bit systems lib64 does not exists, and hence 
cmake will not find 64bit version. On 64bit system it can exists and hence will 
find that one first.

I wonder how to change cmake files, so that they work on both architectures. In 
osg cmake files there is also a search in lib before lib64. However, this works 
because all other libs except of cuda does install themself in /usr/ (or 
/usr/local/) and on 64bit systems there are symlinks there (lib->lib64 and 
lib32->lib32). Cuda install itself under /usr/local/cuda, so putting all files 
in this subdirectory, which makes it very hard to write a common rule for 
search cuda files. 
Currently I don't see any solution to solve that issue, but maybe somebody 
could help?!

Art

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=18624#18624





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to