placing ~ on a network mapped drive.

2004-04-20 Thread Ray
Hi, I've been reading the FAQ's and searching through the archives, but am not able to find a way to make the current user's home directory go outside of \cygwin\home. More specifically, I would like to have more control of user home locations for backup and recovery puposes. Could anyone give so

Converting forward slashes to backward slashes

2002-02-22 Thread Bacon, Ray
I appologize in advance if there is an all too obvious answer to this question. We have installed a statistical programing language called SPSS within the CYGWIN environment. Programs run in this language execute without any problems. However, the SPSS compiler isn't smart enough to recoginize t

CYGWIN - GMP compile problems

2002-04-02 Thread Kris Ray
When I try to compile the GMP library in cygwin, it works. However, when I try to "make" any of the programs in the "demos" folder, I get link errors. The link errors are all for the GMP functions. The messages are all something like "undefined reference - __gmpz_get_str", etc. any ideas on how

Bash local builtin and redirection problems

2002-09-21 Thread Ray Pimm
script). Cygwin version is 1.3.12-4. Bash version is 2.05b-5. An earlier version 2.05a-3 also fails. Ray -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Bash local builtin and redirection problems

2002-09-23 Thread Ray Pimm
Thanks Randall and Michael #!/bin/bash instead of #!/bin/sh did the trick! >Ray, > >Were I to guess why "local" and the I/O redirection syntax _appear_ to be >missing when your script executes, I'd guess that it's because the >script(s) in question begi

Brower in cygwin

2003-08-25 Thread Ray Chuan
Hi, is there any way you can surf the net with a brower, like IE for Windows, in cygwin? Just curious. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

psql ERROR

2001-12-10 Thread Ray Martin
Then when I fired off the command "psql templete1" is when I got the same Error as I did when I tried to use "tcsh". My real question is: Am I to make this "cugcurses5.dll" locally on my computer, or should it be part of the binary Dist. of "Cygwin"? OR; Is th

Object File format

2001-12-13 Thread Ray Campbell
there anyway I can generate these files in elf format? Or am I just doing something wrong? Thank you in advance for your time. Ray Campbell PS, the reason I am trying to do this, is because I would like to learn how to help in this effort. Thanks. -- Unsubscribe info: http://cygwin.c

RE: Object File format

2001-12-13 Thread Ray Campbell
again, and have a very good holiday season. Ray -Original Message- From: egor duda [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 1:19 PM To: Ray Campbell Cc: [EMAIL PROTECTED] Subject: Re: Object File format Hi! Thursday, 13 December, 2001 Ray Campbell [EMAIL PROTECTED

Re: script for cygwin

2007-03-17 Thread Ray Tayek
At 06:51 AM 3/17/2007, you wrote: Hi. <http://cygwin.com/acronyms/PPIOSPE>. Redirected to the appropriate list. found it. it's in: util-linux thanks On Fri, 16 Mar 2007, Ray Tayek wrote: > hi, looking for this. saw your post on the cygwin list. can you tell me > what

Can I tell which version of newlib I have?

2007-04-24 Thread Ray Hurst
I'd like to know which version of newlib I have. Has anybody written a heap walker for the malloc routines. Ray -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Re: Can I tell which version of newlib I have?

2007-04-24 Thread Ray Hurst
so use it only when absolutely necessary. Brian It was my understanding that if I write a C program and compiled it with gcc that gcc used newlib for all of the stdlib functions including malloc, realloc and free. Ray -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Can I tell which version of newlib I have?

2007-04-24 Thread Ray Hurst
so use it only when absolutely necessary. Brian Brian, It was my understanding that if I write a C program and compiled it with gcc that gcc used newlib for all of the stdlib functions including malloc, realloc and free. Ray -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Can I tell which version of newlib I have?

2007-04-24 Thread Ray Hurst
Brian Dessent wrote: Ray Hurst wrote: It was my understanding that if I write a C program and compiled it with gcc that gcc used newlib for all of the stdlib functions including malloc, realloc and free. Gcc doesn't have any choice in the matter. All it knows is that there's a C

Re: Can I tell which version of newlib I have?

2007-04-24 Thread Ray Hurst
Dave Korn wrote: On 25 April 2007 00:19, Ray Hurst wrote: Brian Dessent wrote: In the case of Cygwin, the C library is provided by Cygwin, in the form of cygwin1.dll. Cygwin relies on newlib to implement some things, but malloc is not one of them. Technically you are correct. gcc does

Issue with GDB under Cygwin and XP

2008-02-11 Thread Ray Hurst
only addresses? C:\Documents and Settings\Ray Hurst\workspace\CDT\HelloWorld-ANSIC\Debug>gdb Hel loWorld-ANSIC.exe GNU gdb 6.5.50.20060706-cvs (cygwin-special) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to c

Re: Issue with GDB under Cygwin and XP

2008-02-13 Thread Ray Hurst
Jim Marshall wrote: Ray Hurst wrote: I'm running under Windows XP and Cygwin. I ran GDB on a simple C program and captured the output (below). I have a few questions: Why can I run the program several times with no errors but as soon as I set a breakpoint at main it gets a SIGSEGV

Re: Issue with GDB under Cygwin and XP

2008-02-13 Thread Ray Hurst
Marco Atzeri wrote: --- Ray Hurst <[EMAIL PROTECTED]> ha scritto: Works fine on my Windows XP Pro machine using the same GDB and gcc version 3.4.4. What gcc version do you have? The stack trace would indicate that the crash is occurring before it gets to your main function, sinc

Re: Issue with GDB under Cygwin and XP

2008-02-15 Thread Ray Hurst
puts("!!!Hello World!!!"); /* prints !!!Hello World!!! */ (gdb) print a $1 = 1627408910 (gdb) print b $2 = 1627408208 (gdb) print c $3 = 264 (gdb) Ray -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

Re: Issue with GDB under Cygwin and XP

2008-02-17 Thread Ray Hurst
Pedro Alves wrote: A Friday 15 February 2008 23:21:45, Ray Hurst wrote: Here is a run of a HellowWorld program (listed below in gdb). Can someone tell me why the variables a, b, c are not the correct values. I dumped the local stack and the variables are correct on the stack. I'm ru

Re: Issue with GDB under Cygwin and XP

2008-02-23 Thread Ray Hurst
enses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-cygwin". Thanks for your help. Ray Ray

Re: gcc + gdb + breakpoint => SIGSEGV

2008-03-02 Thread Ray Hurst
under linux just find. Ray Dave Ohlsson wrote: Hi, I have a problem when trying to use gdb with a program compiled with gcc in Cygwin. I compile this program: int main(int argc, char** argv) { return 0; } with this command: gcc -g main.c and I get this

Re: gcc + gdb + breakpoint => SIGSEGV

2008-03-03 Thread Ray Hurst
Dave, I downloaded the GDB 6.7.1 source and built it. Ray Dave Ohlsson wrote: Hi, This is what I did: 1) Removed several applications (including MtSQL 5.0) and rebooted. => no help. 2) Downgraded gdb from version 6.5.50.20060706-cvs to version 6.3.50_2004-12-28-cvs (I couldn't

Re: Questions about missing DLLs and program behvior, and symlinks to DLLs

2009-01-21 Thread Ray Simard
g the real DLLs in the paths Windoze searches for them. Symlinks would be nice, but if you can't, you can't. Thanks, Ray -- 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/

[subversion 1.5.3.-1] package dependency suggestion

2008-10-18 Thread Ray Chuan
this config to build successfully subversion (cygwin-patched) on fresh cygwin installations. -- Cheers, Ray Chuan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

[PATCH] subversion-1.5.3 source: add aprutil lib to target

2008-10-18 Thread Ray Chuan
I'm referring to the latest subversion-1.5.3 source file. Looking at build.conf, the subversion/libsvn_fs/libsvn_fs-1.la target in build-outputs.mk should have the $(SVN_APRUTIL_LIBS) path for the linker, but it doesn't. applying the below patch fixes this. (although running gen-make.py could re-g

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-002

2014-12-11 Thread Ray Donnelly
On Thu, Dec 11, 2014 at 5:41 PM, Warren Young wrote: > On Dec 10, 2014, at 9:37 PM, Alexey Pavlov wrote: > >> Also we switch to use real /usr folder and just create virtual mount for >> /bin folder that needed for some programs. > > You’re fighting the prevailing trend in Unix/Linux OS design by

Mirroring Cygwin

2015-02-16 Thread ray sison
Hi I manage the mirrors for Go-Parts.com We previously had our mirrors links on Cygwin and we would like you to reestablish our mirror links. ftp://mirrors-usa.go-parts.com/cygwin Please let me know if you need additional information. Ray Sison Go Parts -- Problem reports: http

Re: Mirroring Cygwin

2015-02-17 Thread ray sison
Hi Yaakov Please list the US mirror as well http://mirrors-usa.go-parts.com/cygwin/ On 2/16/2015 4:35 PM, Yaakov Selkowitz wrote: On Mon, 2015-02-16 at 15:27 -0800, ray sison wrote: I manage the mirrors for Go-Parts.com We previously had our mirrors links on Cygwin and we would like you

Re: Mirroring Cygwin UK

2015-03-02 Thread ray sison
Hello Yaakov Can you repost our mirror for the UK http://mirrors-uk.go-parts.com/cygwin/ Thanks Ray Sison Go Parts -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Re: Mirroring Cygwin

2015-05-20 Thread ray sison
Hi Yaakov, We have changed the paths for http mirrors only for US and Russia please note the new http paths. ftp/rsync is unchanged http://go-parts.com/mirrors-usa/cygwin/ http://go-parts.com/mirrors-ru/cygwin/ Please let me know when they have been updated on the mirrors page. Thanks Ray

Strange and sudden misbehavior switching to shell window (X)

2010-07-17 Thread Ray Simard
27;t seem unusual. The only way I can think of that a disk would matter here is if virtual memory were involved, and that would no doubt manifest itself in other ways as well. Any ideas? It's getting very tiresome very fast. Much thanks in advance. Ray Simard -- Problem reports:

socat-1.7.3.0-2 fork process sometimes lingers

2015-06-18 Thread Ray Satiro
socat-1.7.3.0-2 Cygwin 2.0.4(0.287/5/3) Windows 7 x64 SP1 Since upgrading socat today I've noticed that when I CTRL+C to terminate it sometimes the spawned process won't terminate. For example open two Cygwin terminals and: In one: socat tcp-listen:8080,reuseaddr,fork - And then in the other

Re: socat-1.7.3.0-2 fork process sometimes lingers

2015-06-27 Thread Ray Satiro
On 6/19/2015 2:29 AM, Ray Satiro wrote: socat-1.7.3.0-2 Cygwin 2.0.4(0.287/5/3) Windows 7 x64 SP1 Since upgrading socat today I've noticed that when I CTRL+C to terminate it sometimes the spawned process won't terminate. I've since set up a clean Windows 7 SP1 x64 VM with W

What can I do about messages bouncing - ezmlm warning

2015-07-01 Thread Ray Satiro
I received an e-mail from cygwin-help: > Messages to you from the cygwin mailing list seem to > have been bouncing. The error is: > User and password not set, continuing without authentication. > 98.138.112.35 failed after I sent the message. > Remote host said: 554 5.7.9 Message not accepted

Flex package dependencies.

2015-10-25 Thread Ray Donnelly
gt;From setup.ini: @ flex .. requires: libintl8 m4 _update-info-dir cygwin -- Best regards, Ray. -- 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

Re: cygwin_conv_path sometimes removes trailing slash

2016-01-31 Thread Ray Donnelly
l seems sensible. Note however, a full fix also requires another patch that I posted two years ago [1] that Corinna chose not to apply. In the two years since, we've yet to find any issue with that patch. I will rebase it shortly in-case there's any interest in reconsidering it.

Re: cygwin_conv_path sometimes removes trailing slash

2016-01-31 Thread Ray Donnelly
On Sun, Jan 31, 2016 at 10:17 PM, Ray Donnelly wrote: > On Sun, Jan 31, 2016 at 11:38 AM, Jan Nijtmans wrote: >> 2016-01-30 4:21 GMT+01:00 Ken Brown: >>> I'm using cygwin_conv_path to convert Win32 paths to POSIX paths, and I'm >>> puzzled by the con

Re: cygwin_conv_path sometimes removes trailing slash

2016-02-01 Thread Ray Donnelly
I had to workaround it in tkimg. >> >> It's easy to workaround in your program, but - indeed - >> that shouldn't be necessary. I too would expect that >> when the input contains a slash, the output should too. >> >> Regards, >> Jan Nijtma

Re: cygwin_conv_path sometimes removes trailing slash

2016-02-11 Thread Ray Donnelly
On Mon, Feb 8, 2016 at 6:13 PM, Corinna Vinschen wrote: > Hi Ray, > Hi Corinna, Sorry for the delay, I've been snowed under with day-job things lately. > On Jan 31 22:17, Ray Donnelly wrote: >> On Sun, Jan 31, 2016 at 11:38 AM, Jan Nijtmans >> wrote: >> >

Is ping only supposed to work for admin accounts?

2016-03-20 Thread Ray Satiro
I just used the cygwin installer to install ping-1.0.2-1.tar.xz but it doesn't work for limited user accounts: $ ping google.com ping: socket: Operation not permitted 149 29930 [main] ping 11668 dup_ent: duping protoent "icmp", 0xD56580 46 29976 [main] ping 11668 dup_ent: protoent icmp

Re: Installing python's pypiwin32

2016-04-04 Thread Ray Donnelly
x27;s Pythons should support the windll stuff out of the box and it doesn't seem to, then you could just do ctypes.windll.user32.MessageBoxW(...) instead. [1] https://docs.python.org/2/library/ctypes.html -- Best regards, Ray. On Mon, Apr 4, 2016 at 11:40 AM, Dennis Putnam wrote: > On 4

Re: Installing python's pypiwin32

2016-04-04 Thread Ray Donnelly
On Mon, Apr 4, 2016 at 2:05 PM, Dennis Putnam wrote: > Hi Ray, > > I kind of found the problem. The import should be: > > from ctypes import * > > Now I am getting a message box but the characters in it are garbage. I > was tried to send an image but apparently this

Setup mirrors

2020-03-07 Thread Ray Sabee
one of more servers available for mirroring the packages. I would love to know how we can set this up and it would be great if you can provide me with some sort of manual or wiki page. Thanks in advance and kind regards, Ray Sabee "--Problem reports: http://cygwi

RE: Setup mirrors

2020-03-09 Thread Ray Sabee
Thank you! Met vriendelijke groet, Ray Sabee -Oorspronkelijk bericht- Van: Andrey Repin [mailto:anrdae...@yandex.ru] Verzonden: maandag 9 maart 2020 04:14 Aan: Ray Sabee ; cygwin@cygwin.com Onderwerp: Re: Setup mirrors Greetings, Ray Sabee! > As an enthusiastic user of your softw

Re: cygwin.com Looking Support on Web Visitors?

2020-11-27 Thread Satya Ray
deliverables on your request. Thanks & Regards Satya Ray Business Development Manager 17 PS: This is a one time email and you may ask us to “REMOVE” to confirm the removal. [image: beacon] -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com

Re: git and absolute Windows-style paths

2016-04-21 Thread Ray Donnelly
it with git add and clone with DOS relative and absolute paths. Best regards, Ray. On Thu, Apr 21, 2016 at 12:40 AM, Eliot Moss wrote: > On 4/20/2016 7:14 PM, Ernie Rael wrote: >> >> On 4/20/2016 1:37 PM, Eliot Moss wrote: >>> >>> I think this will do it: >&g

Re: git and absolute Windows-style paths

2016-04-21 Thread Ray Donnelly
On Thu, Apr 21, 2016 at 2:11 PM, Ray Donnelly wrote: > Here's a patch for git 2.8.1 that I wrote for MSYS2 to address the > same issue. Because I'd read this thread before I started working on > it (and generally since it's good to) I kept it in mind to make it >

Re: Windows Subsystem For Linux

2016-08-29 Thread Ray Donnelly
On Mon, Aug 29, 2016 at 12:00 PM, Schwarz, Konrad wrote: > So I was wondering if the Windows Subsystem For Linux, apparently part of > Windows 10 Anniversary Update, obsoletes Cygwin. > That seems a *little* inflammatory to me. Since Windows Subsystem for Linux can't inter-operate with Windows v

Re: Malwarebytes flags qdbusviewer-qt5.exe as Adware.Elex malware

2017-03-19 Thread Ray Donnelly
On Sun, Mar 19, 2017 at 5:19 PM, Ed Koerber via cygwin wrote: > I am using the following version of cygwin on a Windows 7 computer: > > $ uname -a > CYGWIN_NT-6.1 e250 2.6.0(0.304/5/3) 2016-08-31 14:27 i686 Cygwin > > Why does Malwarebytes flag this file: > > C:\cygwin\usr\x86_64-w64-mingw32\sys-r

Re: Cygwin Git with Windows paths

2018-11-18 Thread Ray Donnelly
This is very much the point of msys2. On Sun, Nov 18, 2018, 6:07 AM Steven Penny Cygwin Git can clone with Unix form paths: > > $ git clone git://github.com/benhoyt/goawk /tmp/goawk > Cloning into '/tmp/goawk'... > remote: Enumerating objects: 330, done. > > However it fails with Wind

Re: Python extraneous dependencies

2019-02-26 Thread Ray Donnelly
python extension modules, obviously, but that's not something all (or even most) users of Python probably need to do. -- Cheers, Ray. [1] https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Lib/ctypes/util.py#L193-L212 > > > > > > >

Re: Bug report: Killing a native process may not actually kill it

2019-09-02 Thread Ray Donnelly
On Thu, 29 Aug 2019, 02:38 Steven Penny, wrote: > On Wed, 28 Aug 2019 15:57:23, Quanah Gibson-Mount wrote: > > My original post contained a link to a patch allowing for Cygwin to > > correctly terminate native Windows processes. I understand it is not > the > > position of the Cygwin project to

Re: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-09 Thread Ray Donnelly
On Fri, Jun 9, 2017 at 11:28 PM, Soegtrop, Michael wrote: > Dear Hans-Bernhard, > >> You're doing this via Cygwin, i.e. on a Windows machine, where MinGW is a >> _native_ toolchain. That begs the question: why are you doing a cross build >> in >> the first place? > > I simply couldn't find anoth

Re: tensorflow

2017-12-13 Thread Ray Donnelly
On Dec 13, 2017 2:33 PM, "Eliot Moss" wrote: Has anyone successfully built tensorflow under Cygwin? I ask before putting effort in on building it from source since there is no pre-built Cygwin package. I have an MS Surface Book with an NVidia GEForce series GPU, which I think should work to prov

cygwin1.dll (file version 1003.6.0.0) dup problem with gcc

2001-12-17 Thread Suman Kumar Ray
Hi, In the mailing list, I have found this problem with earlier dll but with no solution or information whether this is a bug of cygwin. If I use cygwin.dll file version 1003.6.0.0, then when a windows GUI based IDE is calling gcc through createprocess and pass a file for compilation error mess

Problem with Allocation in Cygwin 1.3.2

2004-11-15 Thread Sid Ray Chaudhuri
Hello: I am getting the following error when running gcc on Windows XP. Similar errors are also seen on a few other Cygwin utilities. C:\utils\cygwin\lib\gcc-lib\i686-pc-cygwin\2.95.3-5\cpp0.exe: *** Couldn't reserve space for cygwin's heap (0x242) in child, cygheap, Win32 error 487 Could a

[no subject]

2020-10-28 Thread Ray Chapa via Cygwin
Hey-- Chaparay -- 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

Hey

2020-10-28 Thread Ray Chapa via Cygwin
Hey-- Chaparay -- 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

[no subject]

2020-12-08 Thread Ray Chapa via Cygwin
Hi Get Outlook for iOS -- 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

fsync() cause "Invalid Argument" for block device.

2023-01-20 Thread Yano Ray via Cygwin
Hi, I tried to format a partition using mkfs.ext4 (e2fsprogs) but it failed with an error. $ /usr/sbin/mkfs.ext4 /dev/sde1 mke2fs 1.44.5 (15-Dec-2018) Creating filesystem with 16384 1k blocks and 4096 inodes Filesystem UUID: fb09cfbf-9f2a-4874-82f7-26c7cb853093 Superblock backups stored on blocks

Re: GetVersionEx() depreciated, what should be used instead for Windows 7/8/10?

2024-03-22 Thread Ray Satiro via Cygwin
On 3/21/2024 11:15 AM, Corinna Vinschen via Cygwin wrote: On Mar 21 09:58, Christian Franke via Cygwin wrote: Corinna Vinschen via Cygwin wrote: On Mar 20 12:39, Christian Franke via Cygwin wrote: Corinna Vinschen via Cygwin wrote: You have to create an application with an application manifes

Terminal occasionally shows duplicate command text when it is split over multiple lines

2021-08-23 Thread Ray Satiro via Cygwin
I'm using cygwin x86 updated yesterday and when I paste in commands that are split over multiple lines sometimes an arbitrary line will show more than once, even though it is not actually part of the command more than once. For example here's a command: echo foo \bar \baz \qux And here's the t

Re: Terminal occasionally shows duplicate command text when it is split over multiple lines

2021-08-24 Thread Ray Satiro via Cygwin
On 8/23/2021 6:15 PM, Thomas Wolff wrote: > Am 23.08.2021 um 23:52 schrieb Ray Satiro via Cygwin: >> I'm using cygwin x86 updated yesterday and when I paste in commands >> that are split over multiple lines sometimes an arbitrary line will >> show more than once, even