l rpcrt4 -l advapi32 -l ws2_32 -l mswsock -l shlwapi
obj/scrypt_mine.o: In function `Z11scrypt_hashPKvjPjh':
C:\yacoin3\src/scrypt_mine.cpp:101: undefined reference to `scrypt'
obj/scrypt_mine.o: In function `Z15scanhash_scryptP12block_headerjRjPvS0_h':
C:\yacoin3\src/scrypt_mine.cpp:202: undefined reference to `scrypt'
collect2: ld returned 1 exit status
mingw32-make: *** [yacoind.exe] Error 1
Scrypt is defined, but yet the compiler can't seem to find it. Has anyone successfully compiled the yacoin?
I am stuck at the same point. Did you ever found a way through this ?