[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Honor cyrus-sasl default installation location

From: Jens Peters <jpeters7677_at_gmx.de>
Date: Sat, 14 Jun 2008 17:43:48 +0200

Daniel Shahaf wrote:
> Jens Peters wrote on Sun, 8 Jun 2008 at 14:16 +0200:
>> Hello there,
>>
>> When you build cyrus sasl on windows and finally run make install then the
>> libsasl.dll is located at the bin directory. I think win-test.py should honor
>> that. The attached patch fixes that.
>>
>
> Why did it work before your patch?

Actually it didn't. At least not on my two windows system where I build
libsasl myself. Building libsasl on windows is pretty straight forward
and 'nmake install' creates the following structure:

bin
doc
include
lib

whereas the libsasl.dll lives in bin and libsasl.lib is found in lib.
Having dll's in bin is also the common setup on windows for lots of
other, mostly ported from linux/unix, projects (eg. bdb, gettext, openssl).

Regards,
jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-14 17:44:22 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.