public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* missing file cyggc-1.dll
@ 2018-01-27 20:16 U-BLASTER-6000\mtdew
  2018-01-27 20:47 ` Brian Inglis
  0 siblings, 1 reply; 4+ messages in thread
From: U-BLASTER-6000\mtdew @ 2018-01-27 20:16 UTC (permalink / raw)
  To: cygwin


Hi all-

I ran into a small problem (for the gurus).

I ran configure and the make. Make got hung with the following error.

$ cygcheck /usr/bin/make.exe
C:\cygwin64\bin\make.exe
  C:\cygwin64\bin\cygwin1.dll
    C:\WINDOWS\system32\KERNEL32.dll
      C:\WINDOWS\system32\ntdll.dll
      C:\WINDOWS\system32\KERNELBASE.dll
  C:\cygwin64\bin\cygguile-2.0-22.dll
    C:\cygwin64\bin\cygcrypt-0.dll
    C:\cygwin64\bin\cygffi-6.dll
    C:\cygwin64\bin\cyggmp-10.dll
    C:\cygwin64\bin\cygiconv-2.dll
    C:\cygwin64\bin\cygintl-8.dll
    C:\cygwin64\bin\cygunistring-2.dll
    C:\cygwin64\bin\cyggcc_s-seh-1.dll
    C:\cygwin64\bin\cygltdl-7.dll
cygcheck: track_down: could not find cyggc-1.dll

It appears that I have this installed in the package libgc-1 and
libgc-devel. I am not sure why make cannot see this file. Is there a way
so that I can trick it to find that library file?
thx. - J. McNamara

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: missing file cyggc-1.dll
  2018-01-27 20:16 missing file cyggc-1.dll U-BLASTER-6000\mtdew
@ 2018-01-27 20:47 ` Brian Inglis
  2018-01-28  8:20   ` Marco Atzeri
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Inglis @ 2018-01-27 20:47 UTC (permalink / raw)
  To: cygwin

On 2018-01-27 13:16, U-BLASTER-6000\mtdew wrote:
> I ran into a small problem (for the gurus).
> I ran configure and the make. Make got hung with the following error.
> $ cygcheck /usr/bin/make.exe
> C:\cygwin64\bin\make.exe
>   C:\cygwin64\bin\cygwin1.dll
>     C:\WINDOWS\system32\KERNEL32.dll
>       C:\WINDOWS\system32\ntdll.dll
>       C:\WINDOWS\system32\KERNELBASE.dll
>   C:\cygwin64\bin\cygguile-2.0-22.dll
>     C:\cygwin64\bin\cygcrypt-0.dll
>     C:\cygwin64\bin\cygffi-6.dll
>     C:\cygwin64\bin\cyggmp-10.dll
>     C:\cygwin64\bin\cygiconv-2.dll
>     C:\cygwin64\bin\cygintl-8.dll
>     C:\cygwin64\bin\cygunistring-2.dll
>     C:\cygwin64\bin\cyggcc_s-seh-1.dll
>     C:\cygwin64\bin\cygltdl-7.dll
> cygcheck: track_down: could not find cyggc-1.dll
> It appears that I have this installed in the package libgc-1 and
> libgc-devel. I am not sure why make cannot see this file. Is there a way
> so that I can trick it to find that library file?

Check that /bin/cyggc-1.dll exists, its permissions are a+rx, and chmod those
permissions if not, or reinstall package libgc-devel.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: missing file cyggc-1.dll
  2018-01-27 20:47 ` Brian Inglis
@ 2018-01-28  8:20   ` Marco Atzeri
  2018-01-28 14:20     ` Brian Inglis
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Atzeri @ 2018-01-28  8:20 UTC (permalink / raw)
  To: cygwin

On 27/01/2018 21:46, Brian Inglis wrote:
> On 2018-01-27 13:16, U-BLASTER-6000\mtdew wrote:
>> I ran into a small problem (for the gurus).
>> I ran configure and the make. Make got hung with the following error.
>> $ cygcheck /usr/bin/make.exe
...
>> cygcheck: track_down: could not find cyggc-1.dll
>> It appears that I have this installed in the package libgc-1 and
>> libgc-devel. I am not sure why make cannot see this file. Is there a way
>> so that I can trick it to find that library file?
> 
> Check that /bin/cyggc-1.dll exists, its permissions are a+rx, and chmod those
> permissions if not, or reinstall package libgc-devel.

Ehm, libgc-devel does not contain it.

So reinstall libgc1.

see content on
https://cygwin.com/packages/x86_64/libgc1/libgc1-7.6.0-2

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: missing file cyggc-1.dll
  2018-01-28  8:20   ` Marco Atzeri
@ 2018-01-28 14:20     ` Brian Inglis
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Inglis @ 2018-01-28 14:20 UTC (permalink / raw)
  To: cygwin

On 2018-01-28 01:20, Marco Atzeri wrote:
> On 27/01/2018 21:46, Brian Inglis wrote:
>> On 2018-01-27 13:16, U-BLASTER-6000\mtdew wrote:
>>> I ran into a small problem (for the gurus).
>>> I ran configure and the make. Make got hung with the following error.
>>> $ cygcheck /usr/bin/make.exe
> ...
>>> cygcheck: track_down: could not find cyggc-1.dll
>>> It appears that I have this installed in the package libgc-1 and
>>> libgc-devel. I am not sure why make cannot see this file. Is there a way
>>> so that I can trick it to find that library file?
>>
>> Check that /bin/cyggc-1.dll exists, its permissions are a+rx, and chmod those
>> permissions if not, or reinstall package libgc-devel.
> 
> Ehm, libgc-devel does not contain it.
> 
> So reinstall libgc1.
> 
> see content on
> https://cygwin.com/packages/x86_64/libgc1/libgc1-7.6.0-2

Thinking install not reinstall - so as above - or both in case anything else is
missing. Can also run cygcheck -svr > cygcheck.out to check everything.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-28 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-27 20:16 missing file cyggc-1.dll U-BLASTER-6000\mtdew
2018-01-27 20:47 ` Brian Inglis
2018-01-28  8:20   ` Marco Atzeri
2018-01-28 14:20     ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).