S
Shashank Date
Hi,
I am trying to compile the openssl extension (which comes with ruby
source) on Win XP (Home) using the free VC++ Toolkit 2003.
I cannot even get it create the makefile. See transcript below.
So my question is where can I find all the dependencies (where it says "no")
Thanks,
-- shanko
------------------------------------------
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\extract\_ruby\ruby\ext\openssl>ruby extconf.rb
=== OpenSSL for Ruby configurator ===
=== Checking for system dependent stuff... ===
checking for t_open() in nsl.lib... no
checking for socket() in socket.lib... no
checking for unistd.h... no
checking for sys/time.h... no
checking for assert.h... yes
=== Checking for required stuff... ===
checking for openssl/ssl.h... no
checking for openssl/ssl.h... no
=== Checking for required stuff failed. ===
Makefile wasn't created. Fix the errors above.
C:\extract\_ruby\ruby\ext\openssl>
I am trying to compile the openssl extension (which comes with ruby
source) on Win XP (Home) using the free VC++ Toolkit 2003.
I cannot even get it create the makefile. See transcript below.
So my question is where can I find all the dependencies (where it says "no")
Thanks,
-- shanko
------------------------------------------
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\extract\_ruby\ruby\ext\openssl>ruby extconf.rb
=== OpenSSL for Ruby configurator ===
=== Checking for system dependent stuff... ===
checking for t_open() in nsl.lib... no
checking for socket() in socket.lib... no
checking for unistd.h... no
checking for sys/time.h... no
checking for assert.h... yes
=== Checking for required stuff... ===
checking for openssl/ssl.h... no
checking for openssl/ssl.h... no
=== Checking for required stuff failed. ===
Makefile wasn't created. Fix the errors above.
C:\extract\_ruby\ruby\ext\openssl>