Performance measurement data: find

2003-10-31 Thread Linda W.
Performance comparison , # system calls in "Explorer find" vs. "gnu find" under cygwin. Search for "foobar.txt" in directory /tmp (under cygwin), C:\tmp (under explorer). # system calls Explorer: 15 Cyg-gnu: 211 file monitor filter set to only record strings that access /tmp. Ac

RE: cygwin deadlocks due to broken select() when writing to pipes

2003-10-31 Thread Brian Kelly
> and my son would have a telephone in his room. Do you have a cordless phone? - Then your son has *already* had a phone in his room! > If this technique was uniformly useful then we'd have peace in the Middle > East Persistence has to be uniform, consistent, morally obvious, concretely defined

RE: Opening Files In Excel & Word On 2000

2003-10-31 Thread Igor Pechtchanski
Yeah, and "cygstart" will even understand POSIX paths and translate them for you... ;-) Igor On Fri, 31 Oct 2003, Seth Rubin wrote: > This may not apply, (sorry haven't been following thread) but in case you > didn't know... > > the START command under Windows will open a file according t

Re: How to back-rev cygwin?

2003-10-31 Thread Christopher Faylor
Please check out the project web page for links to available information and ports: http://cygwin.com/ . If you don't see what you need there, then the cygwin mailing list is the best place to make observations or get questions answered. Information on the mailing list is available at the project

RE: Opening Files In Excel & Word On 2000

2003-10-31 Thread Seth Rubin
This may not apply, (sorry haven't been following thread) but in case you didn't know... the START command under Windows will open a file according to its extension. E.g. start xyz.xls -- opens xyz.xls in Excel start xyz.doc -- opens xyz.doc in Word start xyz.htm -- opens xyz.htm in Internet Expl

Opening Files In Excel & Word On 2000

2003-10-31 Thread steve
Hi; I've made some scripts that enable me to open Word & Excel from bash on Win 2000. The problem is I can't get either app to open the file I type on the command line with the name of my script :). Does anyone have scripts for opening files with Word and/or Excel from the command line? Than

Re: C++ Compilers : Comparative Performance Testsuite

2003-10-31 Thread Gerrit P. Haase
Hallo Alex, Am Freitag, 31. Oktober 2003 um 19:41 schriebst du: > "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote > [snip] >> >> I posted a Makefile to build a Cygwin version of STLport with DLL's and >> static archives: http://www.cygwin.com/ml/cygwin/2003-06/msg00790.html >> >> If it shows up tha

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-31 Thread Pierre A. Humblet
At 11:52 AM 10/31/2003 +0100, Corinna Vinschen wrote: >I've just again tested it on 98 and it works fine. Could you please >figure out what happens on your machine? 2 things: - I had accidentally deleted the next (23) line in services, so awk didn't find the pattern. - ssh crashes even with th

Cygwin cvs hang when used with PuTTY plink

2003-10-31 Thread John Holman
I'm trying to use plink (release version 0.53b) and pageant along with Cygwin cvs 1.11.6 on windows 98SE. A commandline CVS command succeeds and displays the expected output, but then appears to hang. Nonetheless in fact the DOS window is in fact alive and listening to input, for new commands t

Re: OpenGL and Cygwin

2003-10-31 Thread Andre Bleau
suresh at research dot att dot com wrote: Hi Brian, Andre, cygwin folks, Thanks for all your help to date. I have been somewhat lax in replying since I am sitting at my laptop in India with a slow connection. Here is the situation: As per Andre's suggestion, I wanted to force linking via the w

Re: Cygwin, Telnet, XP, and starting applications...

2003-10-31 Thread Brian Ford
On Fri, 31 Oct 2003, mark young wrote: > After checking the archives and google, I found one reference from three > years ago related to my question, so I figured I'd give the mailing list > a shot. > Did you try this thread from earlier this month? http://sources.redhat.com/ml/cygwin/2003-10/msg

Cygwin, Telnet, XP, and starting applications...

2003-10-31 Thread mark young
After checking the archives and google, I found one reference from three years ago related to my question, so I figured I'd give the mailing list a shot. I have a remote system, with cygwin and XP pro, on which I can't run vnc or remote desktop. I'd like to be able to telnet in and start an ope

Re: gcc and iostream - resolved

2003-10-31 Thread Brian Ford
On Fri, 31 Oct 2003 [EMAIL PROTECTED] wrote: > I got it resolved by doing the following: > > 1. Used dos style names because (I don't think this was needed, but clearcase > paths...were not setup under the cygwin environment, so I just used the windows cmd. > Never feed DOS style paths to Cygwin'

Re: gcc and iostream - final issue

2003-10-31 Thread Brian Ford
On Fri, 31 Oct 2003 [EMAIL PROTECTED] wrote: > 1. Putting libraries at the end has not helped > You must always do this. This is the way linkers work. > 2. I'm using g++ only now in both compile and link stages...Just out of > curiousity though, isn't gcc supposed to 'call' g++ internally base

Re: gcc and iostream - resolved

2003-10-31 Thread y2bismil
Hi all, I got it resolved by doing the following: 1. Used dos style names because (I don't think this was needed, but clearcase paths...were not setup under the cygwin environment, so I just used the windows cmd. 2. Only included SysHdrPath +=C:/cygwin/usr/include/mingw as the system path 3.

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95.

2003-10-31 Thread Christian Weinberger
Rodrigo Medina <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > I have been using cygwin 1.3.22 in a W95 machine with no problems. > I am now installing cygwin 1.5.5 in another W95 machine. I get the > following crash: > > bash-2.05b$ ssh -l rmedina pion > Segmentation fault (core dumped)

Re: launch shell script from windows explorer

2003-10-31 Thread Hans Horn
Brian, thx a lot for helping out here! I ended up producing the following .reg script that adds the context menu item "Run script" to files with extersion .sh. When clicked, it opens an rxvt console in the path of the .sh file and executes the .sh file. cheerio, Hans "Brian Dessent" <[EMAIL

Re: gcc and iostream - final issue

2003-10-31 Thread y2bismil
Hi Brian, I did try all the items mentioned, and none have helped so far. The error states that I can get it into are: 1. use full std:: qualifier in which case it cries at compile time about cout not being in namespace std 2. It complains at link time that cout is an undefined reference. St

Re: gcc and iostream - final issue

2003-10-31 Thread Brian Ford
On Fri, 31 Oct 2003 [EMAIL PROTECTED] wrote: > Okay all, > > I think I've narrowed down the issue to a conflict with mingw. This is mingw > installed via cygwin setup not the stand alone version. > Could you please repost your exact command line and the resulting output after following the sugges

Re: [ANNOUNCEMENT] Updated: gcc-3.3.1-3

2003-10-31 Thread Christopher Faylor
On Fri, Oct 31, 2003 at 10:44:33AM -0800, Shankar Unni wrote: >>I've made a new version of gcc available for download. > >May we nominate Gerrit for a gold star simply for volunteering to take >on gcc? Check out: http://cygwin.com/goldstars/ -- Unsubscribe info: http://cygwin.com/ml/#unsubs

Re: cygwin deadlocks due to lack of money

2003-10-31 Thread Christopher Faylor
On Fri, Oct 31, 2003 at 06:13:17PM -, [EMAIL PROTECTED] wrote: >Okay, I spent some time looking at the mailing list archives but found >nothing which added anything to this discussion. I would have hoped >that my intended offer of use of an Athlon 64 system would have counted >as more than jus

Re: [ANNOUNCEMENT] Updated: gcc-3.3.1-3

2003-10-31 Thread Shankar Unni
Gerrit P. Haase wrote: > I've made a new version of gcc available for download. May we nominate Gerrit for a gold star simply for volunteering to take on gcc? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

where is new stdint.h?

2003-10-31 Thread Shaffer, Kenneth
I'm wondering if the new stdint.h is available and if so, what package would it be in, Devel? -- Ken Shaffer - - - - - - - Appended by Scientific-Atlanta, Inc. - - - - - - - This e-mail and any attachments may contain information which is confidential, proprietary, privileged or other

Re: C++ Compilers : Comparative Performance Testsuite

2003-10-31 Thread Alex Vinokur
"Gerrit P. Haase" <[EMAIL PROTECTED]> wrote [snip] > > I posted a Makefile to build a Cygwin version of STLport with DLL's and > static archives: http://www.cygwin.com/ml/cygwin/2003-06/msg00790.html > > If it shows up that using STLport instead of libstdc++ templates > increases the speed of the

Re: Bash in interactive mode receive unexpected ^D

2003-10-31 Thread Shankar Unni
Philippe Torche wrote: > Not interesting somebody ? Alone with this bug ? No, I'm guessing that no one has or uses this particular combo (Remote Desktop from WinXP to Win2003, using Cygwin bash), so they'd rather not waste bandwidth saying "Huh?". OK, fine.. "Huh?" As our illustrious visionary(

RE: cygwin deadlocks due to lack of money

2003-10-31 Thread kevin.lawton
Okay, I spent some time looking at the mailing list archives but found nothing which added anything to this discussion. I would have hoped that my intended offer of use of an Athlon 64 system would have counted as more than just 'idle curiosity' and, anyway, I'm never 'idle'. Quite honestly, I

Re: Mount Confusion -- the tallest pique in the world? ;-)

2003-10-31 Thread Igor Pechtchanski
On Thu, 30 Oct 2003, Lee D. Rothstein wrote: > Either Cygwin or I be confused. (I'm betting on "I". ;-)) Bingo. > I have deleted '/tmp' ('d:/Cygwin/tmp' -- using Explorer) > and issued: 'umount /tmp' and 'mount 'e:\tmp /tmp' repeatedly. ^^

[ANNOUNCEMENT] Updated: sunrpc-4.0-2

2003-10-31 Thread Robb, Sam
I've updated the sunrpc package to version 4.0-2 This minor release contains the following bug fixes: * Built using Cygwin 1.5.x * Includes patch from Joe Buehler to deal with differences in the semantics of Windows bind(). * Includes patch from Dave Miles to deal with swapped bytes in

Re: gcc and iostream - final issue

2003-10-31 Thread Christopher Faylor
On Fri, Oct 31, 2003 at 12:46:15PM -0500, [EMAIL PROTECTED] wrote: >I think I've narrowed down the issue to a conflict with mingw. This is mingw >installed via cygwin setup not the stand alone version. > >Anyone have any ideas on what params/path to pass to g++ on both compiling and >linking stage

Re: gcc and iostream - final issue

2003-10-31 Thread y2bismil
Okay all, I think I've narrowed down the issue to a conflict with mingw. This is mingw installed via cygwin setup not the stand alone version. In general then, anyone know what the exact issues are regarding mingw and cygwin. I've googled, and come across a few things. I've tried the option -n

Re: Testers for new ssh-*-config scripts wanted!

2003-10-31 Thread Corinna Vinschen
On Fri, Oct 31, 2003 at 05:07:18PM +0100, Philippe Torche wrote: > Nope, > > read from bash don't reconize control caracters without -e parameter: > $ read _cygwin > Ntser[Backspace]c > $ echo $_cygwin | od -t x1 > 000 6e 74 73 65 72 08 63 0a > 010 > > BUT OK with "-e" > > $ read -e _cyg

Re: irc: No identd (auth) response

2003-10-31 Thread Frédéric L. W. Meunier
On Fri, 31 Oct 2003, David Andersen wrote: > I'm trying to get irc to work, but I keep getting the following: > > *** Connecting to port 6667 of server irc.freenode.net > *** Looking up your hostname... > *** Checking ident > *** Found your hostname > *** No identd (auth) response > *** Closing Li

Re: cygwin deadlocks due to lack of money

2003-10-31 Thread Christopher Faylor
On Fri, Oct 31, 2003 at 04:30:00PM -, [EMAIL PROTECTED] wrote: >You expect cygwin NOT to run on an Athlon 64 system ? How so ? Under >what operating system ? Under 32-bit Windoze, nothing seems any >different - you're not planning a Linux version of cygwin, are you ? Hmm. It seems like a s

irc: No identd (auth) response

2003-10-31 Thread David Andersen
I'm trying to get irc to work, but I keep getting the following: *** Connecting to port 6667 of server irc.freenode.net *** Looking up your hostname... *** Checking ident *** Found your hostname *** No identd (auth) response *** Closing Link: (Connection Timed Out) This is on the most recent Cygw

RE: cygwin deadlocks due to lack of money

2003-10-31 Thread kevin.lawton
cgf, You expect cygwin NOT to run on an Athlon 64 system ? How so ? Under what operating system ? Under 32-bit Windoze, nothing seems any different - you're not planning a Linux version of cygwin, are you ? Kevin. -Original Message- From: Christopher Faylor [mailto:[EMAIL PR

Re: C++ Compilers : Comparative Performance Testsuite

2003-10-31 Thread Gerrit P. Haase
Alex wrote: > "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Alex wrote: >> >> > An algorithm which computes very long Fibonacci numbers >> > >> > >> http://groups.google.com/groups?selm=bnni5p%2412i47o%241%40ID-79865.news.uni-berlin.de >> > was used as a per

Re: gcc and iostream

2003-10-31 Thread y2bismil
Ah, okay, running just the preprocessor on the file, This is what I get: Nothing weird is being pulled in from other directories. The iostream references are as follows: # 1 "/usr/include/c++/3.3.1/iostream" 1 3 # 43 "/usr/include/c++/3.3.1/iostream" 3 .. # 1 "/usr/include/c++/3.3.1/backward/io

Re: cygwin deadlocks due to lack of money

2003-10-31 Thread Christopher Faylor
On Fri, Oct 31, 2003 at 07:23:47AM -0800, Karl M wrote: >Hi All... > >What a relief...I thought that Cygwin had the PBS virus (doesn't do any >harm, but periodically asks for money). I'm sure that there any cygwin developer would gratefully accept (without even any thoughtful consideration) a tok

RE: Bash in interactive mode receive unexpected ^D

2003-10-31 Thread Philippe Torche
Not interesting somebody ? Alone with this bug ? Have a nice week-end, Philippe. > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > De la part de Philippe Torche > Envoyé : jeudi, 30. octobre 2003 12:30 > À : [EMAIL PROTECTED] > Objet : Bash in interactive mode re

Re: gcc and iostream

2003-10-31 Thread y2bismil
Hi all, Okay, I've replaced the using namespace std with std:: for each call to cout/cin. The error I got was interesting. It seems cout is not declared in namepace std. error: `cout' undeclared in namespace `std' Obviously something is up. If anyone can think of anything, let me know. The o

RE: Testers for new ssh-*-config scripts wanted!

2003-10-31 Thread Philippe Torche
Nope, read from bash don't reconize control caracters without -e parameter: $ read _cygwin Ntser[Backspace]c $ echo $_cygwin | od -t x1 000 6e 74 73 65 72 08 63 0a 010 BUT OK with "-e" $ read -e _cygwin Ntser[Backspace]c $ echo $_cygwin | od -t x1 000 6e 74 73 65 63 0a 006 Thank

Re: cygwin deadlocks due to lack of money

2003-10-31 Thread Karl M
Hi All... What a relief...I thought that Cygwin had the PBS virus (doesn't do any harm, but periodically asks for money). ...Karl From: Christopher Faylor <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: cygwin deadlocks due to lack of money Date: Fri, 31 Oct

Re: cygwin deadlocks due to lack of money

2003-10-31 Thread Christopher Faylor
On Fri, Oct 31, 2003 at 07:37:22AM -0500, Brian Kelly wrote: >> You can donate money. > >Fair enough. I was not asking for money. I was responding to your prosaic description of an unrelated problem to show that it was a completely different problem domain. Perseverence in getting someone to do

Re: [ANNOUNCEMENT] Updated: libxml2-2.6.1-1

2003-10-31 Thread Gerrit P. Haase
Patrick wrote: > FYI: namespace recognition for namespaces within an internal parsed > entity is broken in libxml2 v2.6.1 > In a nutshell don't use libxml2-2.6.1 for Docbook XSLT processing. > Daniel is working on releasing a new version. Thanks for the report, I've reverted the upgrade for no

Re: Is gcc-core-3.3.1-3.tar.bz2 corrupted?

2003-10-31 Thread Cliff Hones
Jörg Schaible wrote: > what does "file" report? > > $> file gcc-core-3.3.1-3.tar.bz2 This shows that it is actually a gzipped file. Setup knows what to do with both bzip2 and gzip formats, without relying on the extension being right. It is actually a gzipped empty tar file - the new gcc-core b

RE: Is gcc-core-3.3.1-3.tar.bz2 corrupted?

2003-10-31 Thread Jörg Schaible
John Daniel Doucette wrote on Friday, October 31, 2003 2:05 PM: > Hi, > > If I test gcc-core-3.3.1-3.tar.bz2 I get the error: > > gcc-core-3.3.1-3.tar.bz2: bad magic number (file not created > by bzip2) You can use the `bzip2recover' program to attempt > to recover data from undamaged sections o

Is gcc-core-3.3.1-3.tar.bz2 corrupted?

2003-10-31 Thread John Daniel Doucette
Hi, If I test gcc-core-3.3.1-3.tar.bz2 I get the error: gcc-core-3.3.1-3.tar.bz2: bad magic number (file not created by bzip2) You can use the `bzip2recover' program to attempt to recover data from undamaged sections of corrupted files. I downloaded it twice from mirrors.rcn.net and once from mir

Re: C++ Compilers : Comparative Performance Testsuite

2003-10-31 Thread Alex Vinokur
"Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex wrote: > > > An algorithm which computes very long Fibonacci numbers > > > > http://groups.google.com/groups?selm=bnni5p%2412i47o%241%40ID-79865.news.uni-berlin.de > > was used as a performance testsuite > > t

RE: cygwin deadlocks due to lack of money

2003-10-31 Thread Brian Kelly
> You can donate money. Fair enough. How? I saw nothing on the cygwin website explaining how this could be done. I'd want donations used explicitly for cygwin. BK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Faylor Sent: Friday, October

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-31 Thread Corinna Vinschen
On Thu, Oct 30, 2003 at 08:25:58PM -0500, Pierre A. Humblet wrote: > At 10:52 AM 10/30/2003 +0100, Corinna Vinschen wrote: > > > >Ouch. I see why that happens. I'll have to modify the ssh-host-config > >script. > > > >This is no problem on 98/Me and NT, though. Did you also test with > >ssh/22 l

Re: [ANNOUNCEMENT] Updated: libxml2-2.6.1-1

2003-10-31 Thread Patrick Eisenacher
FYI: namespace recognition for namespaces within an internal parsed entity is broken in libxml2 v2.6.1 In a nutshell don't use libxml2-2.6.1 for Docbook XSLT processing. Daniel is working on releasing a new version. If you want to know more details, follow this thread: http://sources.redhat.co

Re: select() take 100% CPU with cygwin1.5.5-1 in WinXP/Win2000

2003-10-31 Thread Corinna Vinschen
On Fri, Oct 31, 2003 at 01:14:17PM +0800, zhouxin wrote: > Cygwin implementation of select() take 100% CPU under multi-thread environment > sometimes. > [...] > if((sockfd = socket(AF_INET, SOCK_DGRAM, 0)) < 0){ > fprintf(stderr, "cannot open socket for udp packet!\n"); > exit(

Re: ACLs are not handled correctly

2003-10-31 Thread Corinna Vinschen
On Fri, Oct 31, 2003 at 11:51:31AM +0100, Thorsten Kampe wrote: > * Dierk Schmedes (2003-10-31 10:15 +0100) > > Problem: nearly each tool that the create or modify a file/directory (e.g. cp, > > touch, setfacl) ignore the ALCs of the current directory or add further > > users/groups to it. > > >

RE: Testers for new ssh-*-config scripts wanted!

2003-10-31 Thread Corinna Vinschen
On Fri, Oct 31, 2003 at 09:55:04AM +0100, Philippe Torche wrote: > Script ssh-host-config works for me, but when I've entered the CYGWIN env > var, I've do a error and type "ntser", then backspace and then the correct > "c" caracters. > Thus CYGWIN key in the registry has now "ntser\x08c" instead o

Re: ACLs are not handled correctly

2003-10-31 Thread Thorsten Kampe
* Dierk Schmedes (2003-10-31 10:15 +0100) > Problem: nearly each tool that the create or modify a file/directory (e.g. cp, > touch, setfacl) ignore the ALCs of the current directory or add further > users/groups to it. > Example > /home/dierk has the following ACLs (listed with xcalcs.exe from th

Re: rsync to between workgroups

2003-10-31 Thread Vince Hoffman
[snip lots of relevant info] > > I've tried using CYGWIN=ntsec and CYGWIN=nontsec. Doesn't seem to make > a difference. > When you say you have tried CYGWIN=ntsec and CYGWIN=nontsec do you mean as a system or user variable ? also have you tried setting it to CYGWIN=nontsec using the -e switch to

Possible bug about thread and semaphore

2003-10-31 Thread manuela
Hi, I have a problem with this code with the last version of Cygwin (I run ipc-daemon2.exe). The program crashes after scanf ( I tested it also with fgets) if thread timer posted sem2 at least once. The same code works properly on Linux Suse 7.2 with gcc v. 3.3.1 and Red Hat with gcc v. 2.9.6. Is i

Re: Rsync + Win2k

2003-10-31 Thread linamat
As to event non-registered error, you can recompile rsync daemon binary with .res file indicating format of Windows resource. In .mc file you must indicate Facility=Application MessageId=0 MessageIdTypedef=DWORD. Use mc (from Novell) and windres to compile. After it you can insert into registry the

Re: launch shell script from windows explorer

2003-10-31 Thread Brian Dessent
Hans Horn wrote: > > Dear cygwinners, As long as we're not cyglosers... > after searching the archives w/o luck, I'd ask this mailing list. > > I'd like to know how I would go about the following: > > I'd like to launch a shell script from within windows explorer (either > double-click or via

ACLs are not handled correctly

2003-10-31 Thread Dierk Schmedes
Hi, first my config: MS Windows XP SP1, cygwin 1.5.5 (actual version - 2 days old) Problem: nearly each tool that the create or modify a file/directory (e.g. cp, touch, setfacl) ignore the ALCs of the current directory or add further users/groups to it. Example /home/dierk has the following ACL

Re: gcc and iostream

2003-10-31 Thread Gerrit P. Haase
Hallo y2bismil, Am Donnerstag, 30. Oktober 2003 um 22:28 schriebst du: > I'm having a linking problem with GCC and iostream. I'm not sure if it has > anything to do with cygwin, so I'll check here. > I am using > #include > using namespace std; > Its a pretty large project. First, all the s

RE: Testers for new ssh-*-config scripts wanted!

2003-10-31 Thread Philippe Torche
Script ssh-host-config works for me, but when I've entered the CYGWIN env var, I've do a error and type "ntser", then backspace and then the correct "c" caracters. Thus CYGWIN key in the registry has now "ntser\x08c" instead of "ntsec"! This is caused by the read command! Thanks. PS Wait for a "W

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-31 Thread Christian Weinberger
Corinna Vinschen <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: >> >> I observed a ssh crash on Win95 too, but only after running >> ssh-host-config It went away after deleting the two ssh 22/ lines in >> c:\windows\services They don't seem to end with CRNL. > > Ouch. I see why that happ