| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_83,SPF_PASS |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <49DC6E50.7010402@gmail.com> |
| Date: | Wed, 08 Apr 2009 10:28:48 +0100 |
| From: | Dave Korn <dave DOT korn DOT cygwin AT googlemail DOT com> |
| User-Agent: | Thunderbird 2.0.0.17 (Windows/20080914) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: no acceptable C compiler found in $PATH' error message on install |
| References: | <4301 DOT 117 DOT 193 DOT 224 DOT 39 DOT 1239128916 DOT squirrel AT mail DOT gdatech DOT co DOT in> |
| In-Reply-To: | <4301.117.193.224.39.1239128916.squirrel@mail.gdatech.co.in> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Note-from-DJ: | This may be spam |
j.jovinbasilroy@ wrote:
> Hi,
>
> I am getting the above message when i run ./configure from the extracted
> gcc-4.3.3 directory. I have attached the cygcheck.out for your reference.
>
> Let me know to get rid of this issue and to install verilog-perl on my cygwin
Hello Jovin! Your system has got itself into a bit of a mess, let's see
what we can do. Here's your first problem:
--------------------cygcheck.out--------------------
948k 2003/03/18 C:\WINDOWS\SYSTEM\cygwin1.dll - os=4.0 img=1.0 sys=4.0
"cygwin1.dll" v0.0 ts=2003/3/18 19:50
Cygwin DLL version info:
DLL version: 1.3.22
DLL epoch: 19
1829k 2008/06/12 D:\Softwares\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
"cygwin1.dll" v0.0 ts=2008/6/12 23:05
Cygwin DLL version info:
DLL version: 1.5.25
Warning: There are multiple cygwin1.dlls on your path
--------------------cygcheck.out--------------------
That's a problem, you can't have two different cygwin dlls at the same time
at all like that. Move the old one out of C:\WINDOWS\SYSTEM into a temporary
directory somewhere so it's not on your PATH but you can still get it back if
some old toolchain you have installed turns out to need it.
Second problem:
--------------------cygcheck.out--------------------
Potential app conflicts:
Logitech Process Monitor service
Detected: HKLM Registry Key, Named file, Named process.
--------------------cygcheck.out--------------------
You need to get rid of this, it breaks Cygwin. It probably came with a
webcam or something, but it's non-essential shovelware. Stop and disable it
in the services control panel (Start->run->"services.msc").
After that, you might need to reinstall gcc. I'd guess those problems
prevented the postinstall scripts from running correctly after you last
updated; can you take a look in your /var/setup.log, towards the end, and see
if there are lots of errors reported running them?
cheers,
DaveK
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |