Elin Aronsen wrote: > I did install the smallest number of compilers: gcc: C, C++. Then it > asked for gcc core said to be dependent and gcc mingware core and g++ > mingware. This was the minimum it would let me install. I get the same > message when doing ./configure from cygwin.bat and it still says > i686-pc-system. I also have the same errors for make install prefix=. > What can be wrong ? I deleted the entire cygwin and also deleted cygnus > solutions from the registry. Then I installed the new version, see > attached cygcheck.
Errors like "C1083" are not from gcc, so whatever compiler you're using is not gcc. It could be a path problem, but who knows -- we'd need more information from you in order to tell what's going on. If you're trying to compile a package with a configure script then it probably requires gcc and not whatever you're trying to use. It is normal when using autoconf scripts under Cygwin for the host to be detected as "i686-pc-cygwin", regardless of the actual CPU type. That is not an error, that's just the designated host triplet for Cygwin. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/