> Code looks ok. I have no objections.
So far so good then. But I do have a question.
In Winnt.h, there is code like this:
#ifdef __CYGWIN__
# if defined(__cplusplus)
extern "C" {
# endif
# include
# if defined(__cplusplus)
}
# endif
#else /* !__CYGWIN__ */
# include
#endif /* __CYGWIN__ */
2013/6/20 koala01
> Hello,
> First, i would like to special thanks to ruben for its effort to provide
> the correct C++11 thread support.
>
> His x86_64-w64-mingw32-gcc-4.8-stdthread-win64_rubenvb personnal build
> has me helped a lot to find the better gcc compilation options.
>
> But this work
Hello,
First, i would like to special thanks to ruben for its effort to provide
the correct C++11 thread support.
His x86_64-w64-mingw32-gcc-4.8-stdthread-win64_rubenvb personnal build
has me helped a lot to find the better gcc compilation options.
But this work has, for me, one significant pro
On Thu, Jun 20, 2013 at 9:11 PM, Earnie Boyd
wrote:
> On Thu, Jun 20, 2013 at 9:06 AM, Dongsheng Song wrote:
>>
>> I want to build gcc 4.8 with isl and cloog, can I put isl and cloog
>> to gcc/branches/gcc-4_8-branch/ like gmp/mpfr/mpc ?
>>
>
> You should be able to determine that by looking at t
2013/6/20 Ruben Van Boxem
> 2013/6/20 Earnie Boyd
>
>> On Thu, Jun 20, 2013 at 9:06 AM, Dongsheng Song wrote:
>> >
>> > I want to build gcc 4.8 with isl and cloog, can I put isl and cloog
>> > to gcc/branches/gcc-4_8-branch/ like gmp/mpfr/mpc ?
>> >
>>
>> You should be able to determine that by
2013/6/20 Earnie Boyd
> On Thu, Jun 20, 2013 at 9:06 AM, Dongsheng Song wrote:
> >
> > I want to build gcc 4.8 with isl and cloog, can I put isl and cloog
> > to gcc/branches/gcc-4_8-branch/ like gmp/mpfr/mpc ?
> >
>
> You should be able to determine that by looking at the top level
> configure
On Thu, Jun 20, 2013 at 9:06 AM, Dongsheng Song wrote:
>
> I want to build gcc 4.8 with isl and cloog, can I put isl and cloog
> to gcc/branches/gcc-4_8-branch/ like gmp/mpfr/mpc ?
>
You should be able to determine that by looking at the top level
configure script. IIRC, it will look for other c
On Thu, Jun 20, 2013 at 7:59 PM, Dongsheng Song
wrote:
> On Thu, Jun 20, 2013 at 7:03 PM, Christer Solskogen
> wrote:
>> Dongsheng Song writes:
>>
>> Looks fine to me. But I wonder why you build gmp, mpc and mpfr seperatly. You
>> can just run the gcc/contrib/download_prerequisites script.
>> Ca
2013/6/17 Geoffroy Couprie :
> Hi,
>
> I am currently working on writing the IDL files for new WinRT interfaces
> (mostly Windows.Storage and Windows.Foundation for now), and there are a few
> things I would need to make it work. Right now, I can comment out the
> problematic argument types and rep
2013/6/19 dw :
> So, having heard nothing back on this topic, I've decided to just try it and
> see how it looks.
Thanks.
> Below are the proposed contents of the new file intrin-impl.h, which gets
> included at the bottom of intrin.h. It's still a little rough, but it
> should be enough to deci
Dongsheng Song writes:
Looks fine to me. But I wonder why you build gmp, mpc and mpfr seperatly. You
can just run the gcc/contrib/download_prerequisites script.
Can you post config.log for the native compiler? I have my own set of scripts
which does almost the same as you and I have no problem
On Thu, Jun 20, 2013 at 2:31 PM, zhangxinghai wrote:
> Hello
> I write a test helloworld program.I want to link it against msvcr100.My
> enviroment is
> os:xp sp3
> mingw64 version:ruben build target win32
> I compile the program as
> gcc -o hello.exe main.cpp -lmsvcr100.
>
> My problem is when I
12 matches
Mail list logo