[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Openexr-devel] Re: MacOS X build directories
From: |
Drew Hess |
Subject: |
[Openexr-devel] Re: MacOS X build directories |
Date: |
Tue, 20 Jun 2006 11:22:26 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (chestnut, linux) |
Chris Cox <address@hidden> writes:
> On OS X, you are writing the built libraries into directories named .lib
>
> The MacOS finder and default shell settings hide directories and files
> starting with a dot -- so I spent 20 minutes trying to find the built
> libraries. Unfortunately, the auto generated makefiles are about as clear
> as mud. I had to do a clean and rebuild, then check the command lines
> issued by the build to find where you put the built libraries.
I didn't specifically choose to build the libraries in .lib, that's
just the way automake, libtool and friends work.
'make install' will put the files in /usr/local, so you can fish them
out from there in the future. The README file says that you should
'make install' after running 'make', and the README.OSX file points
you to the GNU/Linux instructions for building, so I'm not sure how
much clearer I can make that, but I'll see what I can do.
d
- Re: [Openexr-devel] OpenEXR 1.3.1 released, (continued)
- Re: [Openexr-devel] OpenEXR 1.3.1 released, Drew Hess, 2006/06/16
- Re: [Openexr-devel] OpenEXR 1.3.1 released, Drew Hess, 2006/06/16
- [Openexr-devel] OpenEXR 1.3.1 and Multiresolution or Tiled images, Chris Cox, 2006/06/21
- Re: [Openexr-devel] OpenEXR 1.3.1 and Multiresolution or Tiled images, Michael Wolf, 2006/06/21
- Re: [Openexr-devel] OpenEXR 1.3.1 and Multiresolution or Tiled images, Drew Hess, 2006/06/21
- Re: [Openexr-devel] OpenEXR 1.3.1 and Multiresolution or Tiled images, Chris Cox, 2006/06/21
- Re: [Openexr-devel] OpenEXR 1.3.1 and Multiresolution or Tiled images, Drew Hess, 2006/06/21
- Re: [Openexr-devel] OpenEXR 1.3.1 and Multiresolution or Tiled images, Paul Schneider, 2006/06/21
- Re: [Openexr-devel] OpenEXR 1.3.1 and Multiresolution or Tiled images, Chris Cox, 2006/06/21
[Openexr-devel] MacOS X build directories, Chris Cox, 2006/06/20
- [Openexr-devel] Re: MacOS X build directories,
Drew Hess <=