Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - QNX4 - OpenSSL: (3 Items)
   
QNX4 - OpenSSL  
Is there a way to compile the latest version of OpenSSL with the Watcom C version 10.6 compiler?  The reason I ask is 
that OpenSSL has a crypto library that uses a 64-bit integer which wasn't added to the Watcom C compiler until version 
11.0.  If there isn't a way to compile the latest version then what "newest" version of OpenSSL can be compiled?  Thanks
 in advance for any insight on this topic.

Rob
Re: QNX4 - OpenSSL  
Hi Rob,

I don't know exactly specific version that can be built with Watcom 10.6. 
But I think it is very old.

There is another way. You can try to build OpenSSL with Watcom 11.0 or 
OpenWatcom in Windows or Linux using the QNX headers and libraries.

-- 
Respectfully,
Oleg

> Is there a way to compile the latest version of OpenSSL with the Watcom
>  C version 10.6 compiler?  The reason I ask is that OpenSSL has a
>  crypto library that uses a 64-bit integer which wasn't added to the
>  Watcom C compiler until version 11.0.  If there isn't a way to compile
>  the latest version then what "newest" version of OpenSSL can be
>  compiled?  Thanks in advance for any insight on this topic.
> 
> Rob
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post43718
> 
Re: QNX4 - OpenSSL  
Oleg,

     Thank you for the quick response.  I will give OpenWatcom 1.8 for Windows a try.

Rob