Re: Using Perl to access serial ports

2005-05-31 Thread Jason Pearce
This is just a bit of an update. I have got Win32::SerialPort working, at least a limited capacity. After taking a look at the source for it, I discovered that this module is actually just straight Perl, and it relies on Win32::API. I have already been using /Reini's cut down version of this f

Re: Serious performance problems (new snapshot has some performance improvement)

2005-05-31 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: Am Montag, 30. Mai 2005 22:33 schrieb Gerrit P. Haase: Anonymous wrote: My System: #Set-up: $ g++ cygspd.cc -o cygspd-basic $ g++ -O7 cygspd.cc -o cygspd-o7 $ g++ -fno-exceptions cygspd.cc -o cygspd-ne $ g++ -O7 -fno-exceptions cygspd.cc -o cygspd-ne-o7 $ g++ -mno-c

Re: Serious performance problems (new snapshot has some performance improvement)

2005-05-31 Thread Ralf Habacker
Am Dienstag, 31. Mai 2005 12:05 schrieb Gerrit P. Haase: > [EMAIL PROTECTED] wrote: > > Am Montag, 30. Mai 2005 22:33 schrieb Gerrit P. Haase: > > > >>Anonymous wrote: > >> > >> > >>>My System: > >>>#Set-up: > >>> > >>>$ g++ cygspd.cc -o cygspd-basic > >>>$ g++ -O7 cygspd.cc -o cygspd-o7 > >>>$ g+

Re: Serious performance problems (new snapshot has some performance improvement)

2005-05-31 Thread Gerrit P. Haase
Ralf Habacker wrote: Interesting, why is it faster when running a binary that doesn't depend on cygwin1.dll after swapping the DLL? Some Win caching mechanism? I recognized this caching behavior with KDE/cygwin too. Under http://cvs.sourceforge.net/viewcvs.py/kde-cygwin/tools/fillmem/ the

Re: Serious performance problems (new snapshot has some performance improvement)

2005-05-31 Thread Ralf Habacker
Am Dienstag, 31. Mai 2005 12:42 schrieb Gerrit P. Haase: > Ralf Habacker wrote: > > > Interesting, why is it faster when running a binary that doesn't > depend on cygwin1.dll after swapping the DLL? Some Win caching mechanism? > >>> > >>> > >>>I recognized this caching behavior with KDE

Setup.exe deletes cygwin1.dll before man uninstall script runs

2005-05-31 Thread stephen_powell
Tonight I ran setup.exe with a month or so worth of updates. This is an extract from the log: [...] 2005/05/31 18:53:46 Uninstalling cygwin [...] unlink e:\cygwin/bin//cygwin1.dll [...] 2005/05/31 18:54:19 Uninstalling man 2005/05/31 18:54:19 running: e:\cygwin\bin\sh.exe -c /etc/preremove/m

Re: Using Perl to access serial ports

2005-05-31 Thread Igor Pechtchanski
On Tue, 31 May 2005, Jason Pearce wrote: > ps. I was never able to get the /dev/com1 or /dev/ttyS1 devices working. > I expected that I would be able to echo commands into /dev/com1 and cat > replies from it. Just FYI: /dev/ttyS* devices are numbered from 0, so /dev/com1 corresponds to /dev/ttyS0

RE: Setup.exe deletes cygwin1.dll before man uninstall script runs

2005-05-31 Thread Dave Korn
Original Message >From: stephen_powell >Sent: 31 May 2005 12:29 > Tonight I ran setup.exe with a month or so worth of updates. > As you can see cygwin1.dll was deleted at 18:53, then at 18:54 the > preremove script for man ran which failed with cygwin1.dll not found. There's a new ver

Re: Setup.exe deletes cygwin1.dll before man uninstall script runs

2005-05-31 Thread Igor Pechtchanski
On Tue, 31 May 2005, stephen_powell wrote: > Tonight I ran setup.exe with a month or so worth of updates. > > This is an extract from the log: You're missing a very important part of the log: i.e., the first line which tells you the version of setup you're running. > [...] > 2005/05/31 18:53:46

Re: Using Perl to access serial ports

2005-05-31 Thread Jason Pearce
Igor Pechtchanski wrote: Just FYI: /dev/ttyS* devices are numbered from 0, so /dev/com1 corresponds to /dev/ttyS0... Also, if you have a sequence of shell commands that should work but don't (e.g., stty followed by echo followed by read/cat), could you please post them, along with an equivalent

Re: man-1.5p-1

2005-05-31 Thread Dr. Volker Zell
> TX writes: > However, it seems that this said version (1.5p) erroneously "restored" two > lines in /usr/share/misc/man.conf Not for me. Ciao Volker -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

RE: OLOCA

2005-05-31 Thread Hecksel, Phillip \(P.J.\)
> -Original Message- > From: Hecksel, Phillip (P.J.) > Sent: Tuesday, May 31, 2005 11:26 AM > To: 'cygwin@cygwin.com' > Subject: OLOCA > > ROFL - rolling on floor laughing > ROFLMAO - ... my ass off > ROFLMAOMSH - ... my sides hurt > > Phil Hecksel > W414 Program Manag

Re: I have user mounts instead of system ones.

2005-05-31 Thread Larry Hall
At 01:13 AM 5/31/2005, you wrote: >Larry Hall cygwin.com> writes: > >> >> Unless you installed these services with a particular user specified (see >> the '-u' flag of 'cygrunsrv'), none of the services should be using any >> user mount. All services started by 'cygrunsrv', by default, run as

RE: OLOCA

2005-05-31 Thread Dave Korn
Original Message >From: Hecksel, Phillip (P.J.) >Sent: 31 May 2005 16:34 >> -Original Message- >> From:Hecksel, Phillip (P.J.) >> Sent:Tuesday, May 31, 2005 11:26 AM >> To: 'cygwin OOOPS cygwin DOTBOMB' http://cygwin.com/acronyms#PCYMTNQREAIYR >> Subject:

Re: pthreads, cygwin and pthread_mutex_lock not blocking

2005-05-31 Thread Peter Rehley
Well, here is a simple test case, but turns out I wasn't using the latest version. I was having the problem on 1.5.12, I haven't been able to get a good build with cygwin 1.5.17-1. It builds and I can run the install script, but when I put the dll in place I see the message "cygheap magic nu

RE: OLOCA

2005-05-31 Thread Igor Pechtchanski
On Tue, 31 May 2005, Hecksel, Phillip (P.J.) wrote: > > -Original Message- > > From: Hecksel, Phillip (P.J.) > > Sent: Tuesday, May 31, 2005 11:26 AM > > To: '[EMAIL PROTECTED]' > > Subject:OLOCA . Thanks. > > ROFL - rolling on

RE: OLOCA

2005-05-31 Thread Dave Korn
Original Message >From: Igor Pechtchanski >Sent: 31 May 2005 18:44 > Quoting from the bottom of the OLOCA: Maybe you should move that bit up to the top? And perhaps you should make the "*on one of the Cygwin lists*" text a bit bigger and more eye-catching. Like about 36 miles

Re: pthreads, cygwin and pthread_mutex_lock not blocking

2005-05-31 Thread David Rothenberger
On 5/31/2005 10:15 AM, Peter Rehley wrote: Well, here is a simple test case, but turns out I wasn't using the latest version. I was having the problem on 1.5.12, I haven't been able to get a good build with cygwin 1.5.17-1. It builds and I can run the install script, but when I put the dll i

RE: OLOCA

2005-05-31 Thread Igor Pechtchanski
On Tue, 31 May 2005, Dave Korn wrote: > Original Message > >From: Igor Pechtchanski > >Sent: 31 May 2005 18:44 > > > Quoting from the bottom of the OLOCA: > > Maybe you should move that bit up to the top? I doubt it matters where it is. That's the only place on the page that says to se

RE: OLOCA

2005-05-31 Thread Dave Korn
Original Message >From: Igor Pechtchanski >Sent: 31 May 2005 19:08 > On Tue, 31 May 2005, Dave Korn wrote: > >> Original Message >>> From: Igor Pechtchanski >>> Sent: 31 May 2005 18:44 >> >>> Quoting from the bottom of the OLOCA: >> >> Maybe you should move that bit up to the

permissions and user data backups

2005-05-31 Thread David Kim
I'm trying to set up automated rsync backups, but I'm running into some problems. When I manually run my rsync script as Administrator, opening some user folders gives "permission denied." Is there a way to create a "root/SYSTEM" like user? or alternatively, how would I go about acheiving th

How to have libpcap

2005-05-31 Thread Alireza Ghasemi
Hello, Many programs need LibPcap to be built.But when compiling it,it says things about "packet capture type" that I don't know how to port them to cygwin. Is any way to solve this problem and compile libpcap or a ported version of this? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#un

STDIN problem

2005-05-31 Thread Alireza Ghasemi
When configuring many programs I get messages like "can not open STDIN : no such file or directory" and when building perl, it stopped the Configure. What's wrong with STDIN and what should I do? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: htt

Re: How to have libpcap

2005-05-31 Thread Igor Pechtchanski
On Sun, 29 May 2005, Alireza Ghasemi wrote: > Hello, > Many programs need LibPcap to be built.But when compiling it,it says things > about "packet capture type" that I don't know how to port them to cygwin. > Is any way to solve this problem and compile libpcap or a ported version of > this? The

Re: OLOCA

2005-05-31 Thread Christopher Faylor
On Tue, May 31, 2005 at 02:08:22PM -0400, Igor Pechtchanski wrote: >On Tue, 31 May 2005, Dave Korn wrote: > >> Original Message >> >From: Igor Pechtchanski >> >Sent: 31 May 2005 18:44 >> >> > Quoting from the bottom of the OLOCA: >> >> Maybe you should move that bit up to the top? > >I do

Re: OLOCA

2005-05-31 Thread Igor Pechtchanski
On Tue, 31 May 2005, Christopher Faylor wrote: > On Tue, May 31, 2005 at 02:08:22PM -0400, Igor Pechtchanski wrote: > >On Tue, 31 May 2005, Dave Korn wrote: > > > >> Original Message > >> >From: Igor Pechtchanski > >> >Sent: 31 May 2005 18:44 > >> > >> > Quoting from the bottom of the OLOC

Re: OLOCA

2005-05-31 Thread Igor Pechtchanski
On Tue, 31 May 2005, Igor Pechtchanski wrote: > On Tue, 31 May 2005, Christopher Faylor wrote: > > > On Tue, May 31, 2005 at 02:08:22PM -0400, Igor Pechtchanski wrote: > > >On Tue, 31 May 2005, Dave Korn wrote: > > > > > >> Original Message > > >> >From: Igor Pechtchanski > > >> >Sent: 31

Size of CygWin Display Font

2005-05-31 Thread Khadhrawi, Mohammad
Dear Sir/Madam, I am a new user of CygWin.  I've just finished installing it. Now, I want to change (enlarge) the size of the CygWin display font. I did some readings on your web site and others.  I found that I need .profile or .bashrc files.  However, I cannot find either of these files. Is

RE: Size of CygWin Display Font

2005-05-31 Thread Gary R. Van Sickle
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Khadhrawi, Mohammad > Sent: Tuesday, May 31, 2005 3:25 PM > To: cygwin@cygwin.com > Subject: Size of CygWin Display Font > > Dear Sir/Madam, > > I am a new user of CygWin.  I've just finished installi

Re: permissions and user data backups

2005-05-31 Thread Larry Hall
At 02:36 PM 5/31/2005, you wrote: >I'm trying to set up automated rsync backups, but I'm running into some >problems. When I manually run my rsync script as Administrator, opening some >user folders gives "permission denied." Is there a way to create a >"root/SYSTEM" like user? or alternative

Re: STDIN problem

2005-05-31 Thread Larry Hall
At 02:51 PM 5/31/2005, you wrote: >When configuring many programs I get messages like "can not open STDIN : no >such file or directory" and when building perl, it stopped the Configure. >What's wrong with STDIN and what should I do? >Thanks. Start by reading and following the problem reporting gui

1.5.17 regression - 'printer name is invalid' is back

2005-05-31 Thread bill . welch
$ export PRINTER='\\NNYCC003PPS2\P100091409' $ echo | lpr -D Windows printer name = '' isWindows9x = 0, isWindows2K_NT4 = 1 Printer name: 'Acrobat Distiller', Port name: 'C:\Documents and Settings\All Users\Desktop\*.pdf' Printer name: '\\NNYCC003PPS2\P100091409', Port name: 'P100091409' lpr: prin

Re: Re: 1.5.16: DuplicateHandle(Out) failed (e=6)

2005-05-31 Thread Nathan L Mullen
Thank you for your willingness to help. >> I recently upgraded from Cygwin 1.5.6-1 to 1.5.16-1. > >Does it still happen with 1.5.17-1? Yes. >> showProb.sh: ### >> #!/bin/sh >> perl -S showProb.pl > >That's not a bash script. >Is the -S necessary?

Re: Emacs problem with Cygwin 1.5.17-1

2005-05-31 Thread Angelo Graziosi
I remember you, that reinstalling Cygwin 1.5-16-1 (and keeping coreutils 5.3.0-6) Emacs works fine. I would keep 1.5.17-1 because it allow me to build CERNLIB-2005 with a limited number of patches (with 1.5.16-1 there is something more to patch) I have also tried XEmacs 21.4.17-1. It starts and

[ANNOUNCEMENT] Updated: distcc-2.18.3-1

2005-05-31 Thread Harold L Hunt II
The distcc-2.18.3-1 package has been updated in the Cygwin distribution. Changes === 1) Resync with upstream release. -- Harold Hunt *** To update your installation, click on the "Install Cygwin now" link on the http://cygwin.

Re: slow windows foreground operation after installing cygwin-1.5.17-1

2005-05-31 Thread Charles D. Russell
* /From/: Mark Hadfield * /To/: cygwin at cygwin dot com * /Date/: Mon, 30 May 2005 12:07:28 +1200 * /Subject/: Re: slow windows foreground operation after installing cygwin-1.5.17-1 * /References/: <[EMAIL PROTECTED]

Re: I have user mounts instead of system ones.

2005-05-31 Thread Jason FU
Larry Hall cygwin.com> writes: > If you have them, they were either created this way or explicitly through > your action using 'mount'. Sorry, I cannot say which. > [EMAIL PROTECTED] ~ $ mount -m mount -f -s -b "C:/cy

Re: I have user mounts instead of system ones.

2005-05-31 Thread Larry Hall
At 08:58 PM 5/31/2005, you wrote: >Larry Hall cygwin.com> writes: > >> If you have them, they were either created this way or explicitly through >> your action using 'mount'. Sorry, I cannot say which. >> > > >[EMAIL PRO

Re: 1.5.17 regression - 'printer name is invalid' is back

2005-05-31 Thread Tim Beuman
This problem probably is a result of the modifications in src/winsup/cywin/path.cc introduced in version 3.373. lpr.exe uses cygwin_conv_to_win32_path() which now is forced to check for non-absolute pathnames only: version 1.373: path_conv p (path, PC_SYM_FOLLOW | PC_NO_ACCESS_CHECK | PC_NOFU

[Fwd: Re: 1.5.17 regression - 'printer name is invalid' is back]

2005-05-31 Thread Tim Beuman
I tried using cygwin_conv_to_full_win32_path() in lpr.cc but it comes back with errno=136 (ENOSHARE). I tried cygwin_conv_to_win32_path() and it comes back with errno=136 too. Tim Original Message Subject: Re: 1.5.17 regression - 'printer name is invalid' is back Date: Tue, 31

Re: I have user mounts instead of system ones.

2005-05-31 Thread Jason FU
Larry Hall cygwin.com> writes: > > Sorry but I don't know what this shows. You seem to be implying that > installing causes user mounts that never appeared previously > to suddenly appear. Or perhaps I am misunderstanding you. I don't know. > I can say this however. What you have shown abov

Re: 1.5.17 regression - 'printer name is invalid' is back

2005-05-31 Thread Christopher Faylor
On Tue, May 31, 2005 at 06:39:51PM -0700, Tim Beuman wrote: >This problem probably is a result of the modifications in >src/winsup/cywin/path.cc introduced in version 3.373. > >lpr.exe uses cygwin_conv_to_win32_path() which now is forced to check >for non-absolute pathnames only: > >version 1.373

Need help

2005-05-31 Thread jagath kumara
Mr who help me I am trying create win 32 dll for php I need run this command---: "ext_skel_win32.php" and command---: "phpize" this also cygwin refuse to run this please help me I am looking forward hear form you Thanks __ Do you Yahoo!? Ya