Re: Fortran Compiler Error CMBFAST

2006-06-26 Thread Tim Prince
Brad Krane wrote: I'm trying to compile the scientific package CMBFAST-4.5.1 in the cygwin environment using g77. I get the following error and I have no idea how to fix this having never used Fortran before. This should work without any problem as many other people have compiled this and never

[ANNOUNCEMENT] Updated: monotone-0.27-1

2006-06-26 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Version 0.27-1 of monotone has been uploaded. monotone is a free distributed version control system. it provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization

problem running a UDP client and server

2006-06-26 Thread Varun Sharma
Hi, I have been trying to run the abing code (http://www-iepm.slac.stanford.edu/tools/abing/). It basically set up a UDP client and server and then there are excahnge of UDP packets. I have been running into troubles since when I have been trying to install it. Firstly the make file had the

Re: autossh broken with current openssh/cygwin

2006-06-26 Thread Corinna Vinschen
On Jun 23 20:19, Brian Dessent wrote: I'm not sure if it is due to changes in openssh, or changes in Cygwin, but the current autossh package fails to work. Instead of detecting that the connection is alive, it seems to continuously timeout and recycle the ssh process. Here is a

Re: problem running a UDP client and server

2006-06-26 Thread Corinna Vinschen
On Jun 26 17:41, Varun Sharma wrote: Hi, I have been trying to run the abing code (http://www-iepm.slac.stanford.edu/tools/abing/). It basically set up a UDP client and server and then there are excahnge of UDP packets. I have been running into troubles since when I have been trying to

Re: strtod (and atof) on hex numbers

2006-06-26 Thread Corinna Vinschen
On Jun 22 14:04, Jeff Johnston wrote: I have integrated a newer version of strtod from David M. Gay's gdtoa FreeBSD code. This code has the C99 support in question including nan and inf support. I have tested on x86-linux and mn10300. As usual, please run it through its paces on Cygwin

Re: problem running a UDP client and server

2006-06-26 Thread Varun Sharma
Hi, I would write some points here for that long code which make sense to me and may be the problem. 1. I tried both MSG_PEEK and MSG_OOB and still I am getting an EINVAL. 2. The process does a fork and the child does the connect to the destination, sendto and the parent does the recvfrom. 3.

query bzImage

2006-06-26 Thread hulge hulge
hi i want to know when we run command make bzImage , where do the cygwin store bzImage actually i am trying to build linux kernel in cygwin, i can run make menuconfig, after running command make dep everything was fine but when i run make bzImage i get error of repeatative decleration so plz

Re: Issue with shmget

2006-06-26 Thread Rahul Gulati
Thanks I was able to get over the issue your guess was right CYGWIN=server was not set. Rahul --- Igor Peshansky [EMAIL PROTECTED] wrote: http://cygwin.com/acronyms/#TOFU reformatted. On Fri, 23 Jun 2006, Rahul Gulati wrote: --- Igor Peshansky [EMAIL PROTECTED] wrote:

RE: Fortran Compiler Error CMBFAST

2006-06-26 Thread Williams, Gerald S \(Jerry\)
Brad Krane wrote: I'm trying to compile the scientific package CMBFAST-4.5.1 in the cygwin environment using g77. I get the following error... f77 -O2 -c -o jlgen.o jlgen.F jlgen.F: In program `jlgen': jlgen.F:14: include 'cmbfast.inc' ^ Unable to open INCLUDE file

[ANNOUNCEMENT] Updated: email-2.5.0-1

2006-06-26 Thread Ross Smith II
Version 2.5.0-1 of email has been uploaded. Email is a simple command-line program to send emails. It can be configured to use either your sendmail installation or directly via SMTP. It supports binary attachments, and a simple text based address book, with groups. Also, if GnuPG is installed,

Suggestion: split vim support files into separate package

2006-06-26 Thread Marshall Abrams
I want to suggest splitting vim support files (installed in /usr/share/vim/vimmajor-version) into a separate package from the binaries. There are two versions of vim binaries in Cygwin, the no-X version (vim), and the version with X GUI compiled in (gvim), but their (major) versions are not

Re: dtoa.c fails to compile for sh-elf -m2e (Was: Re: strtod (and atof) on hex numbers)

2006-06-26 Thread Jeff Johnston
Joern Rennecke wrote: You change to mprec.h broke dtoa.c compilation for sh2e: Please try the attached patch and let me know if it sovles the problem. -- Jeff J. Index: libc/stdlib/mprec.h === RCS file:

Re: Suggestion: split vim support files into separate package

2006-06-26 Thread Igor Peshansky
On Mon, 26 Jun 2006, Marshall Abrams wrote: I want to suggest splitting vim support files (installed in /usr/share/vim/vimmajor-version) into a separate package from the binaries. There are two versions of vim binaries in Cygwin, the no-X version (vim), and the version with X GUI compiled in

Re: Suggestion: split vim support files into separate package

2006-06-26 Thread Christopher Faylor
On Mon, Jun 26, 2006 at 11:47:08AM -0400, Igor Peshansky wrote: An alternative is to introduce explicitly versioned dependencies (i.e., where the version becomes part of the package name). This is already done for shared library packages -- whenever a new version gets released, a compatibility

Re: UTF-8 Cygwin

2006-06-26 Thread Linda Walsh
Christopher Faylor wrote: On Tue, Jun 06, 2006 at 02:24:29PM -0700, Linda Walsh wrote: SUZUKI Hisao wrote: I made a patch to cygwin1.dll to support UTF-8. It allows you to use all of characters and file (or path) names allowed in Windows, while keeping binary-compatibility with the

Re: UTF-8 Cygwin

2006-06-26 Thread Igor Peshansky
On Mon, 26 Jun 2006, Linda Walsh wrote: Christopher Faylor wrote: On Tue, Jun 06, 2006 at 02:24:29PM -0700, Linda Walsh wrote: SUZUKI Hisao wrote: I made a patch to cygwin1.dll to support UTF-8. It allows you to use all of characters and file (or path) names allowed in

Re: Latest Cygwin Release 5 month old...

2006-06-26 Thread Linda Walsh
Really? a 6 y/o, 800MHz Celeron w/512M, 4MB video taken out of main memory? You have alot more patience than me. -l Jim Drash wrote: I run VMWare on on just such a configuration. On 6/22/06, Linda Walsh [EMAIL PROTECTED] wrote: Perhaps, but you are assuming one's primary Windows machine

Re: snapshots: first resort, or last resort?

2006-06-26 Thread Linda Walsh
mwoehlke wrote: Science Guy wrote: In http://cygwin.com/ml/cygwin/2006-06/msg00434.html, Brian said using the latest snapshot should always be the first thing you try when encountering a problem before reporting it to the list. However, the instructions for installing snapshots at

Re: Latest Cygwin Release 5 month old...

2006-06-26 Thread Warren Young
Linda Walsh wrote: Really? a 6 y/o, 800MHz Celeron w/512M, 4MB video taken out of main memory? You have alot more patience than me. That's well over VMWare's recommended minimum configuration. I'm pretty sure the first machine I used VMware on was in roughly that same class. I was using

Re: snapshots: first resort, or last resort?

2006-06-26 Thread Igor Peshansky
On Mon, 26 Jun 2006, Linda Walsh wrote: mwoehlke wrote: Science Guy wrote: In http://cygwin.com/ml/cygwin/2006-06/msg00434.html, Brian said using the latest snapshot should always be the first thing you try when encountering a problem before reporting it to the list. However,

Re: g++ 4.1?

2006-06-26 Thread Joe Schmoe
Thanks to all that encouragement, I now have not one but two working installations of gcc-4.1.1. As Brian said, the cygwin compiler will configure and make with no problems, except that -mno-cygwin doesn't work. For a no-cygwin compiler, this is what I did -- I'm not saying it's a good idea.

Re: dtoa.c fails to compile for sh-elf -m2e (Was: Re: strtod (and atof) on hex numbers)

2006-06-26 Thread amylaar
Quoting Jeff Johnston [EMAIL PROTECTED]: Joern Rennecke wrote: You change to mprec.h broke dtoa.c compilation for sh2e: Please try the attached patch and let me know if it sovles the problem. Yes, it allows dtoa.c to compile. However, the build now fails a bit later on strtod:

Re: Latest Cygwin Release 5 month old...

2006-06-26 Thread Christopher Faylor
On Mon, Jun 26, 2006 at 02:31:38PM -0600, Warren Young wrote: Linda Walsh wrote: Really? a 6 y/o, 800MHz Celeron w/512M, 4MB video taken out of main memory? You have alot more patience than me. That's well over VMWare's recommended minimum configuration. I'm pretty sure the first machine I

Re: snapshots: first resort, or last resort?

2006-06-26 Thread Markus Schönhaber
Igor Peshansky wrote: On Mon, 26 Jun 2006, Linda Walsh wrote: If it were me, (and I know it's not, thank-you), I'd feel better about getting updated releases into user's hands as soon as reasonable. If I fix something, or change something, I wouldn't want to wait 6 months to release

rsync thinking a local transfer is remote

2006-06-26 Thread Linda Walsh
I've got a weird situation with rsync. I'm trying to transfer some files from a network share mounted as B:\. I'm copying the files to corresponding locations under C:\. I've done many transfers from B-C, entire directories, but now In a particular instance, rsync tries to transfer via the

RE: Fortran Compiler Error CMBFAST

2006-06-26 Thread Billinghurst, David \(CALCRTS\)
From: Brad Krane I'm trying to compile the scientific package CMBFAST-4.5.1 in the cygwin environment using g77. I get the following error and I have no idea how to fix this having never used Fortran before. This should work without any problem as many other people have compiled this and

Re: g++ 4.1?

2006-06-26 Thread clayne
It should also be noted that some of the latest snapshot, or code that still exists in the latest snapshot, will fail under 4.1.1. Specifically: declaration of objects within a label statement. -cl On Mon, Jun 26, 2006 at 09:52:41PM +0100, Joe Schmoe wrote: Thanks to all that encouragement, I

Re: snapshots: first resort, or last resort?

2006-06-26 Thread Christopher Faylor
On Tue, Jun 27, 2006 at 01:19:35AM +0200, Markus Sch?nhaber wrote: Nevertheless I'd like to propose that the cygwin snapshots shouldn't merely be called snapshot in the future but stable snapshot. This might help to provide the cozy and warm feeling which seems to be so desperately needed.

Re: snapshots: first resort, or last resort?

2006-06-26 Thread Igor Peshansky
On Tue, 27 Jun 2006, Markus Schönhaber wrote: Igor Peshansky wrote: On Mon, 26 Jun 2006, Linda Walsh wrote: If it were me, (and I know it's not, thank-you), I'd feel better about getting updated releases into user's hands as soon as reasonable. If I fix something, or change

Re: snapshots: first resort, or last resort?

2006-06-26 Thread Linda Walsh
Igor Peshansky wrote: What is the difference between installing a test release of Cygwin and installing a snapshot of Cygwin --- I would hope it is the difference between daily work and something that is of Beta quality -- i.e. something that seems to work and should work for most

Re: snapshots: first resort, or last resort?

2006-06-26 Thread mwoehlke
Linda Walsh wrote a lot of stuff about how she wants more flavors and frequency of Cygwin releases... ...and as Igor said, http://cygwin.com/acronyms/#SHTDI. Care to volunteer? -- Matthew This line intentionally left blank. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: rsync thinking a local transfer is remote

2006-06-26 Thread clayne
On Mon, Jun 26, 2006 at 04:35:30PM -0700, Linda Walsh wrote: I've got a weird situation with rsync. I'm trying to transfer some files from a network share mounted as B:\. Anything strange about the filenames in those directories? Colons or otherwise? -- Unsubscribe info:

Re: Where to get cygwin gcc 3.3.3 source

2006-06-26 Thread Brian Dessent
PLEASE do not reply to me personally. Keep all replies to the list. John Neil wrote: Hmmm... so there is no special Cygwin version of the gcc 3.3.3 source? I tried compiling the GNU gcc 3.3.3 source once and got different behavior with compiled apps than the installed Cygwin 3.3.3 binary.

New gvim (was Re: Updated: vim-7.0.035-1)

2006-06-26 Thread Corinna Vinschen
Hi Yaakov, On Jun 23 18:29, Christopher Faylor wrote: On Fri, Jun 23, 2006 at 06:25:23PM -0400, Luis P Caamano wrote: On 6/23/06, Corinna Vinschen wrote: I have updated the version of vim on cygwin.com to 7.0.035-1. Thanks. Last time I had to compile from sources in order to get gvim.

Re: New gvim (was Re: Updated: vim-7.0.035-1)

2006-06-26 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corinna Vinschen wrote: could you please update the gvim package to vim7, too? Since gvim expects the global configuration files from the vim package, people will have a broken gvim configuration when updating vim. Hmm, I see that gvim is quite

src/winsup/cygwin fhandler.h net.cc fhandler_s ...

2006-06-26 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-06-26 12:12:12 Modified files: winsup/cygwin : fhandler.h net.cc fhandler_socket.cc ChangeLog Log message: Revert patches from 2005-10-22 and 2006-06-14 to use event driven accept

UTF-8 Cygwin

2006-06-26 Thread SUZUKI Hisao
# I should have posted this message to this list from the first. I made a patch to cygwin1.dll to support UTF-8. It allows you to use all of characters and file (or path) names allowed in Windows, while keeping binary-compatibility with the current Cygwin. It is fairly perfect except for lack

Updated: monotone-0.27-1

2006-06-26 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Version 0.27-1 of monotone has been uploaded. monotone is a free distributed version control system. it provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization

Updated: email-2.5.0-1

2006-06-26 Thread Ross Smith II
Version 2.5.0-1 of email has been uploaded. Email is a simple command-line program to send emails. It can be configured to use either your sendmail installation or directly via SMTP. It supports binary attachments, and a simple text based address book, with groups. Also, if GnuPG is installed,