Re: [Harbour] hb* scripts and dylibs path under Mac OS X

2008-11-10 Thread Lorenzo Fiorini
On Mon, Nov 10, 2008 at 2:38 PM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote: > change -install_name parameter to: >${CCPREFIX}libtool -dynamic -install_name "${BASE}${SLIB_EXT}" \ > > Check if everything works correctly. If yes then please commit it. Thanks it was it :) Since today Mac OS

Re: [Harbour] hb* scripts and dylibs path under Mac OS X

2008-11-10 Thread Przemyslaw Czerpak
On Wed, 05 Nov 2008, Lorenzo Fiorini wrote: Hi Lorenzo, > I use standard gnu makefiles with hb* scripts but under Mac OS X I > can't find the right way to shared executables. > Everything gets built correctly using the same makefiles I use under > Win and Lin but at runtime the executable looks f

[Harbour] hb* scripts and dylibs path under Mac OS X

2008-11-05 Thread Lorenzo Fiorini
I use standard gnu makefiles with hb* scripts but under Mac OS X I can't find the right way to shared executables. Everything gets built correctly using the same makefiles I use under Win and Lin but at runtime the executable looks for libmylib.0.dylib while my lib is libmylib.dylib. If I change