Re: [Botan-devel] compiling botan on cygwin linking with windows libraries instead cygwin
Brought to you by:
randombit
|
From: Carathimas, A. G <ag...@sa...> - 2004-05-22 18:33:12
|
I believe I am using the newest version of cygwin which has: gcc version 3.3.1 your sample program returned: 1024 1024 but Botan using /dev/urandom represents another problem for me because I want my program to not require cygwin being installed. How would I do this? Would using gcc-window-i586 work, I will have to tell my developers to rename the result library 'libbotan.lib' to 'libbotan.a' so that cygwin ld will find it. I am not able to try this until monday, so I'll give you my results then. |