Re: Win2k and cygwin memory leak

2003-08-11 Thread Brian . Kelly
;-) bk "Christopher Faylor" <[EMAIL PROTECTED]>@cygwin.com on 08/08/2003 11:13:02 AM Please respond to [EMAIL PROTECTED] Sent by:[EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: (bcc: Brian Kelly/WTC1/Empire) Subject:Re: Win2k and cygwin memory leak On Fri, Aug 08, 2003 at

Re: ftw()

2003-08-11 Thread Samuel Thibault
Le lun 04 aoû 2003 20:05:45 GMT, Nicholas Wourms a tapoté sur son clavier : > That being said, My suggestion to Samuel would be to investigate the > FreeBSD cvs repo to see if they have implimented ftw() in their libc, > since they have a more "free" license and aren't GPL-infected. It seems to

Re: gpg -c does NOT work

2003-08-11 Thread Volker Quetschke
Hi Karl, i'm trying to use gpg in symmetric cipher mode. when i encrypt and then decrypt, i get the strange result that my file has SLIGHTLY changed (an error every 32 bytes, or so.) foo bar differ: char 39, line 1 Can you try: $ gpg --output bar -d foo.gpg I'd be interested if it's a gpg proble

cygwin1.dll in /usr/sbin for inetd...

2003-08-11 Thread Jason Fu
Hi there, I've come across a problem for long; i.e. [EMAIL PROTECTED] ~ $ inetd --install-as-service [EMAIL PROTECTED] ~ $ net start "cygwin inetd" The service is not responding to the control function. More help is available by typing NET HELPMSG 2186. [EMAIL PROTECTED] ~ $ cp /bin/cygwin1.d

Re: hi

2003-08-11 Thread Jason Tishler
David, Please post instead of sending private email. On Mon, Aug 11, 2003 at 01:40:23PM +, [EMAIL PROTECTED] wrote: > can you tell me where i can download Cygipc Package? > Tks > David Fan Do you Google? http://www.google.com/search?hl=en&ie=UTF-8&oe=

Re: fd --> handle?

2003-08-11 Thread Corinna Vinschen
On Wed, Jul 30, 2003 at 04:03:44PM -0400, Sam Steingold wrote: > how do I convert a cygwin file descriptor (int) to an underlying win32 > HANDLE? > (i.e., reverse cygwin_attach_handle_to_fd()). #include HANDLE hdl = get_osfhandle (fd); Corinna -- Corinna Vinschen Please, s

ld crashes when compiling qt3

2003-08-11 Thread Jérôme DESPATIS
Hello i get qt 3 from http://kde-cygwin.sourceforge.net/qt3/compiling.php i tried to compile it, but at link time, i get: collect2: ld terminated with signal 11 [Segmentation fault] how can i help you by giving a special file ? i don't find any core in my qt-3 directory thanks enzo __

Re: Help install in winNT

2003-08-11 Thread Igor Pechtchanski
On Wed, 6 Aug 2003, hfernandezb wrote: > Dear's: > > I do'nt install cygwin in WinNT > > Error: > > Dr. Watson de WinNT > > Error de aplicacion y se esta generando un registro de error de aplicacion > setup.exe > Excepcion: infraccion de acceso (0x005), Direccion: 0x0045f1b0 > > Please help ..

Re: posted: X4W: Limited Cygwin on CD-ROM

2003-08-11 Thread Corinna Vinschen
On Mon, Aug 11, 2003 at 09:40:06PM -, M.Vaseer wrote: > > Title: X4W: Limited Cygwin on CD-ROM > Url:http://www.vaseer.net/~portal/my- > work/projects/x4w/x4w.html > Type: Software > Author: M. Vaseer > Email: x4w at vaseer dot net > Date: 2003-08-11 > Text: A limited versi

Re: What is the minimum needed to run gtar?

2003-08-11 Thread Igor Pechtchanski
On Wed, 6 Aug 2003, David A. Case wrote: > On Wed, Aug 06, 2003, David Rothenberger wrote: > > > > You can find out what DLLs an executable needs by running cygcheck on it. > > Note that this may not give a complete list. Consider rxvt.exe: > > quine% cygcheck rxvt.exe > Found: .\rxvt.exe > Found

Re: how to become a package maintainer?

2003-08-11 Thread Sven Köhler
- how do i build DLLs? i could compile libao, libogg and libvorbis but i only get *.la and *.a files but no *.dll like i would expect. i thought that this would be managed by autoconf/configure somehow, but it isn't as it seems. Add -no-undefined to the libtool LDFLAGS. I looked a little closer a

Re: michael's openssh for windows

2003-08-11 Thread Igor Pechtchanski
The thread starting at might be of help. Igor On Mon, 11 Aug 2003, jwaterbrook wrote: > I haven't seemed to get very far with this, > I was hoping someone might be able to point a blind man in the right > direction :) > > Waterbrook, Joh

Re: Win2k and cygwin memory leak

2003-08-11 Thread Andrew DeFaria
[EMAIL PROTECTED] wrote: Seems like your saying that (using a car analogy) he should replace the carberator when the real problem is a leak in the fuel line. (IOW you're attacking the wrong area - your problem lies elsewhere). Nope - gotta lower your expectations. I use to work in shop when I wa

Cygwin Apache

2003-08-11 Thread Ajay Nerurkar
Corinna, Do you remember what your fix (http://sources.redhat.com/ml/cygwin/2003-06/msg00055.html) for the Apache hanging problem was? We are using Cygwin 1.3.22 and we would like to drop in this fix. Thanks. Ajay __ Do you Yahoo!? Yahoo! SiteBuilder - Free, ea

michael's openssh for windows

2003-08-11 Thread jwaterbrook
I'd prefer not to start a new thread, but I've been searching for the past few hours with no luck. I needed a fast way to set up sftp on a winXP box, so I did a little google search and found lexa.mckenna.edu/sshwindows/ had a clean and easy way of doing this. I changed the regestry setting "/h

Re: 1.5.2-1 file truncated

2003-08-11 Thread Jan Nieuwenhuizen
Christopher Faylor <[EMAIL PROTECTED]> writes: > Could I have some more debugging of this, please? I can't duplicate > it with a simple test case That's what I tried, but the simple case works. > and I surely don't want to download tetex to try to duplicate it. No, I would not advise to do so.

RE: Directory problems after fresh install of v1.3.22-1

2003-08-11 Thread Igor Pechtchanski
On Tue, 5 Aug 2003, Igor Pechtchanski wrote: > On Tue, 5 Aug 2003, David Balazic wrote: > > [snip] > > > > Are you logging > > > in as a domain user by any chance? > > Yes. > > > Are your /etc/passwd and /etc/group up > > > to date? > > I don't know. What does it mean "up to date" what must be

Re: how to become a package maintainer?

2003-08-11 Thread Gerrit P. Haase
Hallo Sven, Am Dienstag, 12. August 2003 um 00:12 schriebst du: >>>- how do i build DLLs? i could compile libao, libogg and libvorbis but i >>>only get *.la and *.a files but no *.dll like i would expect. i thought >>>that this would be managed by autoconf/configure somehow, but it isn't >>>as

Bug in lynx setup.hint? (was: Re: cygcrypto-0.9.7.dll)

2003-08-11 Thread Gerrit P. Haase
Hallo Arno, > Why didn't lynx-cygwin comes with all needed files? > Isn't it possible to install a "complete package" at once? > If really this cygcrypto-0.9.7.dll is needed to run lynx-cygwin, imho. it > would be much more easier to download this single file than run setup and > install a complet