This is the mail archive of the cygwin-apps 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: No cc command.


On Apr 20 20:41, Erwin Waterlander wrote:
> Op 20-4-2013 10:21, Erwin Waterlander schreef:
> >
> >Hi,
> >
> >Today I installed cygwin64 and had no problems. I only noticed
> >that after I installed gcc-g++ 4.8.0 there was no 'cc' command
> >available.
> >
> >
> 
> I have in a Makefile:
> 
> CC ?= gcc
> 
> And this leads to an error:
> make: cc: Command not found.
> 
> 
> So when CC is by default set to "cc" on Cygwin64 there should be a
> "cc" command (like on Cygwin32).

Yes, known problem.  cc is only missing for the time being.  So far it
was created by alternatives (to support gcc-3 vs. gcc-4 on 32 bit), but
in future I guess we should simply create cc as symlink to gcc right in
the gcc-core package.  Just create the symlink manually for now.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat


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