Re: [Mingw-w64-public] Cannot #include

2008-05-17 Thread NightStrike
On 5/18/08, Sisyphus <[EMAIL PROTECTED]> wrote: > Hi, > > C:\>type try.c > #include > > int main(void) { >return 1; > } > > C:\>gcc -o try.exe try.c Do this: gcc -o try.exe try.c -v (ie, add -v to your compile command) Post the output of that. -

[Mingw-w64-public] Cannot #include

2008-05-17 Thread Sisyphus
Hi, C:\>type try.c #include int main(void) { return 1; } C:\>gcc -o try.exe try.c In file included from C:\_64\mingw64\x86_64-pc-mingw32\include/xmmintrin.h:44, from C:\_64\mingw64\x86_64-pc-mingw32\include/emmintrin.h:43, from C:\_64\mingw64\x86_64-pc-ming

Re: [Mingw-w64-public] Several GCC issues

2008-05-17 Thread NightStrike
On 5/14/08, Grant Pedersen <[EMAIL PROTECTED]> wrote: > I'm using mingw-w64 (i686 20080420) for the first time and have noticed some > differences in its behaviour compared to MinGW. If anyone can help me with > the following issues it would be greatly appreciated! Sure, np. Welcome! > 1. The f