Re: problem with make 4.4.1-2 or gcc-fortran 11.4.0-1

2024-04-19 Thread René Berber via Cygwin
On 4/19/2024 2:59 PM, Arnab Paul via Cygwin wrote: Hello, I am trying to install a software which requires the libraries gcc-fortran, make, libarpack-devel, liblapack-devel, libnetcdf-fortran-devel, git. As I did and ran the commands given below, git clone https://github.com/Aida-Alvera/DINEOF

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-01-31 Thread René Berber via Cygwin
On 1/31/2024 7:40 AM, David Allsopp via Cygwin wrote: Starting with this very trivial C program: #include #include int main(void) { printf("Zstandard v%d\n", ZSTD_versionNumber()); } and compiling with x86_64-w64-mingw32-gcc -o test.exe test.c -lzstd when I then run ./test.exe, I get

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-29 Thread René Berber via Cygwin
On 11/29/2023 3:13 PM, Jose Isaias Cabrera via Cygwin wrote: [snip] --- Process 23800 loaded C:\Program Files (x86)\Citrix\ICA Client\epclient64.dll at 7ffe0007 [snip] Try getting rid of Citrix. Its the only significant difference I see with my working ssh trace (and all the other

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-24 Thread René Berber via Cygwin
On 11/24/2023 5:31 AM, Matthias--- via Cygwin wrote: [snip] * Answered "no" to use StrictMode OK, this makes the .ssh directory have the wrong permissions. $ ls -alh $HOME/.ssh total 4.0K drwxr-xr-x 1 meyer Kein 0 Nov 24 12:11 . drwxr-xr-x 1 meyer Kein 0 Nov 24 12:11 ..

Re: inkscape installed but does nothing.

2023-11-23 Thread René Berber via Cygwin
On 11/22/2023 10:27 PM, J.F. Huesman via Cygwin wrote: (I tried to reply to this message twice and got mailer-daemon failure notices both times. My apologies if this is a duplicate message.) Yes, they are installed. which xwin xinit/usr/bin/xwin/usr/bin/xinit When I try to run inkscape, I

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-23 Thread René Berber via Cygwin
On 11/23/2023 2:15 AM, Matthias--- via Cygwin wrote: [snip] It create $HOME/.ssh with an empty authorized_keys and no keys: $ ls -alh $HOME/.ssh total 4.0K drwxr-xr-x 1 meyer Kein 0 Nov 23 09:06 . drwxr-xr-x 1 meyer Kein 0 Nov 23 09:06 .. -rw-r--r-- 1 meyer Kein 0 Nov 23 09:06 authorized_keys

Re: inkscape installed but does nothing

2023-11-21 Thread René Berber via Cygwin
On 11/21/2023 10:23 PM, J.F. Huesman via Cygwin wrote: I installed inkscape 0.92.3-1 using the cygwin update program.Calling inkscape does nothing. [snip] All graphical apps use CygwinX (or any X Windows). -- RB -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: rand is not ISO C compliant in Cygwin

2023-11-11 Thread René Berber via Cygwin
On 11/11/2023 10:50 AM, Allen, Norton T. via Cygwin wrote: [snip] The srand function is not required to avoid data races with other     calls to pseudo-random sequence generation functions. ..." That is not the same as "... required never to avoid data races ...". "not required" means the

Re: mintty mouse behavior with vim

2023-05-11 Thread René Berber via Cygwin
On 5/11/2023 8:16 PM, Duncan Roe via Cygwin wrote: You expect too much of ssh. ssh is a text utility, not an X one. The remote vim never sees your mouse actions: it's mintty that performs select / paste. Are you sure? man ssh: " -X Enables X11 forwarding. This can also be

Re: exe in path directory, "command not found"

2023-03-14 Thread René Berber via Cygwin
On 3/14/2023 9:00 PM, WyntrHeart via Cygwin wrote: I've added /cygdrive/c/program\ files/notepad++ Notepad is not there. In addition to what Elliot said you need the correct path. The executable is at: /cygdrive/c/Program Files/Notepad++/notepad++ So the path is all that except the .exe

Re: Unable to start Cygwin64 terminal after password change

2021-08-01 Thread René Berber via Cygwin
On 8/1/2021 11:57 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: [snip] BTW, $USER is not defined in the bash environment (not sure if it should be) Quoting man bash: "When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it

Re: libtool with mingw hangs building openocd in func_convert_core_msys_to_w32

2021-06-28 Thread René Berber via Cygwin
On 6/28/2021 8:56 AM, Dietmar May via Cygwin wrote: Thanks for submitting the bug report. I can now see what may be a duplicate report under: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10949 responding that //c is deliberate so MSYS does not convert a posix path, so in the Cygwin Mingw

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread René Berber via Cygwin
On 4/13/2021 1:56 PM, Arthur Norman via Cygwin wrote: René Berber wrote At one time it was recommended to disable a Cygwin feature, something like this: alias cgdb="env CYGWIN=disable_pcon cgdb" Not sure if this is still necesary. Thank you for the reminder about that. I had forgotten -

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread René Berber via Cygwin
On 4/13/2021 9:05 AM, Arthur Norman via Cygwin wrote: With the latest cygwin if I go "gcc -O0 -g hello.c -o hello" then "cgdb ./hello", break main, run then cgdb exits abruptly without sign on actually starting my code. If I use just gdb not cgdb all is OK. If I try "gcd -tui hello" I can

Re: Questions on how to upgrade Apache

2021-04-08 Thread René Berber via Cygwin
On 4/8/2021 10:49 AM, Andy Romens via Cygwin wrote: > Is there something else Cygwin provides that I should use instead of > Apache? Sorry for the elementary questions, I’m still quite new to > this :) nginx is an alternative (NGINX Open Source. The open source web server). Cygwin is at

Re: Sv: g++ and c++17 filesystem

2020-11-18 Thread René Berber via Cygwin
On 11/18/2020 3:00 AM, Kristian Ivarsson via Cygwin wrote: On 11/17/2020 9:15 AM, Kristian Ivarsson via Cygwin wrote: The filesystem-library as a part of C++17 seems to have some defects and flaws in the cygwin-package and pretty much every lexical- and canonical operation works in mysterious

Re: g++ and c++17 filesystem

2020-11-17 Thread René Berber via Cygwin
On 11/17/2020 9:15 AM, Kristian Ivarsson via Cygwin wrote: The filesystem-library as a part of C++17 seems to have some defects and flaws in the cygwin-package and pretty much every lexical- and canonical operation works in mysterious ways (or not at all) [snip]

Re: Fwd: Switching to posix with no acl

2020-11-14 Thread René Berber via Cygwin
On 11/14/2020 12:37 PM, Jim McNamara via Cygwin wrote: Since there are no adduser or addgroup, I guess I'd create those files manually off /etc. I think the recommended way is using the mkpasswd command. Actually the recommended procedure is not to use anything. Just run that command and

Fwd: RE: I have a problem with some applications in Cygwin

2020-10-23 Thread René Berber via Cygwin
Redirecting to the list... Forwarded Message Subject: RE: I have a problem with some applications in Cygwin Date: Fri, 23 Oct 2020 09:29:49 + From: Eirik Nordbrøden To: René Berber -Original Message- From: Cygwin On Behalf Of René Berber via Cygwin Sent

Re: I have a problem with some applications in Cygwin

2020-10-22 Thread René Berber via Cygwin
On 10/22/2020 9:15 AM, Eirik Nordbrøden via Cygwin wrote: I have been using for many years and have not really had any major problems, but now I have run into a problem with some of the applications in Cygwin that I have been struggling with for some time without being able to solve it.

Re: Is it possible to vnc into a linux guest?

2020-09-23 Thread René Berber via Cygwin
On 9/23/2020 1:07 PM, Jim McNamara via Cygwin wrote: I tried to use tigervnc to connect to a linux virtualbox guest from cygwin. Those 3 things are independent, i.e. there's no VNC in Cygwin (OK there is, but you don't need it... and installing an X server just for that is overkill), and

Re: rsync.exe: error while loading shared libraries: cyglz4-1.dll

2020-09-06 Thread René Berber via Cygwin
On 9/6/2020 3:43 PM, Ulli Horlacher wrote: I have installed cygwin with cygwin-portable-installer (recommendation from this mailing-list). Everything seems fine, but when I run rsync I get: W10dev:~: rsync -h C:/Users/admin/cygwin/bin/rsync.exe: error while loading shared libraries:

Re: Assistance with 'split -l' command

2020-08-11 Thread René Berber via Cygwin
On 8/11/2020 6:57 PM, Gary Vaughan via Cygwin wrote: I am working with csv files and when I perform the split -l, it splits the fioe correctly, but is putting the 'aa','ab','ac' after the file extension. Would love to know how to get it after the file name before the file extension. as an

Re: ssh not working for past few months?

2020-07-18 Thread René Berber via Cygwin
On 7/18/2020 6:29 PM, Lester Ingber via Cygwin wrote: Is anyone else having problems with ssh -- a most basic tool? No. It is working as expected. $ cygcheck -c openssh Cygwin Package Information Package VersionStatus openssh 8.3p1-1OK $ ssh -p

Re: 640bit HDF5 1.10.6: where are the libraries stored?

2020-05-16 Thread René Berber via Cygwin
On 5/16/2020 8:37 PM, Dennis Heimbigner via Cygwin wrote: Cygwin 64-bit. WIndows 10 Download hdf5 package. Search for the libraries:     cd /usr     find . -name '*hdf5*' Nothing is found. Where is it being installed? You can look for yourself what is being installed and where:

Re: Trying to build OCRmyPDF under Cygwin, hit a brick wall

2020-05-14 Thread René Berber via Cygwin
On 5/14/2020 5:50 PM, Jim Garrison via Cygwin wrote: The magic incantation necessary to get strdup turns out to be - D_GNU_SOURCE, as noted on StackOverflow. However, now I'm encountering a problem with Python's DLL handling code. When attempting to run OCRmyPDF I get [snip] line 18, in

Re: Can I find where cygwin is installed (for automation purposes)

2020-04-15 Thread René Berber via Cygwin
On 4/15/2020 1:39 PM, Paul Moore via Cygwin wrote: https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats Look for "DOS device paths" Thanks. That's \\?\C:\... and what I'm seeing is \??\C:\... Is that just a typo/bug? That's the discrepancy that was confusing me :-( A bug.

Re: Can I find where cygwin is installed (for automation purposes)

2020-04-15 Thread René Berber via Cygwin
On 4/15/2020 1:10 PM, Paul Moore via Cygwin wrote: [snip] Thanks. Can you explain what the \?? prefix on the Installations values is about? I'm nervous that there's something going on there that means that just ignoring the first 3 characters isn't sufficient... ;-)