Hi,

I'm using valgrind with helgrind for debugging my executable with  
multithreads (with boost). I'm run valgrind 3.5.0 on OSX Leo with  
"valgrind -v --tool=helgrind ./myexecutable" and I get the error  
"dyld: Library not loaded" for all linked libs.
If I copy the libs in the path of the executable or change the dir to  
the lib directory, I can use valgrind without errors. My libs are set  
with an environmental variable, because they are not installed into  
the default pathes. In OSX I use DYLD_LIBRARY_PATH. The executable  
runs without errors and found the libs without valgrind. It seems  
valgrind doesn't use the DYLD_LIBRARY_PATH.
How can I set my library pathes for valgrind?

Thanks

Phil 

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to