Re: [Mingw-w64-public] libstdc++ built for and by cross-compiler has no symbols

2011-11-22 Thread Wolfgang Glas
Am 23.11.11 05:11, schrieb xunxun: > 于 2011/11/23 5:51, Ruben Van Boxem 写道: >> I'm attempting to make Arch user packages for MinGW-w64, but it seems >> I'm failing miserably. >> >> Although I'm using the exact same (more or less) steps as in my >> Personal build scripts, the cross-compiler's libs

Re: [Mingw-w64-public] Minor infelicity in pow() in 1.0

2011-11-22 Thread Kai Tietz
2011/11/23 Ozkan Sezer : > On Tue, Nov 22, 2011 at 11:30 PM, Prof Brian Ripley > wrote: >> Assuming you are still updating 1.0, this comes from a bug report on >> R built with a toolchain from Sept 2010 (but the bug is still present >> in the 1.0 branch). >> >> Suppose x is what is called in the C

Re: [Mingw-w64-public] Minor infelicity in pow() in 1.0

2011-11-22 Thread Ozkan Sezer
On Tue, Nov 22, 2011 at 11:30 PM, Prof Brian Ripley wrote: > Assuming you are still updating 1.0, this comes from a bug report on > R built with a toolchain from Sept 2010 (but the bug is still present > in the 1.0 branch). > > Suppose x is what is called in the C code MAXNUM, the maximum > normal

Re: [Mingw-w64-public] libstdc++ built for and by cross-compiler has no symbols

2011-11-22 Thread xunxun
于 2011/11/23 5:51, Ruben Van Boxem 写道: > I'm attempting to make Arch user packages for MinGW-w64, but it seems > I'm failing miserably. > > Although I'm using the exact same (more or less) steps as in my > Personal build scripts, the cross-compiler's libstdc++ (and probably > all other runtime l

[Mingw-w64-public] Minor infelicity in pow() in 1.0

2011-11-22 Thread Prof Brian Ripley
Assuming you are still updating 1.0, this comes from a bug report on R built with a toolchain from Sept 2010 (but the bug is still present in the 1.0 branch). Suppose x is what is called in the C code MAXNUM, the maximum normalized double. Then pow(x, y) is computed as INF for 0 < y <= 1, whe

[Mingw-w64-public] libstdc++ built for and by cross-compiler has no symbols

2011-11-22 Thread Ruben Van Boxem
Hi, I'm attempting to make Arch user packages for MinGW-w64, but it seems I'm failing miserably. Although I'm using the exact same (more or less) steps as in my Personal build scripts, the cross-compiler's libstdc++ (and probably all other runtime libs) contain no symbols, which makes linking to