Re: Latest Cygwin: rl_getenv_hook problem

2006-12-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Alexei Alexandrov on 12/7/2006 9:32 AM: >> >> Also, could you send the output of: >> >> $ grep -C5 00bash.sh /var/log/setup.log/full >> >> to see if it captured any error messages from the attempted cp? >> > > The grepped setup log is att

Re: Problem with cd in Cygwin scripts

2006-12-07 Thread David Bishop
Eric Blake wrote: According to David Bishop on 12/6/2006 9:06 PM: I can manually use the "cd" command without problems, but when I try to use it in a script, I just get: : No such file or directory Sounds like a case of DOS line endings on a binary mount. http://cygwin.com/ml/cygwin-announce/

Re: MPI

2006-12-07 Thread Tim Prince
[EMAIL PROTECTED] wrote: Hello, I would like to know if someone can tell me what I have to do to install MPI, in order to use it under Cygwin. Thank you very much, MarioA While there was once a version of lam-mpi set up to build under cygwin, AFAIK it has suffered bit rot and would present

Re: Windows Vista and CygWin

2006-12-07 Thread Andrew DeFaria
Richard Quadling wrote: On 07/12/06, Andrew DeFaria <[EMAIL PROTECTED]> wrote: A bus station is where a bus stops. A train station is where a train stops. On my desk, I have a work station... Go figure! A bus station is normally where a bus terminates. A train station is normally where a train

Re: cygwin-email utility clipping attached zips

2006-12-07 Thread zzapper
René Berber <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > > But your problem sounds more like one of DOS type mount, or something > (bash/tcsh/etc.) mangling the file -- as in stripping \r from binary > files. Rene Please award yourself one gold star! I'd messed around with the mounts

Re: cygwin-email utility clipping attached zips

2006-12-07 Thread René Berber
zzapper wrote: [snip] > rene, > thanks for replying, did you check that file size was exactly the same as > unzip is clever enough to copy with a few errors? Same files: $ md5sum prof_383.zip ed1b2d83d65f187cc780725313cdac92 *prof_383.zip $ md5sum /c/tmp/prof_383.zip ed1b2d83d65f187cc780725313c

Re: 1.5.22-1: Error by using man

2006-12-07 Thread alekscee
Matthew Woehlke schrieb am 30.11.2006 17:58: >> Any Ideas? > > Hmm, 'cp /bin/bash /bin/sh'? There have been quite a few scattered > reports as of late of /bin/sh (which should be the same as /bin/bash) > somehow getting out of sync. But that's just a WAG. Thank you! That's the solution!!! Than

RE: Winsock

2006-12-07 Thread Dave Korn
On 07 December 2006 19:21, Lucas Charron wrote: > I can connect to my listening socket from within the > same process and transmit data to and from the "server" and "client", > but, if I try to use a web-browser, I get "This connection was denied" > and the server application has no notification o

Winsock

2006-12-07 Thread Lucas Charron
I'm using C::B(http://www.codeblocks.org) over cygwin. I'm testing a socket stream library of my own creation (using Winsock2). My "server" is currently a simple HTTP server (sends out a blank html page saying "you are here"). I can connect to my listening socket from within the same process an

Re: Trouble with DLL and file (com port) IO

2006-12-07 Thread R. Steve McKown
On Thursday 07 December 2006 09:07 am, Dave Korn wrote: > On 07 December 2006 15:54, R. Steve McKown wrote: > > On Wednesday 06 December 2006 03:13 pm, Dave Korn wrote: > >> On 06 December 2006 17:01, R. Steve McKown wrote: > >>> Th extension accepts a file descriptor to an open serial port, uses t

RE: 1.5.21-1 Release: Windows memory resources do not recover.

2006-12-07 Thread Dave Korn
On 07 December 2006 18:30, Dave Silvia wrote: > It does appear to be some kind of problem between bash and Windows. I'm > done, tho'. It's beyond my resources to do anything about and I haven't any > more time to spend on investigating other shells to see if they're > different. 3 days is enough.

Re: 1.5.21-1 Release: Windows memory resources do not recover.

2006-12-07 Thread Dave Silvia
-- On Thu, 07 Dec 2006 06:36:05 -0700 Eric Blake wrote -- > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Dave Silvia on 12/7/2006 6:08 AM: >> Hi! >> >> On further investigation an looking more closely at the areas in >> the configure script where they errors and/or reboot was >>

Re: msys

2006-12-07 Thread Christopher Faylor
On Thu, Dec 07, 2006 at 09:27:19AM -0500, Bob Rossi wrote: >On Thu, Dec 07, 2006 at 09:19:04AM -0500, Buchbinder, Barry (NIH/NIAID) [E] >wrote: >> Bob Rossi wrote on Thursday, December 07, 2006 9:10 AM: >> > I'd like to know if anyone knows if it is possible to start the msys >> > environment from

Re: Windows Vista and CygWin

2006-12-07 Thread Christopher Faylor
On Thu, Dec 07, 2006 at 01:01:37PM +0100, McArdle, Christian wrote: >>> If you are not the intended recipient, you are hereby notified >>> that any use, copying or dissemination of this message is >>> strictly prohibited. If you received this message in >> >> If it does have any weight, it prohibit

Re: MPI

2006-12-07 Thread David A. Case
On Thu, Dec 07, 2006, MarioA wrote: > > I would like to know if someone can tell me what I have to do to install > MPI, in order to use it under Cygwin. > You can download and install a precompiled mpich2 for windows. Then you can use cygwin compilers and loaders to link your program to that li

RE: MPI

2006-12-07 Thread Dave Korn
On 07 December 2006 16:26, Samuel Thibault wrote: > Hi, > > Brian Dessent, le Thu 07 Dec 2006 08:12:05 -0800, a écrit : >> MarioA wrote: >> >>> I would like to know if someone can tell me what I have to do to install >>> MPI, in order to use it under Cygwin. >> >> You are making the mistake of

Re: Trouble with DLL and file (com port) IO

2006-12-07 Thread R. Steve McKown
On Wednesday 06 December 2006 04:27 pm, Matthew Woehlke wrote: > Dave Korn wrote: > > BTW, mixing MSVC-based code with cygwin-based is inherently unreliable > > and liable to fail unpredictably. I guess the vendor isn't likely to > > want to share their dll source with you so you could recompile

Re: Latest Cygwin: rl_getenv_hook problem

2006-12-07 Thread Alexei Alexandrov
Also, could you send the output of: $ grep -C5 00bash.sh /var/log/setup.log/full to see if it captured any error messages from the attempted cp? The grepped setup log is attached (it is from setup.log, by the way - setup.log.full is surprisingly small). -- Alexei Alexandrov setup.grep Des

Re: How to login to another Unix workstation or Cygwin PC

2006-12-07 Thread Matthew Woehlke
Steve Boyd wrote: I'm a Cygwin newbie; spent the last 15 years in the tender clutches of hp-ux. Currently making the jump to Cygwin. I'm looking for a place to start when it comes to using things I was familiar with on hp-ux; rlogin, remsh, ftp, etc. Can anybody give me some general background

Re: MPI

2006-12-07 Thread Samuel Thibault
Hi, Brian Dessent, le Thu 07 Dec 2006 08:12:05 -0800, a écrit : > MarioA wrote: > > > I would like to know if someone can tell me what I have to do to install > > MPI, in order to use it under Cygwin. > > You are making the mistake of assuming that anyone here has any idea > what MPI is. MPI is

Re: MPI

2006-12-07 Thread Brian Dessent
MarioA wrote: > I would like to know if someone can tell me what I have to do to install > MPI, in order to use it under Cygwin. You are making the mistake of assuming that anyone here has any idea what MPI is. We could probably google it and find out (and I'm sure some readers might know) but t

RE: Build problems --- putty-0.58-cygterm-20060525.tar.gz and putty-0.58.tar.gz

2006-12-07 Thread Dave Korn
On 07 December 2006 16:00, Keith Christian wrote: > > Baffling. Any ideas? Different binutils versions? make versions? Run "cygcheck -s -v -r" on each machine and then diff the two? cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http:/

RE: matrix size limitation in cygwin?

2006-12-07 Thread Dave Korn
On 07 December 2006 15:59, Fam. Ivanescu Gruia wrote: > Hi all, > > I try to make C program in CygWin having declared matrix variables like: > > float lats[1000][1000],lons[1000] > [1000]; > > It compiles, but when I run the executable I got: > > Segmentation fault (core dumped) > > It seems

Re: matrix size limitation in cygwin?

2006-12-07 Thread Brian Dessent
"Fam. Ivanescu Gruia" wrote: > I try to make C program in CygWin having declared matrix variables like: > > float lats[1000][1000],lons[1000] > [1000]; > > It compiles, but when I run the executable I got: > > Segmentation fault (core dumped) > > It seems that the 1000 value is too big. If I p

RE: Trouble with DLL and file (com port) IO

2006-12-07 Thread Dave Korn
On 07 December 2006 15:54, R. Steve McKown wrote: > On Wednesday 06 December 2006 03:13 pm, Dave Korn wrote: >> On 06 December 2006 17:01, R. Steve McKown wrote: >>> Th extension accepts a file descriptor to an open serial port, uses the >>> cygwin get_osfhandle() function to get the corresponding

Build problems --- putty-0.58-cygterm-20060525.tar.gz and putty-0.58.tar.gz

2006-12-07 Thread Keith Christian
Problem: Successful build on one XP machine but not on another. On the machine with the successful build, PuTTY-Cygterm is fabulous. I can't wait to get it working on the other machine. I was able to successfully build Puttycyg on one Windows XP machine, but not on another. Used the same sou

matrix size limitation in cygwin?

2006-12-07 Thread Fam. Ivanescu Gruia
Hi all, I try to make C program in CygWin having declared matrix variables like: float lats[1000][1000],lons[1000] [1000]; It compiles, but when I run the executable I got: Segmentation fault (core dumped) It seems that the 1000 value is too big. If I put 500 it works. However, I need to use

Re: Trouble with DLL and file (com port) IO

2006-12-07 Thread R. Steve McKown
On Wednesday 06 December 2006 03:13 pm, Dave Korn wrote: > On 06 December 2006 17:01, R. Steve McKown wrote: > > Th extension accepts a file descriptor to an open serial port, uses the > > cygwin get_osfhandle() function to get the corresponding HANDLE, calls > > the DLL function, then returns.  Wh

MPI

2006-12-07 Thread MarioA
Hello, I would like to know if someone can tell me what I have to do to install MPI, in order to use it under Cygwin. Thank you very much, MarioA -- View this message in context: http://www.nabble.com/MPI-tf2775108.html#a7741455 Sent from the Cygwin Users mailing list archive at Nabble.com.

Re: 1.5.21-1 Release: Windows memory resources do not recover.

2006-12-07 Thread Matt Wozniski
I've constructed the following bash shell script (exhaustMem.bsh): Are you SURE you don't have a buggy driver installed? Known culprits include Agnitum outpust, Mcafee virus scanners, Logitech webcam, ... In other words, the leak is not caused by cygwin, but by your buggy driver leaking memor

RE: No octave prompt (no error messages)

2006-12-07 Thread Dave Korn
On 07 December 2006 14:22, Tony Richardson wrote: > Albert Vos hotmail.com> writes: > >> at home and at work I have the same problem with octave under cygwin. In >> both cases I octave just quits without giving any output, no prompt, no >> error messages. One computer runs on win2000 Sp4 on whic

RE: 1.5.21-1 Release: Windows memory resources do not recover.

2006-12-07 Thread Dave Korn
On 07 December 2006 13:08, Dave Silvia wrote: > Hi! > > On further investigation an looking more closely at the areas in the > configure script where they errors and/or reboot was occurring, and with > some helpful pointers from responders on this list, I've constructed the > following bash shell

How to login to another Unix workstation or Cygwin PC

2006-12-07 Thread Steve Boyd
I'm a Cygwin newbie; spent the last 15 years in the tender clutches of hp-ux. Currently making the jump to Cygwin. I'm looking for a place to start when it comes to using things I was familiar with on hp-ux; rlogin, remsh, ftp, etc. Can anybody give me some general background on these subjects in

Re: msys

2006-12-07 Thread Corinna Vinschen
On Dec 7 09:27, Bob Rossi wrote: > However, when I'm remote, > there is no way I can see to get into an msys environment. > > The mingw-users list suggested that I get another version of sshd that's > not related to cygwin. However, i like cygwin's sshd server. MSYS is a very old Cygwin version

Re: Windows Vista & Cygwin

2006-12-07 Thread Corinna Vinschen
On Dec 7 06:38, Jeremy T. Harrison wrote: > > I ran the setup piece via 'Run as Administrator'. I am getting the same > error message about bash.exe "...program to stop working correctly... > notify you if a solution is available..." > > When I launch bash.exe, I get the bash prompt, but no fur

Re: msys

2006-12-07 Thread Bob Rossi
On Thu, Dec 07, 2006 at 09:19:04AM -0500, Buchbinder, Barry (NIH/NIAID) [E] wrote: > Bob Rossi wrote on Thursday, December 07, 2006 9:10 AM: > > I'd like to know if anyone knows if it is possible to start the msys > > environment from a cygwin shell? I'm ssh'ing into a windows machine, > > which g

Re: Cygwin home page

2006-12-07 Thread Corinna Vinschen
On Dec 7 14:08, Xavier Joubert wrote: > Hi all, > > I just wanted to remind you the Cygwin home page at http://www.cygwin.com > still > list 1.5.21. Thanks for the hint. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cyg

RE: printf '\377\376h\000\r\000\n\000'|file - #wrong result?

2006-12-07 Thread Kenneth Nellis
FWIW, my older 3.39 version of file, running on Redhat Enterprise Linux, is clearly broken, or perhaps its "magic" file is. It reports both my UTF-16BE and UTF-16LE files as UTF-16LE. So it seems pointless to debate which version of file is more broken than the other. (And, of course, this is not

Re: No octave prompt (no error messages)

2006-12-07 Thread Tony Richardson
Albert Vos hotmail.com> writes: > at home and at work I have the same problem with octave under cygwin. In > both cases I octave just quits without giving any output, no prompt, no > error messages. One computer runs on win2000 Sp4 on which I'm no > administrator and the other runs on winXp Sp

RE: msys

2006-12-07 Thread Buchbinder, Barry \(NIH/NIAID\) [E]
Bob Rossi wrote on Thursday, December 07, 2006 9:10 AM: > I'd like to know if anyone knows if it is possible to start the msys > environment from a cygwin shell? I'm ssh'ing into a windows machine, > which gives me a cygwin shell. I've tried a lot of things, and can't > get an msys environment.

Re: Windows Vista and CygWin

2006-12-07 Thread Richard Quadling
On 07/12/06, Andrew DeFaria <[EMAIL PROTECTED]> wrote: A bus station is where a bus stops. A train station is where a train stops. On my desk, I have a work station... Go figure! A bus station is normally where a bus terminates. A train station is normally where a train pauses for a while. A wo

Re: Latest Cygwin: rl_getenv_hook problem

2006-12-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Alexei Alexandrov on 12/7/2006 6:34 AM: > >> ls -l /bin/bash.exe /bin/sh.exe > -rwxrwx---+ 1 aalexand mkgroup-l-d 484352 Dec 6 17:17 /bin/bash.exe > -rwxrwx---+ 1 aalexand mkgroup-l-d 451072 Aug 4 2005 /bin/sh.exe You need to update y

msys

2006-12-07 Thread Bob Rossi
Hi, I'd like to know if anyone knows if it is possible to start the msys environment from a cygwin shell? I'm ssh'ing into a windows machine, which gives me a cygwin shell. I've tried a lot of things, and can't get an msys environment. Even if I remove every environment variable except for PS1, a

Re: Windows Vista and CygWin

2006-12-07 Thread Andrew DeFaria
McArdle, Christian wrote: If you are not the intended recipient, you are hereby notified that any use, copying or dissemination of this message is strictly prohibited. If you received this message in If it does have any weight, it prohibits us from replying to your communication. Not really, as

Re: 1.5.21-1 Release: Windows memory resources do not recover.

2006-12-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dave Silvia on 12/7/2006 6:08 AM: > Hi! > > On further investigation an looking more closely at the areas in the configure > script where they errors and/or reboot was occurring, and with some helpful > pointers from responders on this li

Re: Latest Cygwin: rl_getenv_hook problem

2006-12-07 Thread Alexei Alexandrov
On 12/7/06, Eric Blake <[EMAIL PROTECTED]> wrote: Your version of /bin/sh (I'm guessing something from the 6.0 series) did not get upgraded properly by the bash postinstall script. So that I might be able to improve the postinstall script to try harder in your scenario, please run the following

RE: Windows Vista & Cygwin

2006-12-07 Thread Jeremy T. Harrison
I ran the setup piece via 'Run as Administrator'. I am getting the same error message about bash.exe "...program to stop working correctly... notify you if a solution is available..." When I launch bash.exe, I get the bash prompt, but no further. Is there some manual work I can do to 'repair' t

Re: Which packages for a2x

2006-12-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Morten Kjarulff on 12/7/2006 2:04 AM: > Hi, > > I downloaded the asciidoc package. asciddoc works fine. > > I then tried the a2x program. First 'getopt' was missing from my > installation. I used the "Search Package List", it said that g

Re: Latest Cygwin: rl_getenv_hook problem

2006-12-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Alexei Alexandrov on 12/7/2006 12:18 AM: > sh.exe won't start with the following error message: > > The procedure entry point rl_getenv_hook could not be located in the > dynamic link library cygreadline6.dll Your version of /bin/sh (I'm

gzip maintainer

2006-12-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gzip 1.3.7 is now out, with a number of security fixes folded in to the upstream sources. It built quite easily out of the box, but I don't know how many patches cgf had folded into 1.3.5 that may or may not need to be hung onto. Are you planning on

Re: iostream

2006-12-07 Thread hermitte
Hello, Matthias Blaickner <[EMAIL PROTECTED]> wrote: > I have problems with cygwin supporting iostream.h I > use g++ as compiler and I'm told to remove the .h > suffix from the header. doing so results in error > messages about unknown functions. > the test programm is: > > #include > main() > {

RE: iostream

2006-12-07 Thread Dave Korn
On 07 December 2006 13:02, Matthias Blaickner wrote: > Hi everybody > > I have problems with cygwin supporting iostream.h I > use g++ as compiler and I'm told to remove the .h > suffix from the header. doing so results in error > messages about unknown functions. 'cout' and 'endl' live in the

Cygwin home page

2006-12-07 Thread Xavier Joubert
Hi all, I just wanted to remind you the Cygwin home page at http://www.cygwin.com still list 1.5.21. Best regards, Xavier -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

1.5.21-1 Release: Windows memory resources do not recover.

2006-12-07 Thread Dave Silvia
Hi! On further investigation an looking more closely at the areas in the configure script where they errors and/or reboot was occurring, and with some helpful pointers from responders on this list, I've constructed the following bash shell script (exhaustMem.bsh): -- #!/bin/sh if [ "$1"

iostream

2006-12-07 Thread Matthias Blaickner
Hi everybody I have problems with cygwin supporting iostream.h I use g++ as compiler and I'm told to remove the .h suffix from the header. doing so results in error messages about unknown functions. the test programm is: #include main() { cout << "He's not the Messiah. He's a very naughty boy" <

[ANNOUNCEMENT] Updated: xemacs-21.4.19-3/xemacs-tags-21.4.19-3/xemacs-emacs-common-21.4.19-3

2006-12-07 Thread Dr. Volker Zell
Hi A new version of 'xemacs' has been uploaded to a server near you. DESCRIPTION: A powerful, highly customizable open source text editor and application development system CYGWIN NEWS: * Fixed a packaging bug introduced by the switch to the cygport build framework.

RE: Windows Vista and CygWin

2006-12-07 Thread McArdle, Christian
>> If you are not the intended recipient, you are hereby notified >> that any use, copying or dissemination of this message is >> strictly prohibited. If you received this message in > > If it does have any weight, it prohibits us from replying to your > communication. Not really, as you are the

Re: cygwin-email utility clipping attached zips

2006-12-07 Thread zzapper
René Berber <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > zzapper wrote: > >>> I'm using the following to send attachments from the cli, works fine >>> except for word Docs etc but zip files loose a few bytes >>> >>> eg >>> >>> -rwxr-xr-x 1 davidr None 161792 Dec 2 12:47 ../aaa/am4mar

Which packages for a2x

2006-12-07 Thread Morten Kjarulff
Hi, I downloaded the asciidoc package. asciddoc works fine. I then tried the a2x program. First 'getopt' was missing from my installation. I used the "Search Package List", it said that getopt.exe is in: cygutils/cygutils-1.2.10-1 A collection of simple utilities util-linux/util-linux-2.12r-2

Re: Problem with cd in Cygwin scripts

2006-12-07 Thread Jim Easton
Hi, Wed, 06 Dec 2006 David Bishop wrote: > #!/bin/sh > # > rm -f putfile > echo "put supernova.html" > putfile > # Check the sn2006 directory > cd sn2006 > down=0 > . > cd ../sn2005 > > Manually, all of these cd commands work, but when I put them in a script > I only get errors. I run the s

Re: vi / vim command

2006-12-07 Thread Warren Young
Shahed wrote: I tried that, but didn't work. i have downloaded the vim-7.0.tar.bz2 file Downloading individual packages and trying to install them by hand is not supported. If you keep insisting on trying to fix the problem this way, you will probably annoy everyone and won't get any help a

No octave prompt (no error messages)

2006-12-07 Thread Albert Vos
Hi, at home and at work I have the same problem with octave under cygwin. In both cases I octave just quits without giving any output, no prompt, no error messages. One computer runs on win2000 Sp4 on which I'm no administrator and the other runs on winXp Sp2 on which I have all rights. Both