Hi Robert,
"Robert Osfield" wrote:
> On 5/3/07, Martin Spott <[EMAIL PROTECTED]> wrote:
> >
> > Here on an IRIX system that has N32 as well as N64 libraries available,
> > I have to modify the following files during build and replace "lib64"
> > with "lib32" while building OSG for N32:
> >
> > ./src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/link.txt
> > ./src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/relink.txt
> > ./src/osgPlugins/gif/CMakeFiles/osgdb_gif.dir/link.txt
> > ./src/osgPlugins/gif/CMakeFiles/osgdb_gif.dir/relink.txt
> >
> These files are automatically generated by CMake, so the fix really needs to
> be at a high level. The postfix of 64 to lib is setup in the topmost
> CMakeLists.txt, the relevant section reads:
>
> SET(LIB_POSTFIX "")
[...]
I realize this is somehow related to the effect described in the
thread "OpenSceneGraph with CMake on FreeBSD" - finally dealing with
the install directory postfix on Linux/AMD64. I already tried running:
# ~> cmake -D LIB_POSTFIX="" .
.... but this doesn't (yet) make any difference.
All this resembles me of old vs. modern cars. Nowadays you're unable to
buy a car that doesn't have at least 6 computers oboard to serve your
convenience. But, in order to correct something that you're used to fix
by using a screwdriver and/or a hammer, now you have to deal with higly
sophisticated tools in order to achieve a really simple solution.
Strange world ....
Martin.
--
Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/