Re: [Fwd: Re: [Owfs-developers] Re: running on Mac OS X]

2005-11-09 Thread Christian Magnusson
RPATH is printed by objdump on i386 platforms... It's not an environment variable. I didn't know otool was used on MacOS X. The latest CVS would NOT compile, ld: unknown flag: --rpath make[4]: *** [owhttpd] Error 1 I have removed this patch for MacOS X again... A quick look at

Re: [Fwd: Re: [Owfs-developers] Re: running on Mac OS X]

2005-11-09 Thread Christian Magnusson
On Wed, 2005-11-09 at 06:44 -0600, Ross Cathriner wrote: Can you try this... mkdir $HOME/temp mkdir $HOME/temp/lib mkdir $HOME/temp/bin cp owhttpd $HOME/temp/bin cp libow.0.so $HOME/temp/lib LD_LIBRARY_PATH=$HOME/temp/lib export LD_LIBRARY_PATH otool -L $HOME/temp/bin/owhttpd