See step 2 in README.FIRST, i.e. 'setenv LD_LIBRARY_PATH ...'. I believe the
Apple equivalent is DYLD_LIBRARY_PATH.
Jonathan
On Mon Jun 30 17:46:41 2003, rcook@xxxxxxxx wrote:
>
> I get this far, and it looks like the libraries got installed, as did
> the headers, but:
>
> mkdir -p /Users/rcook/Documents/LLNL-TSB/inventor-install///usr/man/man1
> for i in SceneViewer.1 inventor.1 iv2toiv1.1 ivcat.1 ivdowngrade.1
> ivfix.1 ivinfo.1 ivview.1; do /usr/bin/install -m 644 $i
> /Users/rcook/Documents/LLNL-TSB/inventor-install///usr/man/man1; done
> (cd .. && ../../../../doc/man/ivman/ivman
> `../../../../doc/man/ivman/makeManDirs SoGLRenderAction`) >
> SoGLRenderAction.3iv
> dyld: ../../../../doc/man/ivman/ivman can't open library:
> libInventor.dylib (No such file or directory, errno = 2)
> make[5]: *** [SoGLRenderAction.3iv] Error 133
> make[4]: *** [install] Error 1
> make[3]: *** [install] Error 1
> make[2]: *** [install] Error 1
> make[1]: *** [install] Error 1
> make: *** [install] Error 1
|