openexr-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-user] help needed in installing open exr


From: darby johnston
Subject: Re: [Openexr-user] help needed in installing open exr
Date: Thu, 10 Jan 2008 13:06:28 -0800 (PST)

--- darby johnston <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]