Re: [Mingw-w64-public] rubenvb-4.7.1-2-release: ld.exe crashes on XP

2012-09-19 Thread Luis Lavena
On Sun, Sep 16, 2012 at 7:57 PM, Luis Lavena wrote:
> Hello,
>
> When attempting to compile Ruby source (trunk) against above mentioned
> version, it resulted in a crash for ld.exe.
>
> One of the RubyInstaller co-developers (and also Ruby committer) found
> that --out-implib strangely could be the reason.
>
> The thread where this is discussed is here:
>
> https://groups.google.com/d/msg/rubyinstaller/nWadNZEBR9k/hzjWB5V0Ur8J
>
> The version of Windows provided by XP mode is 5.1.2600
> (2600.xpsp_sp3_gdr.120504-1619 : Service Pack 3)
>

Hello again,

Hiroshi (who spotted this issue) was able to reproduce it using latest
binutils, the same ones used by Ruben's build.

More details including a backtrace here:

https://gist.github.com/3748627

Thank you.
-- 
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] rubenvb-4.7.1-2-release: ld.exe crashes on XP

2012-09-19 Thread niXman
2012/9/19 Luis Lavena:
> Hiroshi (who spotted this issue) was able to reproduce it using latest
> binutils, the same ones used by Ruben's build.
>
> More details including a backtrace here:
>
> https://gist.github.com/3748627
>
> Thank you.

When using MinGW-builds an error occurs?



-- 
Regards,
niXman
___
Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows:
http://sourceforge.net/projects/mingwbuilds/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] Any luck creating a native multilib capable gcc?

2012-09-19 Thread Christer Solskogen
Anyone? Ruben?

-- 
chs


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Any luck creating a native multilib capable gcc?

2012-09-19 Thread Ruben Van Boxem
2012/9/19 Christer Solskogen 

> Anyone? Ruben?
>

TDM has multilib GCC, and so does nixman (mingw-builds) if I am not
mistaken. Check them out. Note TDM is completely incompatible with vanilla
GCC due to the patches applied. His latest update does provide an updated
mingw-w64, although I am unsure if it's trunk or v2 or v1. I personally am
not interested in multilib and won't build them until a proper solution for
the runtime DLL installation conflicts is implemented.

Ruben


> --
> chs
>
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] rubenvb-4.7.1-2-release: ld.exe crashes on XP

2012-09-19 Thread Hiroshi Shirosaki
On Wed, Sep 19, 2012 at 11:51 PM, niXman  wrote:
> 2012/9/19 Luis Lavena:
>> Hiroshi (who spotted this issue) was able to reproduce it using latest
>> binutils, the same ones used by Ruben's build.
>>
>> More details including a backtrace here:
>>
>> https://gist.github.com/3748627
>>
>> Thank you.
>
> When using MinGW-builds an error occurs?
>

No, it doesn't. Tested it with the following version.

i686-mingw-w64-gcc-4.7.1-release-c,c++,fortran-sjlj-rev3.7z

-- 
Hiroshi Shirosaki

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] rubenvb-4.7.1-2-release: ld.exe crashes on XP

2012-09-19 Thread niXman
2012/9/20 Hiroshi Shirosaki:
> No, it doesn't. Tested it with the following version.
>
> i686-mingw-w64-gcc-4.7.1-release-c,c++,fortran-sjlj-rev3.7z

Thank you for confirmation!


-- 
Regards,
niXman
___
Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows:
http://sourceforge.net/projects/mingwbuilds/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Any luck creating a native multilib capable gcc?

2012-09-19 Thread John E. / TDM
On 9/19/2012 2:04 PM, Ruben Van Boxem wrote:
> TDM has multilib GCC, and so does nixman (mingw-builds) if I am not 
> mistaken. Check them out. Note TDM is completely incompatible with 
> vanilla GCC due to the patches applied.

This is mostly correct -- I do like to think of TDM-GCC as a bit more of 
a different breed of compiler, and recommend one take the same 
precautions when mixing TDM-GCC DLLs with other compilers' that one 
would take when mixing MSVC with GCC. Nevertheless, TDM-GCC is still 
based on GCC and anyone who has used another GCC distribution should be 
able to use TDM-GCC without significant changes.

> His latest update does provide an updated mingw-w64, although I am 
> unsure if it's trunk or v2 or v1.

Trunk, rev 5385.

> I personally am not interested in multilib and won't build them until 
> a proper solution for the runtime DLL installation conflicts is 
> implemented.

For the benefit of the original poster -- TDM-GCC solves this by giving 
the 64-bit runtime DLLs different names, a measure which has not been 
adopted upstream, though I feel it should be.

If all the jargon hasn't scared you off yet, Christer, TDM-GCC may meet 
your needs for a native bi-arch (my preferred terminology over multilib) 
toolchain, and you can check it out at .

Cheers,
John E. / TDM

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] rubenvb-4.7.1-2-release: ld.exe crashes on XP

2012-09-19 Thread Hiroshi Shirosaki
On Wed, Sep 19, 2012 at 11:45 PM, Luis Lavena  wrote:
> On Sun, Sep 16, 2012 at 7:57 PM, Luis Lavena wrote:
>> Hello,
>>
>> When attempting to compile Ruby source (trunk) against above mentioned
>> version, it resulted in a crash for ld.exe.
>>
>> One of the RubyInstaller co-developers (and also Ruby committer) found
>> that --out-implib strangely could be the reason.
>>
>> The thread where this is discussed is here:
>>
>> https://groups.google.com/d/msg/rubyinstaller/nWadNZEBR9k/hzjWB5V0Ur8J
>>
>> The version of Windows provided by XP mode is 5.1.2600
>> (2600.xpsp_sp3_gdr.120504-1619 : Service Pack 3)
>>
>
> Hello again,
>
> Hiroshi (who spotted this issue) was able to reproduce it using latest
> binutils, the same ones used by Ruben's build.
>
> More details including a backtrace here:
>
> https://gist.github.com/3748627
>

Hi,

ld of binutils 2.23.51.20120816 crashed.

But with latest source of binutils, this issue seems to be solved.
Build has succeeded with the following version.

sh-3.1$ ld -V
GNU ld (rubenvb-4.7.1) 2.23.51.20120919
  Supported emulations:
   i386pe

This revision.
https://www.studentrobotics.org/cgit/mirrors/binutils.git/commit/?id=82c5587db078581cfe94a4385ed99de1d1fa6657

-- 
Hiroshi Shirosaki

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public