Re: slrn & mutt - display problem

2005-09-23 Thread Gary
Olaf Foellinger wrote: > I don't think you need mutt to send mail from slrn Oh, you don't! I want to use it because it has all the features that I need when writing mails - saving mails in appropriate mailbox, being able to add attachments, use of my address book, and so on. -- Unsubscribe info:

Re: CygWin DLL linking and the number of files that have to be distributed

2005-09-23 Thread Brian Dessent
Bryan Dunphy wrote: > How do I get it to go back to static linking so all I have to give them > is "X.exe". http://cygwin.com/faq/faq.programming.html#faq.programming.static-linking -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

CygWin DLL linking and the number of files that have to be distributed

2005-09-23 Thread Bryan Dunphy
I used to be able to compile Application "X" and give it to someone without CygWin by just giving them "X.exe". However, now it complains it can't find one or more DLLs. I'm assuming this is because CygWin switched from static to dynamic linking by default. How do I get it to go back to stat

Re: emacs broken after running rebaseall

2005-09-23 Thread Brian Dessent
"Sean M. Paus" wrote: > I have encountered a problem running emacs under cygwin after running > the rebaseall utility. When I run emacs it will load and appear to run > normally, but when I try to run any command it hangs and spins up the CPU. This is a known problem that has been reported often

emacs broken after running rebaseall

2005-09-23 Thread Sean M. Paus
Hello, I have encountered a problem running emacs under cygwin after running the rebaseall utility. When I run emacs it will load and appear to run normally, but when I try to run any command it hangs and spins up the CPU. I experience a similar problem running emacs with the X11 libraries under

Re: rebase: rebaseall growing pains

2005-09-23 Thread Jason Tishler
Yaakov, On Fri, Sep 23, 2005 at 01:34:20PM -0500, Yaakov S wrote: > When I have to run rebase from the distro, I get the following error: > gzip: Argument list too long Oops! > This is because of the command "gzip -d -c /etc/setup/*.lst.gz". > Instead, that part could work like the following: >

Re: Funny hang with snapshop 20050920

2005-09-23 Thread Christopher Faylor
On Fri, Sep 23, 2005 at 07:23:33PM -0400, Volker Quetschke wrote: >Christopher Faylor wrote: >>On Thu, Sep 22, 2005 at 10:18:51PM -0400, Volker Quetschke wrote: >> >>>My favorite testcase (building OOo) started hanging again. >>>... >>>But now the *really* strange part begins: You can break the han

Re: Funny hang with snapshop 20050920

2005-09-23 Thread Volker Quetschke
Christopher Faylor wrote: On Thu, Sep 22, 2005 at 10:18:51PM -0400, Volker Quetschke wrote: My favorite testcase (building OOo) started hanging again. ... But now the *really* strange part begins: You can break the hang by doing "ls /proc/3176/fd" !? and the build continues (until the next hang

Strange behaviour with g++ 3.4.4-1

2005-09-23 Thread Angelo Graziosi
Rebuilding, with GCC 3.4.4-1, a few my Windows applications (those that use -mwindows), I have found a compiler error that was absent in the build with GCC 3.3.3-3. I have created the simplest test case that reproduces the 'phenomenon' // // test.cpp //

[ANNOUNCEMENT] Updated: ORBit2-2.12.3-1, ORBit2-devel-2.12.3-1, libIDL2-0.8.6-1

2005-09-23 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following packages have been updated in the Cygwin distribution: *** ORBit2-2.12.3-1 *** ORBit-devel-2.12.3-1 *** libIDL2-0.8.6-1 ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows

[ANNOUNCEMENT] New package: ORBit-0.5.17-2, ORBit-devel-0.5.17-2, libIDL-0.6.8-2

2005-09-23 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following packages have been added in the Cygwin distribution: *** ORBit-0.5.17-2 *** ORBit-devel-0.5.17-2 *** libIDL-0.6.8-2 ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows pro

rebase: rebaseall growing pains

2005-09-23 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rebaseall is subject to "growing pains". In addition to the 500-some packages in the distro, I have my Cygwin Ports repository installed as well, which makes for a total of almost 1300 binary packages. When I have to run rebase from the distro, I get

Re: esound-0.2.36 - missing file?

2005-09-23 Thread Yaakov S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Antony Baxter wrote: > I've just installed the esound package (v. 0.2.36) via > Setup, and have discovered that although 'esddsp' has > a man page installed, the executable itself isn't, and > nor is it present inside the downloaded tar.bz2 file. Comp

Re: Installation problem

2005-09-23 Thread Larry Hall
At 05:58 AM 9/23/2005, you wrote: >Hi to all, > >-- >--- > >I am getting same problem with my new installation with

Re: how to choose apps to install

2005-09-23 Thread Christopher Faylor
On Fri, Sep 23, 2005 at 11:48:40AM -0400, Larry Hall wrote: >At 09:48 PM 9/22/2005, you wrote: >>Hi guys, >> >>What apps do I need to get in order to have these services on my cygwin: >> >>gcc compiler >>lynx browser >>rxvt >> >>I already have the basic cygwin installed and would just like to know

Re: how to choose apps to install

2005-09-23 Thread Larry Hall
At 09:48 PM 9/22/2005, you wrote: >Hi guys, > >What apps do I need to get in order to have these services on my cygwin: > >gcc compiler >lynx browser >rxvt > >I already have the basic cygwin installed and would just like to know >what I have to add to gain the above functionalities. See FAQ entry

Re: fopen cannot open device name for network printer in windows xp

2005-09-23 Thread Bengt-Arne Fjellner
The One skrev: > Hi, > > I've a c program that prints to network printer by > getting a filehandle from > fopen("\\computer1\printer1", "wb"). That has always Try with: fopen("computer1\\printer1", "wb"). Instead. > worked on Windows 95, 98 & 2000. > > When it's running under windows xp (sp

RE: MKPASSWD on multi-domain systems

2005-09-23 Thread James.Bassett
: { Spook too soon. It worked on one PC but not another. I will move back and forth printing the output until I can find the diff. But right now we are doing Hurricane Reti prep so I will get back on this after it passes. Thanks Jb -Original Message- From: [EMAIL PROTECTED] [mailto:

Re: ogg123 problem

2005-09-23 Thread Corinna Vinschen
On Sep 23 11:46, Antony Baxter wrote: > Hello, > > I've recently installed the vorbis-tools (v. 1.1.1-3) > package via setup, and have discovered a small problem > with ogg123 - CTRL-C seems to have no effect, either > playing local files or streams. kill -9 seems to be > the only way to stop ogg1

Re: slrn & mutt - display problem

2005-09-23 Thread Olaf Foellinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Sep 23, 2005 at 08:10:27AM +0200, Gary wrote: > When I use slrn try to reply to a posting by email the entire window simply > goes black. My mail_editor_command is "mutt -H '%s'", and I am using rxvt > (in Cygwin). I know that mutt starts, and

Re: How to find what package provides a dll?

2005-09-23 Thread Jim Hatfield
On Fri, 23 Sep 2005 14:22:58 +0100, "Max Bowsher" <[EMAIL PROTECTED]> wrote: >As with all questions of this nature, the answer is: >http://cygwin.com/ link: "Setup Package Search" Dang! Sorry about that. I did look at that page but didn't realise you could search for individual installed files.

Re: How to find what package provides a dll?

2005-09-23 Thread Max Bowsher
Jim Hatfield wrote: I have searched the mailing list archives but didn't find an answer. I did a fresh standard Cygwin install. I then installed binaries of Kannel. When I run any of them I get the error panel: "The application has failed to start because cygcrypto.dll was not found. Re-installi

Re: Anyone know about interaction of 'dd' with memory cards?

2005-09-23 Thread Corinna Vinschen
On Sep 23 12:55, Dave Korn wrote: > Original Message > > From: Corinna Vinschen > > > > $ strace -o dd.out dd if=/dev/hdc of=ms.img bs=1024 > > > > [Time passes, somewhat more than a minute...] > > > > dd: reading `/dev/sdc': Permission denied > > Hey, what's with the hdc/sdc thi

Re: Autotools\gcc: "Resource temporarily unavailable" problem

2005-09-23 Thread PSP Blizz
On 9/23/05, Dave Korn <[EMAIL PROTECTED]> wrote: > I think this is hardware trouble. Try some cooling spray on the CPU when > it's malfunctioning. I really don't think this is likely to be a cygwin > bug. Okay, had a tool logging cpu fans and cpu temps while it was running now: Max CPU load /

fopen cannot open device name for network printer in windows xp

2005-09-23 Thread The One
Hi, I've a c program that prints to network printer by getting a filehandle from fopen("\\computer1\printer1", "wb"). That has always worked on Windows 95, 98 & 2000. When it's running under windows xp (sp1 or sp2), fopen returns a NULL. Has any one had a similar problem? Is there a solution

How to find what package provides a dll?

2005-09-23 Thread Jim Hatfield
I have searched the mailing list archives but didn't find an answer. I did a fresh standard Cygwin install. I then installed binaries of Kannel. When I run any of them I get the error panel: "The application has failed to start because cygcrypto.dll was not found. Re-installing the application may

RE: gdb can't debug DLL extension for tcl/tk

2005-09-23 Thread Dave Korn
Original Message >From: Stefan v. Wachter >Sent: 23 September 2005 12:59 > I finally suceeded in building my extension for tcl/tk with gcc (compile > option -mno-cygwin Then this has nothing to do with cygwin. You'll need to ask on a MinGW list. cheers, DaveK -- Can't th

gdb can't debug DLL extension for tcl/tk

2005-09-23 Thread Stefan v. Wachter
I finally suceeded in building my extension for tcl/tk with gcc (compile option -mno-cygwin and -g) . I use the dll by starting the normal wish.exe from the ActiveTcl Windows distribution. Then I can the load DLL via "load aoext.dll" This works, but debugging fails: - I started ddd where the s

RE: in latest 1.5.18-1 man wont work

2005-09-23 Thread Dave Korn
Original Message >From: Mike Dieter >Sent: 23 September 2005 08:06 > I downloaded today 1.5.18-1 and the man command wont work > what is interesting is that there is now a second copy of the man > directory! > > The usual at /usr/man and a separate and DIFFERENT one at /usr/share/man.

RE: Anyone know about interaction of 'dd' with memory cards?

2005-09-23 Thread Dave Korn
Original Message >From: Corinna Vinschen >Sent: 23 September 2005 10:28 > On Sep 22 18:54, Eric Blake wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> According to Dave Korn on 9/22/2005 11:22 AM: >> Have you tried it on Linux, for comparison? Not yet. Then again, s

Re: Autotools\gcc: "Resource temporarily unavailable" problem

2005-09-23 Thread PSP Blizz
On 9/23/05, Dave Korn <[EMAIL PROTECTED]> wrote: > I think this is hardware trouble. Try some cooling spray on the CPU when > it's malfunctioning. I really don't think this is likely to be a cygwin > bug. It could be, but I'm a software man ;) My temps in Celcius are on idle (2% cpu load) and

RE: Autotools\gcc: "Resource temporarily unavailable" problem

2005-09-23 Thread Dave Korn
Original Message >From: PSP Blizz >Sent: 23 September 2005 11:05 > Hi! > > On 9/22/05, Dave Korn <[EMAIL PROTECTED]> wrote: > >> Maybe it's whatever app uses XPCOM that is messing up your system, >> rather than AV or firewall? > > Okay, I now booted with a clean system. And logged in

ogg123 problem

2005-09-23 Thread Antony Baxter
Hello, I've recently installed the vorbis-tools (v. 1.1.1-3) package via setup, and have discovered a small problem with ogg123 - CTRL-C seems to have no effect, either playing local files or streams. kill -9 seems to be the only way to stop ogg123 playing. Ant. __

esound-0.2.36 - missing file?

2005-09-23 Thread Antony Baxter
Hello, I've just installed the esound package (v. 0.2.36) via Setup, and have discovered that although 'esddsp' has a man page installed, the executable itself isn't, and nor is it present inside the downloaded tar.bz2 file. Ant.

Re: Autotools\gcc: "Resource temporarily unavailable" problem

2005-09-23 Thread PSP Blizz
Hi! On 9/22/05, Dave Korn <[EMAIL PROTECTED]> wrote: > Maybe it's whatever app uses XPCOM that is messing up your system, rather > than AV or firewall? Okay, I now booted with a clean system. And logged in as a user with minimal settings on the windows XP box. I then ran cygwin using "runas" s

Re: Installation problem

2005-09-23 Thread Pradip Jadav
Hi to all, -- Pinaki Mukherjee wrote: I'm trying to install cygwin and it's not happening properly. From cygwin website, I downloaded the setup.exe file and then ran it. I chose the first option "Install from Internet". The files

Re: Someone was banging on my sshd despite NAT

2005-09-23 Thread Henry S. Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 René Berber writes: > Your question is how did they get to your firewalled PC, the answer > is that you must have port forwarding enabled on your firewall and > port 22 is one of the forwarded ports. Check your modem and Windows > firewall, both are

Re: Anyone know about interaction of 'dd' with memory cards?

2005-09-23 Thread Corinna Vinschen
On Sep 22 18:54, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Dave Korn on 9/22/2005 11:22 AM: > > Now, dd is supposed to terminate the copy operation when it reaches EOF on > > the input, and I doubt that is broken. What I'm wondering is, I _expected_ >

Re: Many missing commands and dll

2005-09-23 Thread Gerrit P. Haase
Mike Dieter wrote: I just wrote to you about problems with 'man' Now I find I dont have: tar sh vi wget and 'curl' needs cygz.dll You should have it according to your cygcheck output: bash3.0-11 tar 1.15.1-2 vim 6.3-1 wget