X-Spam-Check-By: sourceware.org Message-ID: <43E14AEC.F9C9F728@dessent.net> Date: Wed, 01 Feb 2006 15:57:32 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Fatal error C1083.... References: <4239517 DOT 1138813212042 DOT JavaMail DOT cpadmin AT pipeline DOT utdallas DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/