On 24.04.2015 3:00, LRN wrote:
> We have the prototype in the header (guarded as Vista-or-later), but no stub
> in
> the import library. I don't know how to fix that (.def files for implibs seem
> to be special somehow).
>
> https://msdn.microsoft.com/en-us/library/windows/desktop/ms649033%28v=vs
Hey folks,
I was wondering has anybody tried building GCC 5.1 with the new JIT
language support.
I tried and it failed, but I'm admittedly a noob in buiding GCC on Windows.
Are there instructions using MingW-w64?
I've downloaded everything, but I keep getting make errors like
(libiberty.a is ne
2015-04-23 23:07 GMT+02:00 James Franco :
> Are there any known issues of cc1plus.exe crashing with shift-jis.
> Apparent I have a code base that uses shift-jis (japanese) encoding in
> some source files and cc1plus.exe was crashing. After converting the
> encoding to ascii cc1plus is not crashin