64 Bit compilation of libssh2 on AMD 64

2009-06-24 Thread Sanjay Thukral
Hi, Can libssh2 be compiled for 64 Bit AMD platform. I see there exists a makefile for Win32 but what about Win64. Has any one done that , if so please share the info about it e.g related Makefile, special commans or flags to be set etc. thanks Sanjay

RE: 64 Bit compilation of libssh2 on AMD 64

2009-06-24 Thread Neil Gierman
>    Can libssh2 be compiled for 64 Bit AMD platform. I see there exists a makefile for Win32 but what about Win64. Has any one done that , if so >please share the info about it e.g related Makefile, special commans or flags to be set etc. I have compiled x64 versions of libssh2 using Visual Studi

Re: 64 Bit compilation of libssh2 on AMD 64

2009-06-24 Thread Sanjay Thukral
I am using MsDev studio only. I tried compiling libssh2 using x64 Visual studio but it keeps looking for libssl and libcrypt which are not there in my open SSL installation. Any ideas ? From: Neil Gierman To: libssh2 development Sent: Wednesday, June 24, 2009

RE: 64 Bit compilation of libssh2 on AMD 64

2009-06-24 Thread Neil Gierman
> I am using MsDev studio only. I tried compiling libssh2 using x64 Visual studio but it keeps looking for libssl and libcrypt which are not there in my open SSL installation. Any ideas ? Below are my Pre-Build Event commands to compile OpenSSL and place it in the directory where my Solution Link

Re: 64 Bit compilation of libssh2 on AMD 64

2009-06-24 Thread Sanjay Thukral
That is so great. Appreciate your help. I will give this a try and keep you updated. Again thanks much for the great help Sanjay From: Neil Gierman To: libssh2 development Sent: Wednesday, June 24, 2009 1:59:36 PM Subject: RE: 64 Bit compilation of libssh2 on

Re: 64 Bit compilation of libssh2 on AMD 64

2009-06-24 Thread Sanjay Thukral
Hi Neil, I am able to compile openSSL fine. I had downloaded libssh2-1.1 but I dont see any instructions to compile it in Windows environment, all I see with it is cygwin compilation insstructions. Any help will be greatly appreciated. thanks Sanjay

RE: 64 Bit compilation of libssh2 on AMD 64

2009-06-24 Thread Neil Gierman
>          I am able to compile openSSL fine. I had downloaded libssh2-1.1 but I dont see any instructions to compile it in Windows environment, all I see with it is cygwin compilation insstructions. Any help will be greatly appreciated. thanks Sanjay All you should need to do is open the win32\l