[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SCRAM-SHA-1 support in GSASL
From: |
Simon Josefsson |
Subject: |
Re: SCRAM-SHA-1 support in GSASL |
Date: |
Mon, 26 Oct 2009 11:05:25 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) |
Simon Josefsson <address@hidden> writes:
>> I still have problems building gsasl on Mac OS 10.6 (snow leopard). It
>> compiles out of the box, but builds the "x86_64" version. I need the
>> "x86" (i386) version. I tried things like "export CFLAGS="-arch i386
>> -I/Developer/SDKs/MacOSX10.5.sdk/usr/include/" and corresponding
>> LFLAGS, but then gsasl itself won't link. Also, I'm not sure whether
>> this is the correct way to do this. If someone has any hint for me how
>> to solve this issue, that would be appreciated.
>
> I am sorry but I don't know Mac OS X well enough to answer this.
Although maybe you could try changing the CC/LD variables rather than
CFLAGS/LDFLAGS? Also, I assume LFLAGS was a typo? It is normally
LDFLAGS.
/Simon