Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread Wolfgang Glas
On 2010-05-04 17:34, Dmitrijs Ledkovs wrote: > On 4 May 2010 15:25, Wolfgang Glas wrote: >> On 2010-05-04 15:48, Dmitrijs Ledkovs wrote: >>> On 4 May 2010 13:37, Wolfgang Glas wrote: Summing up, suach an official mingw-w64-gcc-4.4.4 release would be very benefitial to us, although

Re: [Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-04 Thread kmx
Dne 4.5.2010 18:42, Patrick Galbraith napsal(a): > kmx wrote: >> Dne 4.5.2010 16:10, Patrick Galbraith napsal(a): >> >>> kmx wrote: >>> Hi, could you please add the following 2 items to the list of Projects successfully using MinGW-w64 1/ "perl (5.12.0 and later)

Re: [Mingw-w64-public] TDM-GCC binary distribution

2010-05-04 Thread John E. / TDM
On 5/3/2010 12:02 PM, Kai Tietz wrote: > Hello John, > > 2010/5/3 John E. / TDM: > >> MinGW-w64 developers, >> >> I'm planning to introduce a set of binary packages based on GCC for >> x86_64-w64-mingw32 and the MinGW-w64 runtime into the TDM-GCC compiler >> suite. *snip* >> Let me know if ther

Re: [Mingw-w64-public] TDM-GCC binary distribution

2010-05-04 Thread John E. / TDM
On 5/4/2010 1:00 PM, NightStrike wrote: > On Mon, May 3, 2010 at 1:37 PM, John E. / TDM wrote: > >> MinGW-w64 developers, >> >> I'm planning to introduce a set of binary packages based on GCC for >> x86_64-w64-mingw32 and the MinGW-w64 runtime into the TDM-GCC compiler >> suite. *snip* >> Let

Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread NightStrike
On Tue, May 4, 2010 at 3:23 PM, Ozkan Sezer wrote: > On Tue, May 4, 2010 at 10:07 PM, Kai Tietz wrote: >> 2010/5/4 Ozkan Sezer : >>> Correct me if I am wrong, but I was under the impression >>> that the project hasembraced the new underscore changes which >>> mainline 4.4 doesn't have unless you

Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread Ozkan Sezer
On Tue, May 4, 2010 at 10:07 PM, Kai Tietz wrote: > 2010/5/4 Ozkan Sezer : >> Correct me if I am wrong, but I was under the impression >> that the project hasembraced the new underscore changes which >> mainline 4.4 doesn't have unless you patch it properly and >> AFAIK the buildbot builds refuse

Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread Kai Tietz
2010/5/4 Ozkan Sezer : > Correct me if I am wrong, but I was under the impression > that the project hasembraced the new underscore changes which > mainline 4.4 doesn't have unless you patch it properly and > AFAIK the buildbot builds refuse patching mainline sources. > How will it be? Are we going

Re: [Mingw-w64-public] libgcc_s_sjsj-1.dll

2010-05-04 Thread Prof Brian Ripley
On Tue, 4 May 2010, NightStrike wrote: > The default changed in 4.4.0, I believe. Use gcc -static to avoid. That does a lot more than stop linking to that one DLL. I'd say you meant -static-libgcc. Note the strictures in 'man gcc' about reasons why that might not be a good idea for C++ and J

Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread NightStrike
On Tue, May 4, 2010 at 3:01 PM, Ozkan Sezer wrote: > On Tue, May 4, 2010 at 9:48 PM, NightStrike wrote: >> On Tue, May 4, 2010 at 8:37 AM, Wolfgang Glas wrote: >>> Hi all, >>> >>>  We are sucessfully using mingw-w64-gcc-4.4.1, which turned out to be very >>> stable. Additionally we maintain an u

Re: [Mingw-w64-public] libgcc_s_sjsj-1.dll

2010-05-04 Thread pavel
I have used -static-libgcc which also seems to fix the issue. I hope there is no potential risk in this option. Thanks, Pavel On Tue, 2010-05-04 at 14:54 -0400, NightStrike wrote: > The default changed in 4.4.0, I believe. Use gcc -static to avoid. > > On Tue, May 4, 2010 at 7:26 AM, pavel wro

Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread Ozkan Sezer
On Tue, May 4, 2010 at 9:48 PM, NightStrike wrote: > On Tue, May 4, 2010 at 8:37 AM, Wolfgang Glas wrote: >> Hi all, >> >>  We are sucessfully using mingw-w64-gcc-4.4.1, which turned out to be very >> stable. Additionally we maintain an ubuntu package archive, which contains >> many >> ported C

Re: [Mingw-w64-public] TDM-GCC binary distribution

2010-05-04 Thread NightStrike
On Mon, May 3, 2010 at 1:37 PM, John E. / TDM wrote: > MinGW-w64 developers, > > I'm planning to introduce a set of binary packages based on GCC for > x86_64-w64-mingw32 and the MinGW-w64 runtime into the TDM-GCC compiler > suite. More info about TDM-GCC is available at >

Re: [Mingw-w64-public] libgcc_s_sjsj-1.dll

2010-05-04 Thread NightStrike
The default changed in 4.4.0, I believe. Use gcc -static to avoid. On Tue, May 4, 2010 at 7:26 AM, pavel wrote: > Hi, > > why the latest release links the programs with the > "libgcc_s_sjsj-1.dll"? Is it possible to avoid that? > > Thanks, Pavel > > >

Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread NightStrike
On Tue, May 4, 2010 at 8:37 AM, Wolfgang Glas wrote: > Hi all, > >  We are sucessfully using mingw-w64-gcc-4.4.1, which turned out to be very > stable. Additionally we maintain an ubuntu package archive, which contains > many > ported C and C++ libraries under Great! >  In order to maintain bin

Re: [Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-04 Thread NightStrike
On Tue, May 4, 2010 at 12:42 PM, Patrick Galbraith wrote: > kmx wrote: >> Dne 4.5.2010 16:10, Patrick Galbraith napsal(a): >> >>> kmx wrote: >>> Hi, could you please add the following 2 items to the list of Projects successfully using MinGW-w64 1/ "perl (5.12.0 and la

Re: [Mingw-w64-public] Build problem using a cross compiler to build a w64 native library

2010-05-04 Thread Doug Semler
On Tue, May 4, 2010 at 11:52 AM, t66...@gmail.com wrote: > On 4/05/2010 11:49 PM, Ozkan Sezer wrote: >> On Tue, May 4, 2010 at 4:46 PM, t66...@gmail.com  wrote: >> >>> On 4/05/2010 11:17 PM, Ozkan Sezer wrote: >>> On Tue, May 4, 2010 at 4:00 PM, t66...@gmail.com     wrote: > Yo

Re: [Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-04 Thread Patrick Galbraith
kmx wrote: > Dne 4.5.2010 16:10, Patrick Galbraith napsal(a): > >> kmx wrote: >> >>> Hi, >>> >>> could you please add the following 2 items to the list of Projects >>> successfully using MinGW-w64 >>> >>> 1/ "perl (5.12.0 and later)" with link to http://www.perl.org/ >>> >> Hi there!

Re: [Mingw-w64-public] Build problem using a cross compiler to build a w64 native library

2010-05-04 Thread t66...@gmail.com
On 4/05/2010 11:49 PM, Ozkan Sezer wrote: > On Tue, May 4, 2010 at 4:46 PM, t66...@gmail.com wrote: > >> On 4/05/2010 11:17 PM, Ozkan Sezer wrote: >> >>> On Tue, May 4, 2010 at 4:00 PM, t66...@gmail.comwrote: >>> >>> Hello: Currently I am using the mingw-w64 SVN to

Re: [Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-04 Thread kmx
Dne 4.5.2010 16:10, Patrick Galbraith napsal(a): > kmx wrote: >> Hi, >> >> could you please add the following 2 items to the list of Projects >> successfully using MinGW-w64 >> >> 1/ "perl (5.12.0 and later)" with link to http://www.perl.org/ > > Hi there! So, is it pretty easy to build Perl 5.12.0

Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread Dmitrijs Ledkovs
On 4 May 2010 15:25, Wolfgang Glas wrote: > On 2010-05-04 15:48, Dmitrijs Ledkovs wrote: >> On 4 May 2010 13:37, Wolfgang Glas wrote: >>> >>>  Summing up, suach an official mingw-w64-gcc-4.4.4 release would be very >>> benefitial to us, although this might cause some extra hazzles. >>> >> Which l

Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread Dmitrijs Ledkovs
On 4 May 2010 15:25, Wolfgang Glas wrote: > On 2010-05-04 15:48, Dmitrijs Ledkovs wrote: >> On 4 May 2010 13:37, Wolfgang Glas wrote: >>> >>>  Summing up, suach an official mingw-w64-gcc-4.4.4 release would be very >>> benefitial to us, although this might cause some extra hazzles. >>> >> Which l

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread Dmitrijs Ledkovs
On 4 May 2010 15:11, JonY wrote: > On 5/4/2010 21:24, Dmitrijs Ledkovs wrote: >> >> On 4 May 2010 12:57, JonY  wrote: >>> >>> On 5/4/2010 18:58, Dmitrijs Ledkovs wrote: On 4 May 2010 10:40, JonY    wrote: > > On 5/4/2010 17:08, Dmitrijs Ledkovs wrote: >> >> On 4 May 2010

Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread Wolfgang Glas
On 2010-05-04 15:48, Dmitrijs Ledkovs wrote: > On 4 May 2010 13:37, Wolfgang Glas wrote: >> >> Summing up, suach an official mingw-w64-gcc-4.4.4 release would be very >> benefitial to us, although this might cause some extra hazzles. >> > Which languages do you need? I have working debian package

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread JonY
On 5/4/2010 21:24, Dmitrijs Ledkovs wrote: > On 4 May 2010 12:57, JonY wrote: >> On 5/4/2010 18:58, Dmitrijs Ledkovs wrote: >>> >>> On 4 May 2010 10:40, JonYwrote: On 5/4/2010 17:08, Dmitrijs Ledkovs wrote: > > On 4 May 2010 10:03, Ozkan Sezer wrote: >> >> On Tue

Re: [Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-04 Thread Patrick Galbraith
kmx wrote: > Hi, > > could you please add the following 2 items to the list of Projects > successfully using MinGW-w64 > > 1/ "perl (5.12.0 and later)" with link to http://www.perl.org/ Hi there! So, is it pretty easy to build Perl 5.12.0. now with mingw-w64 ? This is great news! I would like t

Re: [Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread Dmitrijs Ledkovs
On 4 May 2010 13:37, Wolfgang Glas wrote: > >  Summing up, suach an official mingw-w64-gcc-4.4.4 release would be very > benefitial to us, although this might cause some extra hazzles. > >  TIA and best regards, > >    Wolfgang > Which languages do you need? I have working debian packages for i68

Re: [Mingw-w64-public] ld: skipping incompatible build/root/mingw/lib/libmingw32.a

2010-05-04 Thread Dmitrijs Ledkovs
On 4 May 2010 13:50, Doug Semler wrote: > On Tue, Apr 27, 2010 at 1:37 AM, Mario Emmenlauer wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> >> Hi Doug, >> >> On 04/26/2010 03:37 PM, Doug Semler wrote: >>> On Mon, Apr 26, 2010 at 6:25 AM, Mario Emmenlauer >>> wrote: > On 04/

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread Dmitrijs Ledkovs
On 4 May 2010 14:31, Ozkan Sezer wrote: > On Tue, May 4, 2010 at 4:27 PM, Ozkan Sezer wrote: >>> By why does this not fail when building native linux compiler? I'm >>> using same patched source as used by the distribution in that field. >>> By inspected the said function I fail to see what's wron

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread Ozkan Sezer
On Tue, May 4, 2010 at 4:27 PM, Ozkan Sezer wrote: >> By why does this not fail when building native linux compiler? I'm >> using same patched source as used by the distribution in that field. >> By inspected the said function I fail to see what's wrong with it. Can >> you explain what's wrong wit

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread Ozkan Sezer
> By why does this not fail when building native linux compiler? I'm > using same patched source as used by the distribution in that field. > By inspected the said function I fail to see what's wrong with it. Can > you explain what's wrong with: > >   static char name [UNLEN + 1]; >   DWORD namelen

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread Dmitrijs Ledkovs
On 4 May 2010 12:57, JonY wrote: > On 5/4/2010 18:58, Dmitrijs Ledkovs wrote: >> >> On 4 May 2010 10:40, JonY  wrote: >>> >>> On 5/4/2010 17:08, Dmitrijs Ledkovs wrote: On 4 May 2010 10:03, Ozkan Sezer    wrote: > > On Tue, May 4, 2010 at 10:53 AM, Dmitrijs Ledkovs >    wrot

Re: [Mingw-w64-public] Build problem using a cross compiler to build a w64 native library

2010-05-04 Thread Ozkan Sezer
On Tue, May 4, 2010 at 4:00 PM, t66...@gmail.com wrote: > Hello: > Currently I am using the mingw-w64 SVN to build recently released GCC > 4.5 4.4 series. > Anyone have have problem with gcc-4.4.4 and 4.5.0 cross compiler with > mingw-w64 trunk CRT and W32API running on Linux ? > > I use these cro

[Mingw-w64-public] Build problem using a cross compiler to build a w64 native library

2010-05-04 Thread t66...@gmail.com
Hello: Currently I am using the mingw-w64 SVN to build recently released GCC 4.5 4.4 series. Anyone have have problem with gcc-4.4.4 and 4.5.0 cross compiler with mingw-w64 trunk CRT and W32API running on Linux ? I use these cross compiler, but it fails at configure mpfr 2.4.2 --host=x86_64-w64

[Mingw-w64-public] mingw-w64 gcc-4.4.4 release?

2010-05-04 Thread Wolfgang Glas
Hi all, We are sucessfully using mingw-w64-gcc-4.4.1, which turned out to be very stable. Additionally we maintain an ubuntu package archive, which contains many ported C and C++ libraries under https://launchpad.net/~clazzes.org/+archive/ppa Most noteworthy we've managed to build Qt-4.5.3 a

Re: [Mingw-w64-public] ld: skipping incompatible build/root/mingw/lib/libmingw32.a

2010-05-04 Thread Doug Semler
On Tue, Apr 27, 2010 at 1:37 AM, Mario Emmenlauer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Hi Doug, > > On 04/26/2010 03:37 PM, Doug Semler wrote: >> On Mon, Apr 26, 2010 at 6:25 AM, Mario Emmenlauer >> wrote: On 04/25/2010 04:48 PM, Kai Tietz wrote: > 2010/4/25 Ma

Re: [Mingw-w64-public] libgcc_s_sjsj-1.dll

2010-05-04 Thread pavel
I have figured this out already. Thanks, Pavel On Tue, 2010-05-04 at 13:26 +0200, pavel wrote: > Hi, > > why the latest release links the programs with the > "libgcc_s_sjsj-1.dll"? Is it possible to avoid that? > > Thanks, Pavel > > > --

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread JonY
On 5/4/2010 18:58, Dmitrijs Ledkovs wrote: > On 4 May 2010 10:40, JonY wrote: >> On 5/4/2010 17:08, Dmitrijs Ledkovs wrote: >>> >>> On 4 May 2010 10:03, Ozkan Sezerwrote: On Tue, May 4, 2010 at 10:53 AM, Dmitrijs Ledkovs wrote: > > On 4 May 2010 07:51, Ozkan Sezer

[Mingw-w64-public] libgcc_s_sjsj-1.dll

2010-05-04 Thread pavel
Hi, why the latest release links the programs with the "libgcc_s_sjsj-1.dll"? Is it possible to avoid that? Thanks, Pavel -- ___ Mingw-w64-public mailing list Mingw-w64-public

Re: [Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-04 Thread JonY
On 5/4/2010 19:01, Dmitrijs Ledkovs wrote: > 2010/5/4 kmx: >> Hi, >> >> could you please add the following 2 items to the list of Projects >> successfully using MinGW-w64 >> >> 1/ "perl (5.12.0 and later)" with link to http://www.perl.org/ >> >> 2/ "strawberry perl (contains bundled mingw-w64 gcc t

Re: [Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-04 Thread Dmitrijs Ledkovs
2010/5/4 kmx : > Hi, > > could you please add the following 2 items to the list of Projects > successfully using MinGW-w64 > > 1/ "perl (5.12.0 and later)" with link to http://www.perl.org/ > > 2/ "strawberry perl (contains bundled mingw-w64 gcc toolchain)" with link to > http://strawberryperl.com/

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread Dmitrijs Ledkovs
On 4 May 2010 10:40, JonY wrote: > On 5/4/2010 17:08, Dmitrijs Ledkovs wrote: >> >> On 4 May 2010 10:03, Ozkan Sezer  wrote: >>> >>> On Tue, May 4, 2010 at 10:53 AM, Dmitrijs Ledkovs >>>  wrote: On 4 May 2010 07:51, Ozkan Sezer  wrote: > > On Tue, May 4, 2010 at 9:44 AM, Dmitrij

[Mingw-w64-public] Adding perl to Projects successfully using MinGW-w64

2010-05-04 Thread kmx
Hi, could you please add the following 2 items to the list of Projects successfully using MinGW-w64 1/ "perl (5.12.0 and later)" with link to http://www.perl.org/ 2/ "strawberry perl (contains bundled mingw-w64 gcc toolchain)" with link to http://strawberryperl.com/ Thanks -- kmx -

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread JonY
On 5/4/2010 17:08, Dmitrijs Ledkovs wrote: > On 4 May 2010 10:03, Ozkan Sezer wrote: >> On Tue, May 4, 2010 at 10:53 AM, Dmitrijs Ledkovs >> wrote: >>> On 4 May 2010 07:51, Ozkan Sezer wrote: On Tue, May 4, 2010 at 9:44 AM, Dmitrijs Ledkovs wrote: > the patch link from documenta

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread Dmitrijs Ledkovs
On 4 May 2010 10:03, Ozkan Sezer wrote: > On Tue, May 4, 2010 at 10:53 AM, Dmitrijs Ledkovs > wrote: >> On 4 May 2010 07:51, Ozkan Sezer wrote: >>> On Tue, May 4, 2010 at 9:44 AM, Dmitrijs Ledkovs >>> wrote: the patch link from documentation doesn't apply from me. neither against

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread Ozkan Sezer
On Tue, May 4, 2010 at 10:53 AM, Dmitrijs Ledkovs wrote: > On 4 May 2010 07:51, Ozkan Sezer wrote: >> On Tue, May 4, 2010 at 9:44 AM, Dmitrijs Ledkovs >> wrote: >>> the patch link from documentation doesn't apply from me. >>> >>> neither against tarball nor against cvs please help. >> >> Is the

Re: [Mingw-w64-public] pthreads

2010-05-04 Thread Dmitrijs Ledkovs
On 4 May 2010 07:51, Ozkan Sezer wrote: > On Tue, May 4, 2010 at 9:44 AM, Dmitrijs Ledkovs > wrote: >> the patch link from documentation doesn't apply from me. >> >> neither against tarball nor against cvs please help. > > Is the patch from here? > http://mingw-w64.svn.sourceforge.net/viewvc/ming