Re: [Mingw-w64-public] Include paths, float.h

2010-03-22 Thread Mook
On Sun, Mar 21, 2010 at 4:22 PM, NightStrike wrote: > On Sun, Mar 21, 2010 at 5:20 PM, Ozkan Sezer wrote: >> For some reason yet unknown to me, the gcc-provided headers >> have priority over the system provided headers and float.h is >> especially problematic: Not installing or deleting it is the

Re: [Mingw-w64-public] (ups prior wrong list): Patch for binutils to support --(no-)leading-underscore in ld for x64/x86

2010-03-22 Thread Doug Semler
On Mon, Mar 22, 2010 at 3:11 PM, Kai Tietz wrote: > 2010/3/22 Doug Semler : >> On Mon, Mar 22, 2010 at 12:08 PM, Doug Semler wrote: >>> On Mon, Mar 22, 2010 at 11:32 AM, Kai Tietz wrote: > >> Caveats that I see (not really on the binutils side but still there >> nonetheless): >>  1) When using a

Re: [Mingw-w64-public] Question about the undercore in svn

2010-03-22 Thread Doug Semler
On Mon, Mar 22, 2010 at 3:39 PM, Kai Tietz wrote: > 2010/3/22 Doug Semler : >> On Sun, Mar 21, 2010 at 8:31 PM, NightStrike wrote: >>> On Sun, Mar 21, 2010 at 7:24 PM, Doug Semler wrote: > > Well, in fact is this entry-point a no issue. By a recent patch, ld is > able to select the proper entry

Re: [Mingw-w64-public] Question about the undercore in svn

2010-03-22 Thread Kai Tietz
2010/3/22 Doug Semler : > On Sun, Mar 21, 2010 at 8:31 PM, NightStrike wrote: >> On Sun, Mar 21, 2010 at 7:24 PM, Doug Semler wrote: >>> On Sun, 21 Mar 2010 18:37:12 NightStrike wrote: On Sun, Mar 21, 2010 at 2:10 PM, Doug Semler wrote: > Yeah, I kinda decided to give up on multilib wi

Re: [Mingw-w64-public] Question about the undercore in svn

2010-03-22 Thread NightStrike
On Mon, Mar 22, 2010 at 3:22 PM, Doug Semler wrote: > On Sun, Mar 21, 2010 at 8:31 PM, NightStrike wrote: >> On Sun, Mar 21, 2010 at 7:24 PM, Doug Semler wrote: >>> On Sun, 21 Mar 2010 18:37:12 NightStrike wrote: On Sun, Mar 21, 2010 at 2:10 PM, Doug Semler wrote: > Yeah, I kinda deci

Re: [Mingw-w64-public] Question about the undercore in svn

2010-03-22 Thread Doug Semler
On Sun, Mar 21, 2010 at 8:31 PM, NightStrike wrote: > On Sun, Mar 21, 2010 at 7:24 PM, Doug Semler wrote: >> On Sun, 21 Mar 2010 18:37:12 NightStrike wrote: >>> On Sun, Mar 21, 2010 at 2:10 PM, Doug Semler wrote: >>> > Yeah, I kinda decided to give up on multilib with gcc 4.5 right now.  The >>>

Re: [Mingw-w64-public] (ups prior wrong list): Patch for binutils to support --(no-)leading-underscore in ld for x64/x86

2010-03-22 Thread Kai Tietz
2010/3/22 Doug Semler : > On Mon, Mar 22, 2010 at 12:08 PM, Doug Semler wrote: >> On Mon, Mar 22, 2010 at 11:32 AM, Kai Tietz wrote: >>> Hello, >>> >>> I prepared a patch which supports underscoring option for ld for >>> x64/x86 pe-coff targets. I post it first here, so that possibly Doug >>> cou

Re: [Mingw-w64-public] (ups prior wrong list): Patch for binutils to support --(no-)leading-underscore in ld for x64/x86

2010-03-22 Thread Doug Semler
On Mon, Mar 22, 2010 at 12:08 PM, Doug Semler wrote: > On Mon, Mar 22, 2010 at 11:32 AM, Kai Tietz wrote: >> Hello, >> >> I prepared a patch which supports underscoring option for ld for >> x64/x86 pe-coff targets. I post it first here, so that possibly Doug >> could comment on it. >> >> I have t

Re: [Mingw-w64-public] (ups prior wrong list): Patch for binutils to support --(no-)leading-underscore in ld for x64/x86

2010-03-22 Thread Doug Semler
On Mon, Mar 22, 2010 at 11:32 AM, Kai Tietz wrote: > Hello, > > I prepared a patch which supports underscoring option for ld for > x64/x86 pe-coff targets. I post it first here, so that possibly Doug > could comment on it. > > I have to add for it some additional test-cases in testsuite before > p

Re: [Mingw-w64-public] Include paths, float.h

2010-03-22 Thread Dave Camarillo
Thanks Ozkan, that did the trick... the linear algebra libs now compile and work as expected... thanks, -dave On Sun, Mar 21, 2010 at 2:20 PM, Ozkan Sezer wrote: > On Sun, Mar 21, 2010 at 10:42 PM, Dave Camarillo > wrote: > > Hello, I'm having a little trouble with the include paths used by >

[Mingw-w64-public] (ups prior wrong list): Patch for binutils to support --(no-)leading-underscore in ld for x64/x86

2010-03-22 Thread Kai Tietz
Hello, I prepared a patch which supports underscoring option for ld for x64/x86 pe-coff targets. I post it first here, so that possibly Doug could comment on it. I have to add for it some additional test-cases in testsuite before posting it upstream. Kai -- |  (\_/) This is Bunny. Copy and past

Re: [Mingw-w64-public] Include paths, float.h

2010-03-22 Thread Kai Tietz
2010/3/22 Doug Semler : > On Sun, Mar 21, 2010 at 8:51 PM, NightStrike wrote: >> On Sun, Mar 21, 2010 at 7:41 PM, Doug Semler wrote: >>> On Sun, 21 Mar 2010 19:22:48 NightStrike wrote: On Sun, Mar 21, 2010 at 5:20 PM, Ozkan Sezer wrote: > For some reason yet unknown to me, the gcc-prov

Re: [Mingw-w64-public] Include paths, float.h

2010-03-22 Thread Doug Semler
On Sun, Mar 21, 2010 at 8:51 PM, NightStrike wrote: > On Sun, Mar 21, 2010 at 7:41 PM, Doug Semler wrote: >> On Sun, 21 Mar 2010 19:22:48 NightStrike wrote: >>> On Sun, Mar 21, 2010 at 5:20 PM, Ozkan Sezer wrote: >>> > For some reason yet unknown to me, the gcc-provided headers >>> > have priori

Re: [Mingw-w64-public] You could add R to your list

2010-03-22 Thread JonY
On 3/22/2010 16:51, Prof Brian Ripley wrote: > Suggestion for the list at > http://mingw-w64.sourceforge.net/ > > name = The R Project for Statistical Computing > url = http://www.r-project.org > > The next release (2.11.0, release process starting now) will have > pre-built binaries using mingw-w6

[Mingw-w64-public] You could add R to your list

2010-03-22 Thread Prof Brian Ripley
Suggestion for the list at http://mingw-w64.sourceforge.net/ name = The R Project for Statistical Computing url = http://www.r-project.org The next release (2.11.0, release process starting now) will have pre-built binaries using mingw-w64. Thanks for Kai Tietz for sustained help (this port was

Re: [Mingw-w64-public] Include paths, float.h

2010-03-22 Thread Ozkan Sezer
On Mon, Mar 22, 2010 at 2:51 AM, NightStrike wrote: > On Sun, Mar 21, 2010 at 7:41 PM, Doug Semler wrote: >> On Sun, 21 Mar 2010 19:22:48 NightStrike wrote: >>> On Sun, Mar 21, 2010 at 5:20 PM, Ozkan Sezer wrote: >>> > For some reason yet unknown to me, the gcc-provided headers >>> > have priori