Re: Libtool fails to build working binary when -no-install is used

2007-04-03 Thread Peter O'Gorman
On Apr 3, 2007, at 5:16 PM, Simon Josefsson wrote: On 3 apr 2007, at 23.44, Ralf Wildenhues wrote: Do I understand correctly that Darwin has no way to hardcode library paths (other than the ones given by -install-name)? OK to apply and backport? It fixes the stresstest failure exposed by m

Re: Libtool fails to build working binary when -no-install is used

2007-04-03 Thread Simon Josefsson
On 3 apr 2007, at 23.44, Ralf Wildenhues wrote: Do I understand correctly that Darwin has no way to hardcode library paths (other than the ones given by -install-name)? OK to apply and backport? It fixes the stresstest failure exposed by my last patch. After some experiments and a lot of ma

Re: Libtool fails to build working binary when -no-install is used

2007-04-03 Thread Peter O'Gorman
On Apr 3, 2007, at 4:44 PM, Ralf Wildenhues wrote: Hi Peter, all, * quoting myself: * Simon Josefsson wrote on Thu, Mar 29, 2007 at 12:17:32PM CEST: /bin/sh ../libtool --tag=CC --mode=link gcc -DLIBSSH2_DARWIN -I/ usr/include -I/usr/include -no-install -L/usr/lib -lcrypto -L/usr/ lib -

Re: Libtool fails to build working binary when -no-install is used

2007-04-03 Thread Ralf Wildenhues
Hi Peter, all, * quoting myself: > * Simon Josefsson wrote on Thu, Mar 29, 2007 at 12:17:32PM CEST: > > > > /bin/sh ../libtool --tag=CC --mode=link gcc -DLIBSSH2_DARWIN -I/ > > usr/include -I/usr/include -no-install -L/usr/lib -lcrypto -L/usr/lib > > -lz -o simple simple.o ../src/libssh2.la