This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc inst hosed after upgrading to cygwin 1.5.10x


At 09:30 AM 5/28/2004, you wrote:
>Gerrit,
>
>> What was the command you issued to g++?
>
>gcc -c -ansi -DGCC3X -DINLINE=inline -Wall -fomit-frame-pointer -Wno-depreca
>ted \
> -Wunused-macros -Wno-unused-function -DLINUX -mno-cygwin -finline-limit=100
>00 \
> -ffast-math -march=athlon-tbird -g -I./ -I../msc_src -o stuff.o stuff.cpp
>gcc: installation problem, cannot exec `cc1plus': No such file or directory
>make: *** [stuff.o] Error 1
>
>> What reports `cygcheck -c gcc', `cygcheck -c gcc-g++', ...
>
>cygcheck -c gcc:
>Cygwin Package Information
>Package              Version        Status
>gcc                  3.3.1-3        OK
>
>cygcheck -c gcc-g++:
>Cygwin Package Information
>Package              Version        Status
>gcc-g++              3.3.1-3        OK


So you apparently have some path/environment problem.  Curious that your 
previous cygcheck output did not contain a PATH environment variable.  Did 
you edit the output?  In any case, I would remove the extra slash from your 
mount paths (as you suggested yourself in a later message in this thread) and 
look for other local configuration issues.  I checked for the obvious
environment variable issues but given that PATH wasn't provided, I'm
suspicious about the output I had to work with.



--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]