views:

11

answers:

1

Anyone successfully compiled liboauth(http://liboauth.sourceforge.net/) for Windows?

Any help here much appreciated.

A: 

set up mingw, fire ./configure && make && make install.

plan9assembler
Yes, I know that,
Manoj
I tried CURL_CFLAGS="-I../curl-7.21.1/include" CURL_LIBS="../curl-7.21.1/lib/LIB-Release/libcurl.lib" HASH_CFLAGS="-I../openssl/include" HASH_LIBS="../openssl/ssleay32.lib ../openssl/libeay32.lib" ./configure --disable-libcurl --enable-curl, but make is throwing "$ makeMakefile:171: *** missing separator. Stop."
Manoj
Makefile:171: *** missing separator. Stop.make sure you are using real tabs instead of spaces. A global search and replace for four-spaces should fix things up. but i doubt mingw environment. http://komisar.gin.by/mingw/index.html try this.
plan9assembler