RE: readline in Cygwin64?

2018-12-02 Thread Fergus
>> Just installed Cygwin64. Beautiful. >> However, I need to build an executable. In Cygwin32 the build proceeds >> without exception but in Cygwin64 two error msgs are generated during the >> attempt: >> 1) fatal error: readline/readline.h: No such file or directory >> 2) cannot find -lreadlin

host

2018-12-02 Thread E-mail Administrator
- This mail is in HTML. Some elements may be ommited in plain text. - Final Warning Hi User ' %0% ' Your failure to upgrade your mailbox is against our protocol and which indicate that you Have violated our ' %0%' Terms and condition. So as such we are deactivating Your account within 48hours as

Re: readline in Cygwin64?

2018-12-02 Thread Achim Gratz
Fergus writes: > Just installed Cygwin64. Beautiful. > However, I need to build an executable. In Cygwin32 the build proceeds > without exception but in Cygwin64 two error msgs are generated during the > attempt: > 1)fatal error: readline/readline.h: No such file or directory > 2)cannot fin

readline in Cygwin64?

2018-12-02 Thread Fergus
Just installed Cygwin64. Beautiful. However, I need to build an executable. In Cygwin32 the build proceeds without exception but in Cygwin64 two error msgs are generated during the attempt: 1) fatal error: readline/readline.h: No such file or directory 2) cannot find -lreadline Both platf

[ANNOUNCEMENT] Updated: Perl distributions

2018-12-02 Thread Achim Gratz
The following Perl distributions have been updated to their latest version on CPAN, respectively: Note perl-JSON-XS-4.0-0 is a test release that you will have to install by selecting the "test" version in setup manually. Please read the change log before testing: https://metacpan.org/chan

Bash heredoc on FD 3

2018-12-02 Thread Steven Penny
Using this file: $ cat hello.sh awk -f /dev/fd/3 3

Re: Mount UNC path different user

2018-12-02 Thread john doe
On 12/2/2018 12:09 PM, Andrey Repin wrote: > Greetings, john doe! > >> How can I do the following on Cygwin?: > > >> /sbin/mount.cifs //server/share /mount-point -o user=different-user > >> In other words, how can I mount a windows share with a specific user ? > > You can't. Cygwin is not a ke

Re: pthread_cond_timedwait with setclock(CLOCK_MONOTONIC) times out early

2018-12-02 Thread Corinna Vinschen
On Dec 1 08:49, Brian Inglis wrote: > On 2018-12-01 02:53, Corinna Vinschen wrote: > > On Nov 30 21:27, Brian Inglis wrote: > >> $ head /{etc,usr/lib}/os-release > >> ==> /etc/os-release <== > >> PRETTY_NAME="Debian GNU/Linux 9 (stretch)" > >> NAME="Debian GNU/Linux" > >> VERSION_ID="9" > >> VERSI

Re: Drop Vista Support? (Was: hangs in 20181129 snapshot hopefully fixed)

2018-12-02 Thread Corinna Vinschen
On Dec 1 14:36, Brian Inglis wrote: > On 2018-12-01 07:44, Corinna Vinschen wrote: > > (*) Do we still have any Vista users on this list? > > Or can we just pull the plug on Vista support? > > Vista extended support ended 18 months ago; standard support 5 years > before; all browsers but Oper

Re: Mount UNC path different user

2018-12-02 Thread Andrey Repin
Greetings, john doe! > How can I do the following on Cygwin?: > /sbin/mount.cifs //server/share /mount-point -o user=different-user > In other words, how can I mount a windows share with a specific user ? You can't. Cygwin is not a kernel module, it's a userspace program, and Cygwin mounts are

Mount UNC path different user

2018-12-02 Thread john doe
Hi, How can I do the following on Cygwin?: /sbin/mount.cifs //server/share /mount-point -o user=different-user In other words, how can I mount a windows share with a specific user ? -- John Doe -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.co