Still getting an undefined symbol link error after adding libz.dylib
to my project.
No longer prints "_compress" & "_uncompress" in the err msg though:
ld: Undefined symbols:
Iex::throwErrnoExc(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
Seems like this is falling under the shared lib on OSX disclaimer that
came with
the OpenEXR package. Anything to be done about this? Is there a
static variant
of libz I can try?
Thanks again!
Scott
On Friday, October 17, 2003, at 11:21 AM, Paul Schneider wrote:
Those are from the zip library. Add /usr/lib/libz.dylib to your
project.
Sorry about the state of documentation on stuff like this. If you
have a copy of CodeWarrior, you might want to check out the CW
projects (even if you don't develop with it). The projects are set
up to use the EXR lib correctly on the Mac (for example, the prefix
file defines PLATFORM_DARWIN_PPC).
- Paul
On Friday, October 17, 2003, at 09:37 AM, Scott Frankel wrote:
ld: Undefined symbols:
Iex::throwErrnoExc(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
_compress
_uncompress
These symbols don't appear to occur anywhere in the included hdr
files, nor are they
in any of the example files. Any suggestions on how to track'em
down?
OpenEXR-1.0.6
MacOSX v10.2.6
ProjectBuilder v2.1
Thanks in advance!
Scott
_______________________________________________
Openexr-devel mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/openexr-devel