On Jul 7, 2005, at 2:40 PM, apaz@purdue.edu wrote: > When I try to run my code (after compilation with gcc), I'm getting: > > ./a.out: error while loading shared libraries: libobjc.so.1: cannot > open shared > object file: No such file or directory You have to set LD_LIBRARY_PATH correct. -- Pinski