openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] OpenEXR from shared libs.


From: Bob Friesenhahn
Subject: Re: [Openexr-devel] OpenEXR from shared libs.
Date: Sat, 3 Mar 2007 10:44:03 -0600 (CST)

On Fri, 2 Mar 2007, darby johnston wrote:


--- Florian Kainz <address@hidden> wrote:

I wonder if the problem has something to do with the
size
of the stack when threads are enabled.

Nice one; looks like that fixed it.

How about:

#if defined (HAVE_DARWIN) || defined (_WIN32) \
 || defined (_WIN64) || defined(__FreeBSD__)

Or would a test in the configure script be better?

If the crummy pre-processor define approach is to be used, then all the *BSDs should be covered with the defines __FreeBSD__, __NetBSD__, __OpenBSD__. But of course this approach entirely ignores the fact that these operating systems run on many processor types, some of which are 64-bits with huge address space.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/





reply via email to

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