At 5:21 PM +0100 1/21/05, Florian Heckl wrote: >Hi Eric, > >> Great ! Wich tool did you use ? I'm interested to understand hat you >> have made. It is surely interessant ! >> >To track down the problem I did kind of a manual stack trace: I went >through the source, each time adding debug output and going deeper into >the source. > >> After writing a simple >>> test app I found out that the real problem is the DYLD_LIBRARY_PATH >> >> Because didn't even work ? >> >>> environment variable (which NSAddImage uses to look for the library >>> to be loaded).
Just in case you weren't aware, you can set the following shell environment variable to help with debugging shared library loading problems ; export DYLD_PRINT_LIBRARIES 'man dyld' for other debugging tips. Regards, terry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
