Re: help needed in installing open exr

darby johnston <[email protected]> Thu, 10 Jan 2008 13:06:28 -0800 (PST)
Newsgroups gmane.comp.video.openexr.user
Message-ID <[email protected]>
--- darby johnston <[email protected]> wrote:

> ./configure --prefix=$BUILD_DIR \
>   PKG_CONFIG_PATH=$BUILD_DIR/lib/pkgconfig

Whoops, that would actually be:

> ./configure \
>   --prefix=$BUILD_DIR \
>   PKG_CONFIG_PATH=$BUILD_DIR/lib/pkgconfig \
>   LD_LIBRARY_PATH=$BUILD_DIR/lib 

The LD_LIBRARY_PATH being necessary to run the ilmbase
test program.


Darby