Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-11-21 Thread Reini Urban
Karl M schrieb: Back on Octber 4-6, Corinna, Chris and Bob Byrnes were discussing temporarily reverting some of the pipe changes until a better solution is found so that native unison and other native programs would work with pipes (with ssh for example) on XP SP2. With the release of the 1.5.1

Re: select() read() and write() on /dev/console

2004-11-21 Thread Jason Curl
Christopher Faylor cygwin.com> writes: > > On Sun, Nov 21, 2004 at 07:00:42PM +0100, Jason Curl wrote: > >Christopher Faylor wrote: > >>On Fri, Nov 19, 2004 at 06:46:56PM +0100, Jason Curl wrote: > >> > >>>My question, how do I go about investigating what the root cause is? Has > >>>anybody els

Re: Manual page width is fixed and I'd like it not to be

2004-11-21 Thread Aaron Miller
Aaron Miller wrote: Raye Raskin wrote: Hi! I've just been installing Cygwin on a new machine and getting everything into the shape I like it, but there's something I can't seem to figure out how to fix. I'm running XWin all the time so I can use xterms, but manual pages seem to get formatted t

Re: Manual page width is fixed and I'd like it not to be

2004-11-21 Thread Aaron Miller
Raye Raskin wrote: Hi! I've just been installing Cygwin on a new machine and getting everything into the shape I like it, but there's something I can't seem to figure out how to fix. I'm running XWin all the time so I can use xterms, but manual pages seem to get formatted to 80 columns wide no

Re: speaking of man pages, anyone know how to remove this stuff?

2004-11-21 Thread Yitzchak Scott-Thoennes
On Sun, Nov 21, 2004 at 09:20:43PM -0800, Raye Raskin <[EMAIL PROTECTED]> wrote: > When I type "man ANYTHING" I get the following before the man page > comes up: > > Unrecognized line in config file (ignored) > JNROFF LANG=ja_JP.UTF-8 /usr/bin/groff -Tnippon -mandocj > Unrecognized line i

speaking of man pages, anyone know how to remove this stuff?

2004-11-21 Thread Raye Raskin
When I type "man ANYTHING" I get the following before the man page comes up: Unrecognized line in config file (ignored) JNROFF LANG=ja_JP.UTF-8 /usr/bin/groff -Tnippon -mandocj Unrecognized line in config file (ignored) KNROFF /usr/bin/groff -Tkorean -mandoc Unrecognized line in c

Re: Manual page width is fixed and I'd like it not to be

2004-11-21 Thread Raye Raskin
Hi! I've just been installing Cygwin on a new machine and getting everything into the shape I like it, but there's something I can't seem to figure out how to fix. I'm running XWin all the time so I can use xterms, but manual pages seem to get formatted to 80 columns wide no matter how wide my

Manual page width is fixed and I'd like it not to be

2004-11-21 Thread Aaron Miller
Hi! I've just been installing Cygwin on a new machine and getting everything into the shape I like it, but there's something I can't seem to figure out how to fix. I'm running XWin all the time so I can use xterms, but manual pages seem to get formatted to 80 columns wide no matter how wide my

audio recording

2004-11-21 Thread Shuhei Habu
hi, Which version of cygwin supports audio recording by reading /dev/dsp? I found some information on this matter but it is just a patch for cygwin. >if ( ( fd = open( "/dev/dsp", O_RDWR ) ) == -1 ) >{ > perror( "open()" ); > exit( 1 ); >} On 1.5.12-1, the code above fail

Re: linking programs with winsock API - Problems

2004-11-21 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > I am new to using the winsock programs. I am having problem in creating the > runtime binaries using the socket programming with winsock API. > > The error message received on the console is :- cannot find -lwinsock32 If you are compiling a _cygwin_ program and use s

Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-11-21 Thread Brian Dessent
Karl M wrote: > Back on Octber 4-6, Corinna, Chris and Bob Byrnes were discussing > temporarily reverting some of the pipe changes until a better solution is > found so that native unison and other native programs would work with pipes > (with ssh for example) on XP SP2. > > With the release of t

linking programs with winsock API - Problems

2004-11-21 Thread krishna_unf
Hi, I am new to using the winsock programs. I am having problem in creating the runtime binaries using the socket programming with winsock API. The error message received on the console is :- cannot find -lwinsock32 The command used to compile and like the program: $ gcc -o winclient.exe ipv4

Re: new Cygwin has memory problems? / cygwin1-20041117.dll

2004-11-21 Thread Lester Ingber
cygwin1-20041117.dll, which I got from www.cygwin/snapshots/, solves a few problems, stopping hanging in dired, ispell, and updatedb. (The crash I experienced is getting more common in XP SP2, BAD_POOL_HEADER (www.tweaksforgeek.com/BAD_POOL_HEADER.html)). Lester Christopher Faylor wrote: ---

Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-11-21 Thread Karl M
Hi Adrian... I thought of doing that too, or changing over when the cygwin package first appeared, but the native and cygwin versions behave differently regarding file attributes. I use the native version of unison because it uses windows permissions as opposed to simulated unix permissions. I s

Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-11-21 Thread Adrian Corduneanu
Hi All, One temporary solution is to use the Cygwin version of unison, rather than the native Windows version. The Cygwin unison package is available through setup, or can easily be compiled from sources in the Cygwin environment. Adrian Karl M wrote: Hi All... Back on Octber 4-6, Corinna, Chri

sem_* functions in cygwin

2004-11-21 Thread Gerrit P. Haase
Hi, nearly all sem_* functions are available, but sem_unlock is missing, was there a problem implementing sem_unlock() or was it just missed by accident? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docume

Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-11-21 Thread Karl M
Hi All... Back on Octber 4-6, Corinna, Chris and Bob Byrnes were discussing temporarily reverting some of the pipe changes until a better solution is found so that native unison and other native programs would work with pipes (with ssh for example) on XP SP2. With the release of the 1.5.12 cygw

Re: select() read() and write() on /dev/console

2004-11-21 Thread Christopher Faylor
On Sun, Nov 21, 2004 at 07:00:42PM +0100, Jason Curl wrote: >Christopher Faylor wrote: >>On Fri, Nov 19, 2004 at 06:46:56PM +0100, Jason Curl wrote: >> >>>My question, how do I go about investigating what the root cause is? Has >>>anybody else seen similar issues and been able to work around it? I

Re: select() read() and write() on /dev/console

2004-11-21 Thread Jason Curl
Christopher Faylor wrote: On Fri, Nov 19, 2004 at 06:46:56PM +0100, Jason Curl wrote: My question, how do I go about investigating what the root cause is? Has anybody else seen similar issues and been able to work around it? I'm stuck and I've never seen the source code to cygwin before. If you

Final (say hopefully? :) on Clapack

2004-11-21 Thread kele
Hi once again! After several attempts the reduced compilation command for a programme that uses a clapack function (for me) looks like this: gcc testclapack.c lapack_CYGWIN.a -lcblaswr -lcblas -latlas -lg2c with testclapack.c and lapack_CYGWIN.a in the same directory. I am not sure if that sho

this is only a test

2004-11-21 Thread Philip Humeniuk
-- 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/

Re: select() read() and write() on /dev/console

2004-11-21 Thread Jason Curl
Christopher Faylor wrote: On Fri, Nov 19, 2004 at 06:46:56PM +0100, Jason Curl wrote: My question, how do I go about investigating what the root cause is? Has anybody else seen similar issues and been able to work around it? I'm stuck and I've never seen the source code to cygwin before. If you

Re: g++ 3.4.1

2004-11-21 Thread Reini Urban
Gerrit P. Haase schrieb: Gerrit P. Haase wrote: No, it will be enabled, or better sjlj will not be enabled and the build defaults to dwarf2. I was wrong with this statement. To clarify this: gcc-3.4 has DWARF2 debug informations enabled, but exception handling will stay to be SjLj exceptions and n

Re: bugs in autotools wrapper scripts

2004-11-21 Thread Reini Urban
Charles Wilson schrieb: Eric Blake wrote: The autotools wrappers (automake 1.7.9-1, autoconf 2.59-1, and libtool 1.5b-1) all have argument parsing bugs. They are trying to parse every option known to either -stable or -devel, but fail in several respects. I've been thinking for a long time of dit

Re: Clapack on Cygwin revisited

2004-11-21 Thread kele
Hi! Just a brief (happy :) note to say that I managed to compile the test programme at last! :)) The full compilation command I used is the following: gcc -mno-cygwin -I/usr/local/lib/ -I/usr/local/include -O3 testclapack.c -L/usr/local/lib lapack_CYGWIN.a -llapack -lcblaswr -lcblas tmglib_CYGWIN