Re: [Openvpn-devel] [build] Windows build test

2012-02-25 Thread Alon Bar-Lev
How exactly did you try to build? Please send command-line. The mingw32 suffix is historic, it is kept for compatibility as old autotools(config.guess) packages expects for mingw32 as a platform, in the old days there was no (forced) standard for specifying the arch. On Sat, Feb 25, 2012 at 2:04

Re: [Openvpn-devel] [PATCH 00/35] build revolution

2012-02-25 Thread Alon Bar-Lev
On Fri, Feb 24, 2012 at 9:33 AM, Adriaan de Jong wrote: >> I did not add the UI stuff, I think there should be a discussion why >> these are embedded. >> > > One of the few pieces criticism we got about the OpenVPN-NL release was the > fact that we didn't bundle the GUI. End-users expect an all-i

Re: [Openvpn-devel] [build] Windows build test

2012-02-25 Thread Russell Morris
Hi, I used the command line you provided below (actually, copied and pasted it to the command line). The one having issues is: IMAGEROOT=`pwd`/image-win64 CHOST=x86_64-w64-mingw32 CBUILD=x86_64-pc-linux-gnu ./build Thanks! ... Russell On Fri, 02/24/2012 06:11 PM, Alon Bar-Lev wrote: > How e

Re: [Openvpn-devel] [build] Windows build test

2012-02-25 Thread Alon Bar-Lev
I need the tmp/openvpn*/config.log On Sat, Feb 25, 2012 at 7:12 AM, Russell Morris wrote: > Hi, > > I used the command line you provided below (actually, copied and pasted it > to the command line). The one having issues is: IMAGEROOT=`pwd`/image-win64 > CHOST=x86_64-w64-mingw32 CBUILD=x86_64-pc-

Re: [Openvpn-devel] [build] Windows build test

2012-02-25 Thread Alon Bar-Lev
And also full output of the build script... . 2>&1 | gzip > /tmp/build.log On Sat, Feb 25, 2012 at 11:14 AM, Alon Bar-Lev wrote: > I need the tmp/openvpn*/config.log > > On Sat, Feb 25, 2012 at 7:12 AM, Russell Morris wrote: >> Hi, >> >> I used the command line you provided below (actually,

Re: [Openvpn-devel] [build] Windows build test

2012-02-25 Thread Russell Morris
Hi, OK, I have done some digging - and I know what the issue is! Not sure how to fix it though ... :-). Inside the image-win64 directory, and then inside openvpn - running the build script results in two directories, lib and lib64 (for image-win32 there is only the lib directory). The librarie

Re: [Openvpn-devel] [build] Windows build test

2012-02-25 Thread Alon Bar-Lev
Can you send me list: $ find image-win32/openvpn/lib $ find image-win32/openvpn/lib64 On Sat, Feb 25, 2012 at 4:22 PM, Russell Morris wrote: > Hi, > > OK, I have done some digging - and I know what the issue is! Not sure how to > fix it though ... :-). > > Inside the image-win64 directory, and t

Re: [Openvpn-devel] [build] Windows build test

2012-02-25 Thread Alon Bar-Lev
Never mind. I guess that mingw is configured as multilib somehow. I forced all to use /lib. Can you please try again? On Sat, Feb 25, 2012 at 7:28 PM, Alon Bar-Lev wrote: > Can you send me list: > $ find image-win32/openvpn/lib > $ find image-win32/openvpn/lib64 > > > On Sat, Feb 25, 2012 at 4:22