Re: [Mingw-w64-public] Building Packages on MinGW-w64

2013-12-06 Thread JonY
On 12/7/2013 10:27, wynfield wrote: > > Re: ".. another thread for basically the same issue (building linphone)" > > I'm sorry. I wasn't aware of that. I was receiving list messages in a > digest which had the subject as "Mingw-w64-public Digest, Vol 75, Issue 11" > which isn't descriptive s

Re: [Mingw-w64-public] Building Packages on MinGW-w64

2013-12-06 Thread wynfield
Re: ".. another thread for basically the same issue (building linphone)" I'm sorry. I wasn't aware of that. I was receiving list messages in a digest which had the subject as "Mingw-w64-public Digest, Vol 75, Issue 11" which isn't descriptive so I added a meaningful one and didn'T remember t

Re: [Mingw-w64-public] Made some more progress building LinPhone

2013-12-06 Thread JonY
On 12/6/2013 23:57, wynfield wrote: > > $ ./configure --target=i686-w64-mingw32 --enable-targets=i686-w64-mingw32 > --host=i686-w64-mingw32 --prefix=$a/linphone > CC="/usr/bin/i686-w64-mingw32-gcc" CXX="/usr/bin/i686-w64-mingw32-c++.exe" > CPPFLAGS="-I/cygdrive/c/win-dev/include" LDFLAGS="-

Re: [Mingw-w64-public] Winpthreads library issue with dwarf toolchain

2013-12-06 Thread Fanael Linithien
2013/12/5 Fanael Linithien : > runs BEFORE enter_global_cs Er, before global_spin_ctor, of course. 2013/12/5 Kai Tietz : > Nice catch. This describes at least the runtime-failure we got reported. > Did you tested regressions for this patch? I have. All tests from tests_pthread pass. 2013/12/5

Re: [Mingw-w64-public] Made some more progress building LinPhone

2013-12-06 Thread Ruben Van Boxem
2013/12/6 > > I found that adding >LIBGTK_CFLAGS="-L/cygdrive/c/win-dev/lib" >LIBGTK_LIBS="-L/cygdrive/c/win-dev/lib" > > to the configure command line allowed configure to find the MS Win GTK > library. > > > Now configure progresses until it can't find any "readling" library, which > I

[Mingw-w64-public] Made some more progress building LinPhone

2013-12-06 Thread wynfield
I found that adding LIBGTK_CFLAGS="-L/cygdrive/c/win-dev/lib" LIBGTK_LIBS="-L/cygdrive/c/win-dev/lib" to the configure command line allowed configure to find the MS Win GTK library. Now configure progresses until it can't find any "readling" library, which I believe is a commong Gnu fu

Re: [Mingw-w64-public] Building linphone & gtk with MinGW-w64

2013-12-06 Thread Ray Donnelly
I'm not sure why you started another thread for basically the same issue (building linphone). .. nor why you are ignoring jon_y's advice in that thread: "Don't do that, use configure --host=i686-w64-mingw32 instead." > configuring with (change c++ to cpp in the c++ executable name) Don't which

[Mingw-w64-public] Building linphone & gtk with MinGW-w64

2013-12-06 Thread wynfield
I found http://www.gtk.org that has a ms windows library that I will use when building Linphone. I've installed it in a directory for ms win32 specific dev named /cygdrive/c/win-dev I am trying to confiure as follows: $ ./configure CC="/usr/bin/i686-w64-mingw32-gcc" CXX="/usr/bin/i686-w64-

Re: [Mingw-w64-public] Building Packages on MinGW-w64

2013-12-06 Thread Pavel
On Fri, 2013-12-06 at 17:39 +0900, wynfi...@gmail.com wrote: > I am going to try to build the Linphone VoIP SIP application, whose source I > download using git, using MinGW-w64 with Cygwin on an XP SP3 environment. > > I assume that Cygwin's m4, aclocal, autoheader, automake, autoconf, > auto

Re: [Mingw-w64-public] Building Packages on MinGW-w64

2013-12-06 Thread JonY
On 12/6/2013 16:39, wynfield wrote: > > I am going to try to build the Linphone VoIP SIP application, whose source I > download using git, using MinGW-w64 with Cygwin on an XP SP3 environment. > > I assume that Cygwin's m4, aclocal, autoheader, automake, autoconf, > autogen.sh, libtoolize >

[Mingw-w64-public] [Project News | New Builds]

2013-12-06 Thread niXman
Hi guys! I'm pleased to announce the new builds of MinGW-W64 based on the GCC-4.8.2 at rev.1. Changes from rev.0 is: - Binutils updated to 2.24 - MinGW-w64 v3 rev.6391 - Backport MinGW-w64 runtime commits from trunk to stable version: 6303: Fixed conflicts with xmmintrin.h. 6332

[Mingw-w64-public] Building Packages on MinGW-w64

2013-12-06 Thread wynfield
I am going to try to build the Linphone VoIP SIP application, whose source I download using git, using MinGW-w64 with Cygwin on an XP SP3 environment. I assume that Cygwin's m4, aclocal, autoheader, automake, autoconf, autogen.sh, libtoolize modules are safe to use and don't inject any Cygw