DLL Version 1.5.7: Getting bash to Handle Japanese Characters Correctly

2004-05-15 Thread Joe Wigglesworth
I'm having difficulty getting the bash shell to handle Japanese double byte characters correctly. The handling of double byte Japanese characters is improved by adding the definitions listed below, but some commands such as ls, find, and cygpath still have problems. Is there anything else I can

Re: Uncompressing bz2 files

2004-05-15 Thread Doug Jenkinson
bzip2 -d FILENAME.bz2 Richard Heintze wrote: What is the cygwin command for uncompressing bz2 files? A previous email message on mail scripts referenced a bz2 file. Thanks, Sieg __ Do you Yahoo!? SBC Yahoo! - Internet access at a great

Uncompressing bz2 files

2004-05-15 Thread Richard Heintze
What is the cygwin command for uncompressing bz2 files? A previous email message on mail scripts referenced a bz2 file. Thanks, Sieg __ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/

CYGWIN 1.5.9-1 - Is vprintf() not thread safe?

2004-05-15 Thread John William
I'm having problems with a program that uses vprintf() to show error messages. The program works fine when run as a single-threaded program. When compiled as a multi-threaded program, the console output of vprintf() is "interleaved" with output from the various threads mixed together. With a la

Re: The rxvt.1 manpage of the rxvt-2.7.10-4 package

2004-05-15 Thread Rodrigo Medina
Hi all, On Wed, 12 May 2004 12:00:58 +0800 Fung Chai wrote: > The rxvt manpage cannot be correctly formatted because the nroff file > doc/rxvt.1 contains some left-over yodl bits. I suspect that the > yold2man-post program was not invoked to remove the yodl stuff. An easy way of deleting the YOD

Re: remote ipc fails

2004-05-15 Thread Krzysztof Duleba
Christopher Faylor wrote: > On Sat, May 15, 2004 at 05:58:44PM +0200, Krzysztof Duleba wrote: > >I use cygserver to provide IPC queues, shared memory and semafors. > >Everything works ok if running locally. However, if I login remotely, I > >get "Bad system call" even on ipcs. Is it a bug and shou

Building PerlMagick-6.00 against ImageMagick 5.5.7-2

2004-05-15 Thread Jason Pearce
I am trying to install PerlMagick. I first tried to do so automatically via CPAN and it failed. Then I tried doing the build manually. First up I get a bunch of warnings about not finding libs. From http://sources.redhat.com/ml/cygwin/2003-07/msg01352.html I gather this is erroneous, and wont ef

Re: updatedb error

2004-05-15 Thread Thorsten Kampe
* Christopher Faylor (2004-05-15 19:19 +0100) > On Sat, May 15, 2004 at 06:49:51PM +0200, Thorsten Kampe wrote: >>* Christopher Faylor (2004-05-15 18:21 +0100) >>> On Sat, May 15, 2004 at 10:58:51AM -0400, Pierre A. Humblet wrote: On Sat, May 15, 2004 at 02:25:23PM +0200, Thorsten Kampe wrote:

Re: xemacs shell problem

2004-05-15 Thread David Rothenberger
Igor Pechtchanski wrote: Cygwin uses special pipes, called "pty"s, for applications that aren't running in a console. I'm guessing that XEmacs uses these ptys for its shell buffer. It does by default, but this behavior can be changed by executing (setq process-connection-type nil) before startin

Re: updatedb error

2004-05-15 Thread Christopher Faylor
On Sat, May 15, 2004 at 06:49:51PM +0200, Thorsten Kampe wrote: >* Christopher Faylor (2004-05-15 18:21 +0100) >> On Sat, May 15, 2004 at 10:58:51AM -0400, Pierre A. Humblet wrote: >>>On Sat, May 15, 2004 at 02:25:23PM +0200, Thorsten Kampe wrote: Anyone with a solution or some hints/explanatio

Re: updatedb error

2004-05-15 Thread Thorsten Kampe
* Christopher Faylor (2004-05-15 18:21 +0100) > On Sat, May 15, 2004 at 10:58:51AM -0400, Pierre A. Humblet wrote: >>On Sat, May 15, 2004 at 02:25:23PM +0200, Thorsten Kampe wrote: >>>Anyone with a solution or some hints/explanation? >> >>If you compile your own cygwin, please try the patch in >>ht

Re: remote ipc fails

2004-05-15 Thread Christopher Faylor
On Sat, May 15, 2004 at 05:58:44PM +0200, Krzysztof Duleba wrote: >I use cygserver to provide IPC queues, shared memory and semafors. >Everything works ok if running locally. However, if I login remotely, I >get "Bad system call" even on ipcs. Is it a bug and should I send a >complete report, or is

Re: updatedb error

2004-05-15 Thread Christopher Faylor
On Sat, May 15, 2004 at 10:58:51AM -0400, Pierre A. Humblet wrote: >On Sat, May 15, 2004 at 02:25:23PM +0200, Thorsten Kampe wrote: >>Anyone with a solution or some hints/explanation? > >If you compile your own cygwin, please try the patch in >http://cygwin.com/ml/cygwin-patches/2004-q2/msg00112.ht

Re: cygwin Digest 13 May 2004 06:31:19 -0000 Issue 3579

2004-05-15 Thread Christopher Faylor
On Sat, May 15, 2004 at 01:01:45PM +1000, Allen H. Nugent wrote: >No disrespect intended, please, but this looks like an installation issue, >to me. No, this is an issue for the mailing list that I directed you to. The cygwin-xfree mailing list controls the XFree/Xorg part of cygwin setup. Pleas

Re: ncpfs?

2004-05-15 Thread Thorsten Kampe
* Brandon W. Saxe (2004-05-15 17:16 +0100) > We run novell at work No, you don't. It's called "NetWare". > and I hate it. You hate something you don't even know by name? > I am using ncpfs on a linux box to mount shares. Good choice. On the other hand SMB/CIFS (Samba), AppleTalk and NFS are e

problems running programs with wGui

2004-05-15 Thread Pablo Orduña Fernández
Hi all! I'm experiencing several problems with the wGui library under cygwin (http://wgui.sourceforge.net), which uses SDL and FreeType: Now, I compiled this library under GNU/Linux and had no problem compiling, linking and running programs which used it. Same situation doing this with the mingw3

remote ipc fails

2004-05-15 Thread Krzysztof Duleba
Hello I use cygserver to provide IPC queues, shared memory and semafors. Everything works ok if running locally. However, if I login remotely, I get "Bad system call" even on ipcs. Is it a bug and should I send a complete report, or is this behaviour expected? Regards Krzysztof Duleba -- Unsub

ncpfs?

2004-05-15 Thread Brandon W. Saxe
We run novell at work and I hate it. I am using ncpfs on a linux box to mount shares. I tried compiling it under cygwin but had errors. I think the messages where configure stopped were asking for linux header files like socket.h I think? Has anybody used/compiled ncpfs under cygwin successfully

Re: updatedb error

2004-05-15 Thread Pierre A. Humblet
On Sat, May 15, 2004 at 02:25:23PM +0200, Thorsten Kampe wrote: > With the latest Cygwin snapshot (and probably since quite a few > previous versions) I'm expecting the dreaded "/usr/bin/find: ./.. > changed during execution of /usr/bin/find" error again when running > updatedb. I could confirm thi

Fetchmail Hang with the New Snapshot

2004-05-15 Thread ERIC HO
Hi It seems fetchmail hang with the nw snapshot. The last snapshot without fetchmail problem is from 20040506. Not quite sure whether others experience this too. Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docum

updatedb error

2004-05-15 Thread Thorsten Kampe
With the latest Cygwin snapshot (and probably since quite a few previous versions) I'm expecting the dreaded "/usr/bin/find: ./.. changed during execution of /usr/bin/find" error again when running updatedb. I could confirm this on three fully patched Windows XP machines running the latest Cygwin u

"which" with path $HOME/bin vs ~/bin

2004-05-15 Thread Errol Smith
I recently switched my path from containing "$HOME/bin" to "~/bin" (by updating to a more recent skeleton of .bash_profile and removing stuff from my own .bashrc). Now a bash script of mine that uses "which " to see if a program exists started failing on programs contained in my ~/bin directory.