add explicit uselib=CRYPTO to wscript for cygwin compatibility#4
add explicit uselib=CRYPTO to wscript for cygwin compatibility#4vincentcr wants to merge 2 commits intoakdubya:masterfrom
Conversation
|
Hello, I'm trying building rbytes under CygWin. I have added obj.uselib = 'CRYPTO' to wscript as I see in your commit but it didn't helped. I get 'undefined reference to |
|
Hi, are you sure you have openssl installed at all in cygwin?
|
|
Yes, I have installed OpenSSL including sources. I'm building it with "node-waf configure build" because "npm install rbytes" do nothing. |
add explicit uselib=CRYPTO to wscript for cygwin compatibility: without node-waf fails to find the openssl symbols.