Re: Hello@All

2020-05-29 Thread gilles
May 28, 2020 10:51 AM, drav...@dravionsoftware.com wrote: > Hi, > Hi, > I want to introduce myself to the list ;d > Welcome > By the way, is there anybody out there, tried to make OpenSMTPD work on > Cygwin/Windows? > > I was able to built OpenSMTPD under Windows Subsystem for Windows

Re: Hello@All + Cygwin64

2020-05-29 Thread chris
You may want to omit '--with-libs=/usr/local/lib' and instead target individual libraries, e.g. '--with-cflags="-I/usr/local/openssl/include" --with-ldflags="-L/usr/local/openssl/lib"' ; the aforementioned is causing gcc to attempt to output over a directory. (as per config.log)

Re: Hello@All + Cygwin64

2020-05-29 Thread drav...@dravionsoftware.com
On 5/29/2020 9:11 PM, chris wrote: > You may want to omit '--with-libs=/usr/local/lib' and instead target > individual libraries, e.g. '--with-cflags="-I/usr/local/openssl/include" > --with-ldflags="-L/usr/local/openssl/lib"' ; the aforementioned is > causing gcc to attempt to output over a