Don't seem to be able to use CPAN after recent Cygwin updates (ma ybe)

2003-09-24 Thread Wardman_Michael
Hello all I used to be able to use CPAN (only a week or so ago) but now it seems to time out. I thought it might be a network / firewall type thing but I can use ncftp ok. See below ... $ cpan Perl::Tokenizer CPAN: Storable loaded ok Going to read /home/wardmm/.cpan/Metadata Database was genera

how to decide the system config

2003-09-24 Thread Jiang zhou
I want to compile a software "bird" under cygwin. When I configure it said: $ ./configure loading cache ./config.cache checking host system type... i686-pc-cygwin32 checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compi

No support for wchar_t in latest Cygwin?

2003-09-24 Thread Joshua Kwan
Hi, it's me again :) I've been developing some software in C++ and have tested it on Linux and FreeBSD, so I decided yesterday to test it on my Cygwin installation. The library I link against the program requires wchar_t support. However, when I build it: ./toolkit/.libs/libtoolkit.a(tstring.o)(

g77 -mno-cygwin failed

2003-09-24 Thread TX
Hi All G77 in the latest GCC-3.3.3-1 doesn't work: >g77 -mno-cygwin foo.f >g77: installation problem, cannot exec 'f771': No such file or directory Can anyone help? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Document

disabling all forms of autoindentation in cygwin's vim

2003-09-24 Thread Carlo Florendo
Hello, The cygwin version of vim, when installed, works well. However, autoindentation is forced on the user by default. I've mailed the vim mailing list and asked about this. Vim's creator answered and said that autoindentation is disabled by default. http://marc.theaimsgroup.com/?l=vim&m=1

[ANNOUNCEMENT] Updated: gcc-3.3.1-2

2003-09-24 Thread Christopher Faylor
I've made a new version of gcc available for download. This is a very minor refresh from the 3.3.1-1. The only noticeable change from the last release was an attempt to correctly define mbstate_t. I repeat my plea for someone else to take ownership of this package. I would be forever grateful t

Spam harvesting?

2003-09-24 Thread Andrew DeFaria
Got this recently. It's a virus (that's been cleaned already) but it appears to have gotten it's target from the list. === I don't suffer from insanity. I enjoy every minute of it. --- Begin Message --- Hi, I'm getting the same sort of problems:- compress+bz::error calls + blank chooser lines an

RE: How about a TWIKI page?

2003-09-24 Thread Marco Carnut
Hi folks, Mark Paulus wrote: > Perhaps, instead of creating/adding all the issues that > are coming up to the FAQ, how about running a > TWIKI application, and linking it to the cygwin home page, > and then using that as cygwin's "expert system"? > > Just a thought. I'm for it. I can even vo

Re: Effective Perl Programming: Writing Better Programs With Perl

2003-09-24 Thread Joseph N . Hall
That is pretty funny. You might be surprised how often I have heard this question. But asking someone else entirely is a twist I haven't encountered. -joseph p.s. FWIW I am in the process of releasing my Perl slides online, and the book will be released as PS/PDF in its entirety online in th

Re: Linking with zlib

2003-09-24 Thread Mark Himsley
On 24 September 2003 19:22 -0400 Igor Pechtchanski wrote: The -lz should go to the *end* of the compile line (at least, after the .c file). Ah - damn, I've read that before but it obviously hadn't sunk in. Editing the Makefile to put -lz after the .c file worked exactly as you suggested. I shall

Re: Linking with zlib

2003-09-24 Thread Igor Pechtchanski
On Thu, 25 Sep 2003, Mark Himsley wrote: I'm sorry if I sound ignorant but I've been looking at this problem for a few days and I'm lost. I have googled but failed to find a relevant answer. I have been trying to compile mergelog (or more importantly zmergelog wh

Linking with zlib

2003-09-24 Thread Mark Himsley
I'm sorry if I sound ignorant but I've been looking at this problem for a few days and I'm lost. I have googled but failed to find a relevant answer. I have been trying to compile mergelog (or more importantly zmergelog which is built from the same source file)

RE: __cygwin__ ++ (RE: getuid() and root)

2003-09-24 Thread Igor Pechtchanski
On Thu, 25 Sep 2003, Hannu E K Nevalainen (garbage mail) wrote: > > From: Christopher Faylor > > > On Wed, Sep 24, 2003 at 09:21:38PM +0200, Hannu E K Nevalainen > > (garbage mail) wrote: > > > >I've been thinking that there is a need for a __NOCYGWIN__ > > define too (to > > >be set when -mno-cyg

RE: __cygwin__ ++ (RE: getuid() and root)

2003-09-24 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Christopher Faylor > On Wed, Sep 24, 2003 at 09:21:38PM +0200, Hannu E K Nevalainen > (garbage mail) wrote: > >I've been thinking that there is a need for a __NOCYGWIN__ > define too (to > >be set when -mno-cygwin is used). > >Any thoughts about this? Good(tm) or Bad(tm)? > > Bad. > > Rat

Poor network performance with cygwin utilities

2003-09-24 Thread jason
Ive searched the lists, but havent come up with anything useful, so I ask: Are there known performance problems with cygwins networking layer? I ask this b ecause I seem to be capped at around 160k/sec uploading from my PC with cygwin. The destination machine is AIX, connected by 100mbit switch.

RE: Strange make [Error 255] (cygwin bug?)

2003-09-24 Thread Igor Pechtchanski
On Wed, 24 Sep 2003, Fodor Bertalan wrote: > Now I'm getting to understand the whole making process. So I could > decrease the number of things that are in that long line, so that it is > much shorter. And it runs O.K. > > So now I am sure that it must be a bug with make. > > Bert Most likely. I

RE: Strange make [Error 255] (cygwin bug?)

2003-09-24 Thread Fodor Bertalan
Now I'm getting to understand the whole making process. So I could decrease the number of things that are in that long line, so that it is much shorter. And it runs O.K. So now I am sure that it must be a bug with make. Bert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro

Re: Deep directory support

2003-09-24 Thread Robert Collins
Quoting the full message as it was originally posted to a different list. On Thu, 2003-09-25 at 02:23, Parker, Ron wrote: > Please read beyond the next paragraph before hitting delete. Odd file names > are not the issue here, so bare with my for a minute. I'll get to the point > shortly. > > On

Re: Debugging cygwin1.dll startup

2003-09-24 Thread Robert Collins
On Thu, 2003-09-25 at 03:40, Parker, Ron wrote: > I have made some local changes to the source for cygwin1.dll and would like > to debug it, as the first Cygwin process, bash, begins. I know about using > a gdb-startup.cmd setup for JIT debugging applications, but this does not > seem to work for

Re: Setup cant open package database error?

2003-09-24 Thread Igor Pechtchanski
On Wed, 24 Sep 2003, Tim Gunter wrote: > On Wed, Sep 24, 2003 at 04:18:38PM -0400, Igor Pechtchanski wrote: > > Setup doesn't overwrite /etc/setup/installed.db in place. Instead it > > creates /etc/setup/installed.db.new, writes the necessary content to it, > > then removes /etc/setup/installed.d

RE: Strange make [Error 255] (cygwin bug?)

2003-09-24 Thread Igor Pechtchanski
Bert, Please keep discussions on the list, so they appear in the archives, where other people can benefit from them. Also, please make sure your mailer honors the Reply-To: field. More replies below. On Wed, 24 Sep 2003, Fodor Bertalan wrote: > Thank you for your advices. > > I was not really

Re: libtool with expat, xmlwf/xmlwf target problems again

2003-09-24 Thread Gerrit P. Haase
Hallo Charles, > Do you remember our talk about libtool problems when the targetname is > xmlwf/xmlwf and when the target name is also the executable name, > here: http://www.cygwin.com/ml/cygwin/2003-04/msg01283.html [...] > Do you have an idea what I can do to get around this? I found a worka

open () and /dev/ttyS0

2003-09-24 Thread Craig Gullixson
I have an application where I need to communicate with some simple controllers via serial commands. I have a package to do the low level open,read,write, and close tasks for a tty port that I have been using for a number of years under Solaris using the standard POSIX tty calls. My problem is tha

Re: Setup cant open package database error?

2003-09-24 Thread Tim Gunter
On Wed, Sep 24, 2003 at 04:18:38PM -0400, Igor Pechtchanski wrote: > Setup doesn't overwrite /etc/setup/installed.db in place. Instead it > creates /etc/setup/installed.db.new, writes the necessary content to it, > then removes /etc/setup/installed.db and renames the .new file. I'm > guessing the

Re: Setup cant open package database error?

2003-09-24 Thread Igor Pechtchanski
On Wed, 24 Sep 2003, Tim Gunter wrote: > On Wed, Sep 24, 2003 at 03:40:09PM -0400, Igor Pechtchanski wrote: > > If you moved the tarballs, setup won't be able to find them, and will > > re-download them. The log files don't matter, and will be created anew > > (the ones that matter sit in /var/lo

Re: Setup cant open package database error?

2003-09-24 Thread Tim Gunter
On Wed, Sep 24, 2003 at 03:40:09PM -0400, Igor Pechtchanski wrote: > If you moved the tarballs, setup won't be able to find them, and will > re-download them. The log files don't matter, and will be created anew > (the ones that matter sit in /var/log, anyway). i have not moved any of the tarballs

RE: How about a TWIKI page?

2003-09-24 Thread guenter strubinsky
Xtremely cool idea! I am for it. -- But this is not a democracy ;) -- What's the official opinion??? with kind regards günter strubinsky > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Mark Paulus > Sent: Wednesday, 24 September, 2003 08:39 > T

Re: __cygwin__ ++ (RE: getuid() and root)

2003-09-24 Thread Christopher Faylor
On Wed, Sep 24, 2003 at 09:21:38PM +0200, Hannu E K Nevalainen (garbage mail) wrote: >> From: Corinna Vinschen > >> On Tue, Sep 23, 2003 at 08:41:59PM +0200, Hannu E K Nevalainen >> (garbage mail) wrote: >> > Current status as I've understood it is; As -mno-cygwin _ISN'T_ used >> > __CYGWIN__ and

Google (Was: Re: __CYGWIN__ ++ (RE: getuid() and root))

2003-09-24 Thread Rolf Campbell
Hannu E K Nevalainen (garbage mail) wrote: Searching the archives, w google (I'm VERY negative vs "htdig" right now) +"CYGWIN" +"-mno-cygwin" site:cygwin.com inurl:ml gives 1450 hits... I'm out of ideas on how to refine this - to find anything that matches __NOCYGWIN__ or similar. At times

RE: Strange make [Error 255] (cygwin bug?)

2003-09-24 Thread Igor Pechtchanski
On Wed, 24 Sep 2003, Fodor Bertalan wrote: > > It's possible your $SHELL or $PATH is set to something weird in make. > > Error 255 usually means that a command was not found. > > I don't think so. This long line is not the first command. The others work > perfectly. > $SHELL is set to /bin/sh -- y

Re: Setup cant open package database error?

2003-09-24 Thread Igor Pechtchanski
On Wed, 24 Sep 2003, Tim Gunter wrote: > Hi- > > While trying to update my installation of cygwin, I received > a "Can't open package Database for writing: file exists" > error. When I re-run setup, it downloads, tries to install > the updates again, and fails the same way. > > When I run "cygche

Re: How to compile without linking cygwin library?

2003-09-24 Thread Krzysztof Duleba
Christopher Faylor wrote >>Is it possible to make gcc work in the mode like in MinGW, where cygwin >>library isn't present? > > Yes. Use -mno-cygwin which is roughly the same thing as mingw. Thanks. > This subject has been discussed to death. Please check the mailing list > archives if you are

RE: __CYGWIN__ ++ (RE: getuid() and root)

2003-09-24 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Corinna Vinschen > On Tue, Sep 23, 2003 at 08:41:59PM +0200, Hannu E K Nevalainen > (garbage mail) wrote: > > Current status as I've understood it is; As -mno-cygwin _ISN'T_ used > > __CYGWIN__ and __CYGWIN32__ both will be #define 'd. > > > > Now the big Q: What is the difference between

Re: How to compile without linking cygwin library?

2003-09-24 Thread Christopher Faylor
On Wed, Sep 24, 2003 at 08:42:27PM +0200, Krzysztof Duleba wrote: >A discussion about different compilers currently takes place on polish >c/c++ newsgroup. One person mentioned that code compiled with MinGW gcc >don't have to be published under GPL license, but Cygwin gcc automatically >links cygwi

How to compile without linking cygwin library?

2003-09-24 Thread Krzysztof Duleba
A discussion about different compilers currently takes place on polish c/c++ newsgroup. One person mentioned that code compiled with MinGW gcc don't have to be published under GPL license, but Cygwin gcc automatically links cygwin library so the binary file can be distributed only under GPL. Is it

Re: How about a TWIKI page?

2003-09-24 Thread Lapo Luchini
Mark Paulus wrote: Perhaps, instead of creating/adding all the issues that are coming up to the FAQ, how about running a TWIKI application, and linking it to the cygwin home page, and then using that as cygwin's "expert system"? I guess you meant "wiki" as in http://c2.com/cgi/wiki?WikiWikiW

RE: How about a TWIKI page?

2003-09-24 Thread Marco Carnut
Hi folks, Mark Paulus wrote: > Perhaps, instead of creating/adding all the issues that > are coming up to the FAQ, how about running a > TWIKI application, and linking it to the cygwin home page, > and then using that as cygwin's "expert system"? > > Just a thought. I'm for it. I can even vo

Re: Strange make [Error 255] (cygwin bug?)

2003-09-24 Thread Igor Pechtchanski
On Wed, 24 Sep 2003, Fodor Bertalan wrote: > I'm compiling lilypond for cygwin. When running this very very long line it > stops with an Error 255. This is strange, because if I run this very very > long line alone, i.e. directly from shell, it runs perfectly. It can be run > either from command l

Debugging cygwin1.dll startup

2003-09-24 Thread Parker, Ron
I have made some local changes to the source for cygwin1.dll and would like to debug it, as the first Cygwin process, bash, begins. I know about using a gdb-startup.cmd setup for JIT debugging applications, but this does not seem to work for debugging Cygwin prior to reaching a bash prompt. Is th

Re: DDD Compilation Fails using GCC 3.3.1

2003-09-24 Thread Igor Pechtchanski
On Tue, 23 Sep 2003, Ayamico Hamasaki wrote: > Hi, > > I have problem compiling DDD 3.3.7 using gcc 3.3.1. > But if I revert to gcc.3.2.3, the compilation is > successful. > > Anyone has seen the same problem ? I wonder if this is > a gcc or ddd problem. > > ["cygcheck -c" output snipped] Please,

RE: Strange make [Error 255] (cygwin bug?)

2003-09-24 Thread Fodor Bertalan
> It's possible your $SHELL or $PATH is set to something weird in make. > Error 255 usually means that a command was not found. I don't think so. This long line is not the first command. The others work perfectly. $SHELL is set to /bin/sh -- you can see it. $PATH is also set to a normal value Ber

Setup cant open package database error?

2003-09-24 Thread Tim Gunter
Hi- While trying to update my installation of cygwin, I received a "Can't open package Database for writing: file exists" error. When I re-run setup, it downloads, tries to install the updates again, and fails the same way. When I run "cygcheck -c" i get the following: Cygwin Package Informatio

How about a TWIKI page?

2003-09-24 Thread Mark Paulus
Perhaps, instead of creating/adding all the issues that are coming up to the FAQ, how about running a TWIKI application, and linking it to the cygwin home page, and then using that as cygwin's "expert system"? Just a thought. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: g++-2 and fstream problem

2003-09-24 Thread EMOTO Masahiko
At Wed, 24 Sep 2003 13:32:53 +0100, (Bchris wrote: (B> (B> First of all, I assume you realise that cygwin includes g++3.2? You seem (B> to have the package "gcc-2" installed, but not "gcc", which installs a (B> more recent version. As to why the program causes a segmentation fault, (B> I can

Re: g++-2 and fstream problem

2003-09-24 Thread chris
EMOTO Masahiko wrote: >Hi, > >I have a problem with compling the C++ codes. >The source code was compiled successfuly, but >the program causes Segmentation fault. > >Please show me how to solve the problem. > >By the way, this program can run normally if >it is compiled by g++ (3.2). > >

g++-2 and fstream problem

2003-09-24 Thread EMOTO Masahiko
(BHi, (B (BI have a problem with compling the C++ codes. (BThe source code was compiled successfuly, but (Bthe program causes Segmentation fault. (B (BPlease show me how to solve the problem. (B (BBy the way, this program can run normally if (Bit is compiled by g++ (3.2). (B (B

Re: Error message

2003-09-24 Thread jurgen . defurne
Well, After running the same script 10 times in a row, I did not get the message once and all processing was OK. Probably one of these puzzling things that one gets on MS Windows. Jurgen [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/24/2003 01:34 PM To: [EMAIL PROTECT

Error message

2003-09-24 Thread jurgen . defurne
Hello, all, After getting this message e:\continuus\mg98int\cygwin\bin\perl.exe: *** WFSO timed out for loaded dlls I searched your archives, only to find that other people have had similar messages, but nobody really knows where they come from. I suspect, seeing the contents of previ

Re: procmail not writing mbox file properly?

2003-09-24 Thread Jason Tishler
Matthew, On Tue, Sep 23, 2003 at 08:48:12PM +, Matthew Rich wrote: > Also, I looked at my old mbox file from my linux machine and I figured > out what's wrong: procmail on cygwin is not writing the leading From > line for each message. > [snip] > Anyone know what's going on? How are you invo

RE: man 1.5j - can't find cat, tbl, nroff, less

2003-09-24 Thread Hughes, Bill
Sent: 23 September 2003 17:32 From: Kevin Van Workum > I had the same problem this morning after changing the share permission on > my C-drive from Everyone, to Administrator and Kevin. Once I added > Administrators (note the "s"), the problem was fixed. I guess /bin/cat, > etc were owned by Admini

Strange make [Error 255] (cygwin bug?)

2003-09-24 Thread Fodor Bertalan
I'm compiling lilypond for cygwin. When running this very very long line it stops with an Error 255. This is strange, because if I run this very very long line alone, i.e. directly from shell, it runs perfectly. It can be run either from command line or from a script. Is it a cygwin bug? (/bin/sh

Virus "W32/Yaha-W" gefunden

2003-09-24 Thread Inode - Mailscan
Sehr geehrte Damen und Herren, in dem Mail mit dem Betreff 'Feel the fragrance of Love' (gesendet am Wed,24 Sep 2003 14:02:34 PM) mit der angegebenen Absenderadresse 'sunil sharma<[EMAIL PROTECTED]>' wurde der Virus 'W32/Yaha-W' gefunden. Aus diesem Grund wird diese Mail nicht zugestellt. Ihr In

Re: cygwin-announce-unsubscribe-mchignon=yahoo.com@cygwin.com

2003-09-24 Thread Corinna Vinschen
On Wed, Sep 24, 2003 at 09:54:58AM +0200, chignon mathieu wrote: > [EMAIL PROTECTED] Nope, that's not quite correct. Try again after reading http://cygwin.com/ml/#unsubscribe-simple carefully. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer

Virus "W32/Yaha-W" gefunden

2003-09-24 Thread Inode - Mailscan
Sehr geehrte Damen und Herren, in dem Mail mit dem Betreff 'Wanna be friends ??' (gesendet am Wed,24 Sep 2003 13:41:55 PM) mit der angegebenen Absenderadresse 'sunil sharma<[EMAIL PROTECTED]>' wurde der Virus 'W32/Yaha-W' gefunden. Aus diesem Grund wird diese Mail nicht zugestellt. Ihr Inode-Tea

cygwin-announce-unsubscribe-mchignon=yahoo.com@cygwin.com

2003-09-24 Thread chignon mathieu
[EMAIL PROTECTED] ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

Re: Problem with perl distro?

2003-09-24 Thread Gerrit P. Haase
Hallo Peter, Am Mittwoch, 24. September 2003 um 01:55 schriebst du: > Gerrit P. Haase wrote: >> # Variables used in loop >> my $screen = ""; >> my $fldname = ""; > Changing my script to this and using "export PERLIO=crlf" got rid of all > the warnings for me. I didn't know the latter, so than

Re: __CYGWIN__ ++ (RE: getuid() and root)

2003-09-24 Thread Corinna Vinschen
On Tue, Sep 23, 2003 at 08:41:59PM +0200, Hannu E K Nevalainen (garbage mail) wrote: > Current status as I've understood it is; As -mno-cygwin _ISN'T_ used > __CYGWIN__ and __CYGWIN32__ both will be #define 'd. > > Now the big Q: What is the difference between those? __CYGWIN__ is the correct on

libtool with expat, xmlwf/xmlwf target problems again

2003-09-24 Thread Gerrit P. Haase
Hallo Chuck, Do you remember our talk about libtool problems when the targetname is xmlwf/xmlwf and when the target name is also the executable name, here: http://www.cygwin.com/ml/cygwin/2003-04/msg01283.html I have the same problem again and I cannot remmber how I resolved it. The Makefile.in f