My app is missing symbols when run on another machine
My app is missing symbols when run on another machine
- Subject: My app is missing symbols when run on another machine
- From: "Dave Mello" <email@hidden>
- Date: Thu, 21 Mar 2002 09:37:24 -0500
Hello folks,
My application runs fine on my machine, but when it is run on my boss's, it
is failing to find some symbols. A trip to the console shows that dyld is
complaining that _deflateInit_ is undefined, & was expected to be defined in
the app.
We both have libz.1.1.3.dylib, libz.1.dylib, & libz.dylib in /usr/lib.
"otool -l PDFToolServer | grep libz" returns:
name /usr/lib/libz.1.1.3.dylib (offset 20)
I looked up the dyld man pages, & it indicated several environment variables
that affect its behavior. Being new to Unix, however, I'm not sure how to
set these so that they are in effect when my app is launched outside of
project builder.
I'm at a loss to determine why dyld finds the library on my system, but not
on his. Has anybody seen this sort of behavior before? Any help or
pointers would be very much appreciated!
Thanks
David Mello
Apago, Inc.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.