As figured out in other answers to this thread, the problem was related to cc (for use in MSYS shell) unintentionally running instead of gcc. However, what you say is basically correct, and thanks for the help.
On 11/2/2015 3:34 PM, David Marceau wrote: > There are two different msys shells: 32-bit and 64-bit. > > Invoke the 32-bit shell to have the entire development environment > including the correct 32-bit header directories configured for you. > > Invoke the 64-bit shell to have the entire development environment > including the correct 64-bit header directories configured for you. > > > On 11/02/2015 12:31 AM, Daniel Goldman wrote: >> What's the difference between the following two directories? >> >> $ ls /opt/i686-w64-mingw32/include/ | wc >> 1351 1351 14418 >> $ ls /mingw32/i686-w64-mingw32/include | wc >> 1487 1487 16404 >> >> Which should I use for compiling a 32 bit windows application? >> >> Thanks, >> Daniel >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Msys2-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/msys2-users >> > > > ------------------------------------------------------------------------------ > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users > ------------------------------------------------------------------------------ _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
