Hi Bruse,

You need to generate cygcheck output using -hrsv options to include package info for us to help you.

You need the library libguile3.0_1 installed - we can not see if that is the case or if there are any issues.

You also need to drop C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin from your PATH, at least in Cygwin, as it looks like it is being injected into make execution to intercept what it is doing, but given that it is a MS JDK hotspot, it is probably intended for some MS JDK make product, not Cygwin's, so it will not work, and could damage something.

Any time you see a list of strange DLLs in any executable's library load list, you are seeing interceptions, and if you are lucky, it is a development product in your PATH, which need to be dropped except when required. and not some malware.

In this case, your Java paths should be added to your IntelliJ IDEA Java development tools setup, or just set in your environment by a script which sets that up for a subshell from which it launches IDEA, so that it is dropped when it exits?

Check the mintty github repo for info about winpty, which has not been updated since Windows added conpty support, which obsoleted it.
I think Cygwin and mintty support for Windows conpty has replaced it :

https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/

https://github.com/mintty/mintty/wiki/Tips#inputoutput-interaction-with-alien-programs

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

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                -- Antoine de Saint-Exupéry


On 2023-05-16 18:27, Bruce Visscher via Cygwin wrote:
Trying to build the winpty package[1], I find that the make program
does not work.  I have tried removing and reinstalling the package to
no avail.

$ uname -a
CYGWIN_NT-10.0-22621 42MF1T3 3.4.6-1.x86_64 2023-02-14 13:23 UTC x86_64 Cygwin
$ make
C:/cygwin64/bin/make.exe: error while loading shared libraries: 
cygguile-3.0-1.dll: cannot open shared object file: No such file or directory
$ cygcheck make
Found: C:\cygwin64\bin\make.exe
C:\cygwin64\bin\make.exe
  C:\cygwin64\bin\cygwin1.dll
    C:\Windows\system32\KERNEL32.dll
      C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-rtlsupport-l1-1-0.dll
      C:\Windows\system32\ntdll.dll
       C:\Windows\system32\KERNELBASE.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-processthreads-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-processthreads-l1-1-1.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-heap-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-memory-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-handle-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-synch-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-synch-l1-2-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-file-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-file-l1-2-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-namedpipe-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-datetime-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-sysinfo-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-timezone-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-localization-l1-2-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-processenvironment-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-string-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-debug-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-errorhandling-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-util-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-profile-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-file-l2-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-console-l1-1-0.dll
       C:\Program 
Files\Microsoft\jdk-11.0.16.101-hotspot\bin\api-ms-win-core-console-l1-2-0.dll
cygcheck: track_down: could not find cygguile-3.0-1.dll

   C:\cygwin64\bin\cygintl-8.dll
     C:\cygwin64\bin\cygiconv-2.dll

Attached cygcheck output with redacted username, etc.

[1] Wasn't winpty once supplied with cygwin at one time?


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

Reply via email to