openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] OpenEXR on IRIX?


From: Kevin Wheatley
Subject: Re: [Openexr-devel] OpenEXR on IRIX?
Date: Wed, 30 Apr 2003 09:35:12 +0100

Charles Henrich wrote:
> So the libraries all build A-OK, but when I go to link against them I see the
> following, any ideas?

from that list looks like it's a template instantiation issue, does it
compile the code using -ptused or -ptall ? 

Essentially you need the compiler to generate you versions for each
use of the template, under the SGI compilers it keeps a track of what
you could use in the ii_files directory, but it can have issues when
it comes down to templates used in other builds etc, unless you build
libraries with all the cases you need, I think I solved it using:

CXXFLAGS = -LANG:std -ptused -prelink
LDFLAGS = -LANG:std -ptused -prelink

on some of the library builds, from your list at least the Imath and
IlmImf libraries.

Kevin

-- 
| Kevin Wheatley                   | These are the opinions of |
| Senior Do-er of Technical Things | nobody and are not shared |
| Cinesite (Europe) Ltd            | by my employers           |




reply via email to

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