Re: bytes

2004-12-14 Thread Corinna Vinschen
On Dec 14 21:00, David wrote: > This is the actual print > > drive type : 27 (DLT compact tape)) > tape capacity: 39758848 KB remaining: 39909992 KB > current file :0 active partition :0 > current block:0 cur

Re: Updating cygwin - problems with mirror site

2004-12-14 Thread Gorden Jemwa
Thanks Igor. I am up and running again :) Gorden Igor Pechtchanski wrote: On Tue, 14 Dec 2004, Gorden Jemwa wrote: I am trying to update my cygwin installation from a mirror. Unfortunately, every time I run setup the utility is still only seeing old packages and the setup.ini timestamp is also old

building bandobject sample with g++ in cygwin...

2004-12-14 Thread Daniel Starin
Hi, I am trying to build the band object sample dll in cygwin as opposed to visual studio and was wondering what changes I would need to make to the makefile in order to do so. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/pla tform/shell/programmersguide/sample

Re: Problems starting rxvt

2004-12-14 Thread Larry Hall
At 10:29 AM 12/14/2004, you wrote >On Tue, Dec 14, 2004 at 08:15:03AM +0100, Jesper Nyg?rds wrote: >>On Mon, 13 Dec 2004 14:32:22 -0500, Larry Hall >> >>> While you're at it, check if DISPLAY is set in your environment. >> >>Doing an "echo %DISPLAY%" in DOS yields :0.0 >>Doing an "echo $DISPLAY"

Re: Limitation in SCP?

2004-12-14 Thread Bob Smart
I haven't yet had an opportunity to try 1.5.12, and it may be a while (just because I'm responsible for keeping the databases on these machines running doesn't mean I get regular access to them...) but I'll keep that in mind next time I get a shot at them. I'd really like to blame Winduhs netwo

Re: Updating cygwin - problems with mirror site

2004-12-14 Thread Igor Pechtchanski
On Tue, 14 Dec 2004, Gorden Jemwa wrote: > I am trying to update my cygwin installation from a mirror. > Unfortunately, every time I run setup the utility is still only seeing > old packages and the setup.ini timestamp is also old. If I change the > mirror the setup.ini file generated is current.

Re: Limitation in SCP?

2004-12-14 Thread Jim Kleckner
Corinna Vinschen wrote: On Dec 13 14:37, Bob Smart wrote: I've discovered that in some circumstances, scp seems to get tired early when transferring a largish file (around 200MB). It copies diligently for the first 20-40MB (exactly where it stops varies from run to run), then CPU usage drops to ze

1.5.12: mt sees incorrect maximum block size

2004-12-14 Thread Richard Simon
when I attempt to set the correct block size with mt (or try to do so with tar) I am unable to do so. mt status 2 reports a maximum block size of 65535, whereas the windows driver and the winTarSCSI utility both report a much larger maximum block size of 16777214 I can use the winTarSCSI utili

Re: bytes

2004-12-14 Thread David
This is the actual print drive type : 27 (DLT compact tape)) tape capacity: 39758848 KB remaining: 39909992 KB current file :0 active partition :0 current block:0 cur logical block:0 General status bit

Re: Command boxes popping up

2004-12-14 Thread Rui-Tao Dong
> "jurgen.defurne" == jurgen defurne <[EMAIL PROTECTED]> writes: jurgen.defurne> Hello, everybody, Since I switched from Cygwin 1.5.3 jurgen.defurne> to Cygwin 1.5.11, I keep getting annoying DOS boxes jurgen.defurne> when starting a non-cygwin process inside a cygwin jurgen.defurne> pro

RE: why is -L/usr/local/lib necessary?

2004-12-14 Thread Andrew Schulman
> > why doesn't "gcc -lfoo" (ld) find /usr/local/lib/foo.dll? > > what do I do to avoid this? > > Edit /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Geez, that thing should be in /etc. -- To reply by email, replace "deadspam.com" by "alumni.utexas.net" -- Unsubscribe info: http://cygwin.c

Re: find crashes in /proc/registry

2004-12-14 Thread Christopher Faylor
On Tue, Dec 14, 2004 at 02:12:48PM -0500, Chris Herborth wrote: >Chuck wrote: >>Christopher Faylor wrote: >>| On Mon, Dec 13, 2004 at 04:52:31PM -0500, Chuck wrote: >>| >>|>I don't know if this has been reported before >>| >>| It has. >>| >>| The conclusion? >>| >>| Don't use find on /proc. > >ls -

Re: find crashes in /proc/registry

2004-12-14 Thread Chuck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor wrote: | On Tue, Dec 14, 2004 at 02:12:48PM -0500, Chris Herborth wrote: | |>Chuck wrote: |> |>>Christopher Faylor wrote: |>>| On Mon, Dec 13, 2004 at 04:52:31PM -0500, Chuck wrote: |>>| |>>|>I don't know if this has been reported bef

Re: floppy drive accesses

2004-12-14 Thread Robert Pendell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Korn wrote: |>-Original Message- |>From: cygwin-owner On Behalf Of Larry Hall |>Sent: 13 December 2004 19:38 | | |>At 02:57 AM 12/13/2004, you wrote: |> |>>-BEGIN PGP SIGNED MESSAGE- |>>Hash: SHA1 |>> |>>Eric Schweitz wrote: |>>| |>

Re: find crashes in /proc/registry

2004-12-14 Thread Chris Herborth
Chuck wrote: Christopher Faylor wrote: | On Mon, Dec 13, 2004 at 04:52:31PM -0500, Chuck wrote: | |>I don't know if this has been reported before | | It has. | | The conclusion? | | Don't use find on /proc. ls -lR /proc works. :-) -- Chris Herborth ([EMAIL PROTECTED]) Never send a monster to do the

problems using gcc -MM on source with Windows-style #include paths

2004-12-14 Thread Benjamin Drucker
I want to generate dependencies for my adopted C code with "Windows-style" #include paths like this: #include #include "Common\Misc\Boot.c" I am building from a cygwin [CYGWIN_NT-5.1] window. I thought to use gcc -MM, but my version ["3.3.3 (cygwin special)"] croaks on the #include paths with b

Re: Tcl doesn't build out of src repository on cygwin

2004-12-14 Thread Bernhard Walle
Corinna Vinschen wrote: On Oct 13 13:15, Dave Korn wrote: Should it? I see loads of error messages caused by a bad table of static initialisers in src/tcl/win/tclWin32Dll.c. It happens because DLLIMPORT is used a lot in w32api which is only conditionalized with __INSIDE_CYGWIN__. That's solved

Re: why is -L/usr/local/lib necessary?

2004-12-14 Thread Sam Steingold
> * Dave Korn <[EMAIL PROTECTED]> [2004-12-14 17:27:37 +]: > > Look, you have only two choices. Either put your libs in the default > search path, or specify the path. It's not unreasonable that gcc > can't magically guess where you've hidden them. I agree, with a minor additions: 1. /usr/l

RE: find crashes in /proc/registry

2004-12-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Chuck > Sent: 14 December 2004 16:29 > $ pwd > /proc/registry/HKEY_LOCAL_MACHINE > $ ls > ./ ../ HARDWARE/ SAM/ SECURITY/ SOFTWARE/ SYSTEM/ > > There are no *'s here but it's not displaying any of the file > names that > exist

Re: find crashes in /proc/registry

2004-12-14 Thread Chuck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corinna Vinschen wrote: | On Dec 14 11:41, Chuck wrote: | |>Corinna Vinschen wrote: |>| I'm wondering what the problem is. Listing the "*" subdir works fine |>for me: |> |>What versions of Cygwin and find are you using. I'm using GNU find |>version 4.2

RE: why is -L/usr/local/lib necessary?

2004-12-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dave Korn > Sent: 14 December 2004 17:28 > 2) You can't statically link against a .dll anyway. You > statically link (at > compile time) against .a files; you dynamically link (at > runtime) against .dll files. Minor correction

Re: why is -L/usr/local/lib necessary?

2004-12-14 Thread Sam Steingold
> * Chris January <[EMAIL PROTECTED]> [2004-12-14 17:28:55 +]: > >> why doesn't "gcc -lfoo" (ld) find /usr/local/lib/foo.dll? >> what do I do to avoid this? > > Edit /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs how? (and will the executable run - or do I need to add /usr/local/lib/ to PATH) -

RE: why is -L/usr/local/lib necessary?

2004-12-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Sam Steingold > Sent: 14 December 2004 17:02 > Subject: why is -L/usr/local/lib necessary? > > why doesn't "gcc -lfoo" (ld) find /usr/local/lib/foo.dll? Two reasons: 1) It won't look in /usr/local/lib by default. "gcc -print-searc

Re: tty_list::terminate() tty_master NULL pointer deference

2004-12-14 Thread Corinna Vinschen
On Dec 13 21:54, Conrad W Song wrote: > There is a race/bug between ?tty_list::allocate_tty()? and > ?tty_list::terminate()?.? The cuprits appear to be: > > 1) ?tty_list::terminate? does not hold the ?tty_mutex? before freeing a tty > 2) ?tty::init()? does not clear ?master_pid? field as called by

RE: why is -L/usr/local/lib necessary?

2004-12-14 Thread Chris January
> why doesn't "gcc -lfoo" (ld) find /usr/local/lib/foo.dll? > what do I do to avoid this? Edit /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: find crashes in /proc/registry

2004-12-14 Thread Chuck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corinna Vinschen wrote: | On Dec 14 17:12, Reini Urban wrote: | |>'*' is by POSIX definition an invalid filename character. | | | No, '*' is perfectly fine a character on POSIX systems. It's not valid | on FAT and NTFS usually. | | I'm wondering what t

why is -L/usr/local/lib necessary?

2004-12-14 Thread Sam Steingold
why doesn't "gcc -lfoo" (ld) find /usr/local/lib/foo.dll? what do I do to avoid this? -- Sam Steingold (http://www.podval.org/~sds) running w2k will write code t

Re: find crashes in /proc/registry

2004-12-14 Thread Corinna Vinschen
On Dec 14 11:41, Chuck wrote: > Corinna Vinschen wrote: > | I'm wondering what the problem is. Listing the "*" subdir works fine > for me: > > What versions of Cygwin and find are you using. I'm using GNU find > version 4.2.10, and Cygwin kernel release 1.5.12(0.116/4/2). Funny that you ask. I

Re: find crashes in /proc/registry

2004-12-14 Thread Corinna Vinschen
On Dec 14 17:12, Reini Urban wrote: > '*' is by POSIX definition an invalid filename character. No, '*' is perfectly fine a character on POSIX systems. It's not valid on FAT and NTFS usually. I'm wondering what the problem is. Listing the "*" subdir works fine for me: $ find /proc/registry/HKE

Re: find crashes in /proc/registry

2004-12-14 Thread Christopher Faylor
On Tue, Dec 14, 2004 at 11:28:34AM -0500, Chuck wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Reini Urban wrote: >| Chuck schrieb: >| >|> Christopher Faylor wrote: >|> | On Mon, Dec 13, 2004 at 04:52:31PM -0500, Chuck wrote: >|> |>I don't know if this has been reported before >|> | >|>

Re: find crashes in /proc/registry

2004-12-14 Thread Chuck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reini Urban wrote: | Chuck schrieb: | |> Christopher Faylor wrote: |> | On Mon, Dec 13, 2004 at 04:52:31PM -0500, Chuck wrote: |> |>I don't know if this has been reported before |> | |> | It has. |> | The conclusion? |> | Don't use find on /proc. | | |>

RE: Problems starting rxvt

2004-12-14 Thread Harig, Mark
> -Original Message- > From: Jesper Nygårds > Sent: Monday, December 13, 2004 2:10 AM > To: cygwin > Subject: Problems starting rxvt > > > I have some problems when trying to run rxvt on my newly > installed cygwin. > > I have edited the cygwin.bat script to read as follows: > > @echo

Re: Problems starting rxvt

2004-12-14 Thread Christopher Faylor
On Tue, Dec 14, 2004 at 08:15:03AM +0100, Jesper Nyg?rds wrote: >On Mon, 13 Dec 2004 14:32:22 -0500, Larry Hall > >> While you're at it, check if DISPLAY is set in your environment. > >Doing an "echo %DISPLAY%" in DOS yields :0.0 >Doing an "echo $DISPLAY" in rxvt/zsh yields :0.0 So, Larry's susp

Re: short fread(), but no ferror/feof

2004-12-14 Thread Jason Tishler
Jeff, On Mon, Dec 13, 2004 at 02:55:12PM -0500, Jeff Johnston wrote: > Regardless, the behavior is wrong. The same test on a buffered file > yields the EOF. > > I have posted a patch. Thanks for the patch. I have confirmed it resolves the following Cygwin Python problem: http://sf.net/tra

RE: 1.5.12-1: ld (make) Error while compiling

2004-12-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of prasanna hegde > Sent: 14 December 2004 04:33 > 1.5.12-1. After upgrading that cygwin ,i have > compiled the same source with newer cygwin1.dll i got > errors like this > > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i

Updating cygwin - problems with mirror site

2004-12-14 Thread Gorden Jemwa
I am trying to update my cygwin installation from a mirror. Unfortunately, every time I run setup the utility is still only seeing old packages and the setup.ini timestamp is also old. If I change the mirror the setup.ini file generated is current. What could be the problem with the other mirro

RE: Command boxes popping up

2004-12-14 Thread jurgen . defurne
"Morche Matthias" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 2004-12-13 04:57 PM To: <[EMAIL PROTECTED]> cc: (bcc: Jurgen Defurne/BRG/CE/PHILIPS) Subject:RE: Command boxes popping up Classification: [EMAIL PROTECTED] wrote: >... >> I have