Re: gmp and libiconv as mingw variant libraries under cygwin?

2006-06-28 Thread Brian Dessent
Brian Dessent wrote: > syntax. You really should use --host=i686-pc-mingw s/i686-pc-mingw/i686-pc-mingw32/, although I'm not sure if it's critical. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: ht

Re: gmp and libiconv as mingw variant libraries under cygwin?

2006-06-28 Thread Brian Dessent
Christian Joensson wrote: > I'm starting to look at cygwin for doing mingw "environment" variants > of binutils and gcc, to test compile them. > > Now, starting with binutils, I do this: > > CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin' ../src/configure i686-pc-mingw32 Specifying a non-option host

Re: gmp and libiconv as mingw variant libraries under cygwin?

2006-06-28 Thread Tim Prince
Christian Joensson wrote: I'm starting to look at cygwin for doing mingw "environment" variants of binutils and gcc, to test compile them. Now, starting with binutils, I do this: CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin' ../src/configure i686-pc-mingw32 and then a regular make. I notice, but

gmp and libiconv as mingw variant libraries under cygwin?

2006-06-28 Thread Christian Joensson
I'm starting to look at cygwin for doing mingw "environment" variants of binutils and gcc, to test compile them. Now, starting with binutils, I do this: CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin' ../src/configure i686-pc-mingw32 and then a regular make. I notice, but I really don't require it

RE: Autoconf 2.60 released

2006-06-28 Thread Charli Li
I am sorry for the raw email address. >-Original Message- >From: cygwin-apps >Sent: Wednesday, June 28, 2006 11:37 PM >To: Cygwin-Apps Mailing List; Cygwin Mailing List >Subject: FW: Autoconf 2.60 released > > >-Original Message- >From: Paul Eggert >Paul Eggert >Sent: Monday, June

FW: Autoconf 2.60 released

2006-06-28 Thread Charli Li
-Original Message- From: Paul Eggert [mailto:[EMAIL PROTECTED] Behalf Of Paul Eggert Sent: Monday, June 26, 2006 7:58 PM To: GNU Info Address (ML?) Cc: various GNU mailing lists Subject: Autoconf 2.60 released We're happy to announce the release of Autoconf 2.60. Please grab it from one o

Re: rsync over ssh hang issue understood

2006-06-28 Thread Darryl Miles
Sorry to rake this thread from a few months ago. Corinna Vinschen wrote (on 27 Apr 2006 ) : The "rsync hangs" problem is not actually a new one. We had these reports already ages ago. However, *nobody* so far having that problem seem to be willing to actually debug this problem and track it

Re: Help Understanding Path Issue

2006-06-28 Thread mwoehlke
Scott Purcell wrote: I have "CLASSPATHS" and "PATHS" and some "HOME" directories set up. Eg: ANT_HOME value=C:/ant/bin I assume you meant "CLASSPATH" and "PATH". When I run ant from a "cmd" window all is good. It picks up the value and runs fine. But I do not want to use the "cmd" prompt, and

Help Understanding Path Issue

2006-06-28 Thread Scott Purcell
Hello, I have cygwin installed on my XP box, and have been using it for a bit of time. Mostly to compile class files, vi, and the great unix removes, etc. Anyway, I have had this following problem for a while, and was hoping to get it resolved once and for all. I have "CLASSPATHS" and "PAT

Re: ssh and SYSTEM

2006-06-28 Thread L Anderson
Igor Peshansky wrote: On Wed, 28 Jun 2006, L Anderson wrote: Christopher Faylor wrote: On Wed, Jun 28, 2006 at 04:50:26PM -0400, McGraw, Robert P. wrote: I am running WinXP SP2 I installed openssh and followed the instructions at http://pigtail.net/LRP/printsrv/cygwin-sshd.html on how to

Re: ssh and SYSTEM

2006-06-28 Thread Igor Peshansky
On Wed, 28 Jun 2006, L Anderson wrote: > Christopher Faylor wrote: > > On Wed, Jun 28, 2006 at 04:50:26PM -0400, McGraw, Robert P. wrote: > > > > > I am running WinXP SP2 > > > > > > I installed openssh and followed the instructions at > > > http://pigtail.net/LRP/printsrv/cygwin-sshd.html on how

Re: ssh and SYSTEM

2006-06-28 Thread L Anderson
Christopher Faylor wrote: On Wed, Jun 28, 2006 at 04:50:26PM -0400, McGraw, Robert P. wrote: I am running WinXP SP2 I installed openssh and followed the instructions at http://pigtail.net/LRP/printsrv/cygwin-sshd.html on how to install. Nicholas Fong ([EMAIL PROTECTED]) is the person respon

Re: SYSTEM account in /etc/passwd

2006-06-28 Thread Brian Dessent
(Real classy, sending a duplicate copy with the reference to pigtail.net removed) "McGraw, Robert P." wrote: > Not being a window type guy I am trying to understand what the "SYSTEM" > account is. > > I see the line in "SYSTEM:*:18:544:544:." in the /etc/passwd but I am not > sure what t

SYSTEM account in /etc/passwd

2006-06-28 Thread McGraw, Robert P.
I am running WinXP SP2. Not being a window type guy I am trying to understand what the "SYSTEM" account is. I see the line in "SYSTEM:*:18:544:544:." in the /etc/passwd but I am not sure what this account is or where it is created from. It is not in my list of accounts under "computer mana

Re: ssh and SYSTEM

2006-06-28 Thread Christopher Faylor
On Wed, Jun 28, 2006 at 04:50:26PM -0400, McGraw, Robert P. wrote: >I am running WinXP SP2 > >I installed openssh and followed the instructions at >http://pigtail.net/LRP/printsrv/cygwin-sshd.html on how to install. Nicholas Fong ([EMAIL PROTECTED]) is the person responsible for those instructions

ssh and SYSTEM

2006-06-28 Thread McGraw, Robert P.
I am running WinXP SP2 I installed openssh and followed the instructions at http://pigtail.net/LRP/printsrv/cygwin-sshd.html on how to install. This was no problem but when I looked at the /etc/ssh* files the were owned by SYSTEM. I tried to vi sshd_config but it was read only. I then did a "ch

Why is a file specified in DOS format opened in binary mode?

2006-06-28 Thread Dave
(was Re: sed 4.1.5 adds extra CR with input file path in Windows format) David Mastronarde wrote: On Tue, 27 Jun 2006, Dave Kilroy wrote: On 6/27/06, David Mastronarde wrote: On Sun, 25 Jun 2006, Dave wrote: David Mastronarde wrote: After upgrading sed from 4.1.4 to 4.1.5, I found that line

[ANNOUNCEMENT] Updated: autossh-1.4-1

2006-06-28 Thread Schulman . Andrew
A new version of the autossh package is available in the Cygwin distribution. autossh is a program to start an instance of ssh and monitor it, restarting it if it should die or stop passing traffic. Changes in version 1.4-1: * New upstream release: bug fixes. Andrew E. Schulman ***

Re: loop hanging

2006-06-28 Thread prz
thanks for the update changed the code (not as indicated - in that case DBREC does not get filled but .. while read DBREC done < foo.tmp using this type of coding I never get the hang.. Best Regards, Guy Przytula -- View this message in context: http://www.nabble.com/loop-hanging-tf18614

RE: loop hanging

2006-06-28 Thread Dave Korn
On 28 June 2006 14:23, prz wrote: > I have a small program that executes a command and parses the output > I can see that on many executions the program hangs. > added some debug statements and could see it is at loop iteration that we > hang > sample code > #!/cygdrive/c/Cygwin/bin/bash > db2 lis

Re: mkpasswd: [1359] An internal error occured.

2006-06-28 Thread Corinna Vinschen
On Jun 28 14:31, Dave Korn wrote: > On 28 June 2006 09:54, Corinna Vinschen wrote: > > > On Jun 27 18:30, roger tubby wrote: > > >> When I enter the mkpasswd command: > >> $ mkpasswd -l > >> SYSTEM:*:18:544:,S-1-5-18:: > >> Administrators:*:544:544:,S-1-5-32-544:: > >> mkpasswd (272): [13

RE: mkpasswd: [1359] An internal error occured.

2006-06-28 Thread Dave Korn
On 28 June 2006 09:54, Corinna Vinschen wrote: > On Jun 27 18:30, roger tubby wrote: >> When I enter the mkpasswd command: >> $ mkpasswd -l >> SYSTEM:*:18:544:,S-1-5-18:: >> Administrators:*:544:544:,S-1-5-32-544:: >> mkpasswd (272): [1359] An internal error occurred. >> ^^^

loop hanging

2006-06-28 Thread prz
I have a small program that executes a command and parses the output I can see that on many executions the program hangs. added some debug statements and could see it is at loop iteration that we hang sample code #!/cygdrive/c/Cygwin/bin/bash db2 list db directory | { while read DBREC

RE: Fortran Compiler Error CMBFAST

2006-06-28 Thread Williams, Gerald S \(Jerry\)
Igor Peshansky wrote: > Doesn't foo.F represent a FORTRAN file that needs to be preprocessed > by the C preprocessor? Changing foo.F to contain > > #include "foo.inc" > > makes it work for me. That is no doubt the difference. As I said, I don't use FORTRAN enough to know what others would expec

SV: Up to date documentation.

2006-06-28 Thread Mikael Rosbacke
Thanks for the answer. I'll keep the contribution part in mind. I should do fairly well with a generic pthread manual, source code, grep and emacs for the time being. --- Mikael R -Ursprungligt meddelande- Från: Eric Blake [mailto:[EMAIL PROTECTED] Skickat: den 28 juni 2006 14:27 Til

Re: Up to date documentation.

2006-06-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Mikael Rosbacke on 6/28/2006 6:08 AM: > Hello! > > I've been searching for some information about the pthreads > implementation > in cygwin. Searching the API reference on the web > ( http://cygwin.com/cygwin-api/std-posix.html#AEN79 )

Up to date documentation.

2006-06-28 Thread Mikael Rosbacke
Hello! I've been searching for some information about the pthreads implementation in cygwin. Searching the API reference on the web ( http://cygwin.com/cygwin-api/std-posix.html#AEN79 ) for pthread_cond_init seems to indicate it is not supported. However searching the source code I found the f

Re: compile linux kernel in cygwin

2006-06-28 Thread clayne
Do you like pain? -cl On Wed, Jun 28, 2006 at 04:01:57PM +0530, hulge hulge wrote: > hi all > while compiling kernel i am getting following error > when i run command make bzImage -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problem

Re: compile linux kernel in cygwin

2006-06-28 Thread Christopher Faylor
On Wed, Jun 28, 2006 at 04:01:57PM +0530, hulge hulge wrote: >hi all >while compiling kernel i am getting following error >when i run command make bzImage >it gives me lot of errors of redefining variables, structure etc.. >i am able to undersatnd why these errors. >i don't understand which includ

Re: Pb BzImage

2006-06-28 Thread Christopher Faylor
On Wed, Jun 28, 2006 at 02:46:40PM +0530, hulge hulge wrote: >hi >yes >i am trying to compile linux kernel You need the appropriate cross compiler to build a linux kernel. Do you actually have one of those? cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re:compile linux kernel in cygwin

2006-06-28 Thread hulge hulge
hi all while compiling kernel i am getting following error when i run command make bzImage it gives me lot of errors of redefining variables, structure etc.. i am able to undersatnd why these errors. i don't understand which includ file cygwin use one from linux source code's "include" folder or c

RE: Cygwin Cluster Possible?

2006-06-28 Thread Dave Korn
On 28 June 2006 05:54, RedPenguin wrote: > Is it possible to use multiple copies of Cygwin to do parallel compiling > so that u can compile faster using many cygwins. Well, http://cygwin.com/cgi-bin2/package-grep.cgi?grep=distcc cheers, DaveK -- Can't think of a witty .sigline today

RE: mv: permission denied - bug

2006-06-28 Thread Hofmann Kai
Dear Corinna, > I can't reproduce this. Would you mind to test if this still happens > with the latest snapshot DLL from http://cygwin.com/snapshots/ ? I installed the dll (only) snalpshot from 26.06.2006, restarted my system and tried again. The problem still occurs. To give you some numbers

Re: Pb BzImage

2006-06-28 Thread hulge hulge
hi yes i am trying to compile linux kernel regards Hulge -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Pb BzImage

2006-06-28 Thread RedPenguin
0hulge hulge wrote: hi all i am trying to compile linux kernel in cygwin i am using Linux-2.4.32 up to make menuconfig, make clean, make dep eveerything work fine while running make bzImage it gives me error for redefining of some files. i am not getting whey this conflit i also wnt to know wher

Re: mkpasswd: [1359] An internal error occured.

2006-06-28 Thread Corinna Vinschen
On Jun 27 18:30, roger tubby wrote: > I have just set-up cygwin (1.5.19-4) on a XP/Pro/SP2 non-domain system and > got the expected: > Your group is currently "mkpasswd". This indicates that > the /etc/passwd (and possibly /etc/group) files should be rebuilt. > See the man pages for mkpasswd

Re: mv: permission denied - bug

2006-06-28 Thread Corinna Vinschen
On Jun 28 08:16, Hofmann Kai wrote: > Hi Larry, > > > If the name of the file is actually '/filename/', then I believe you > have > > a > > problem with this file name itself. It would be interpreted as a > > directory. > > You may want to look into why this is happening. > > No sorry, this was

Re: Cygwin Cluster Possible?

2006-06-28 Thread Samuel Thibault
RedPenguin, le Wed 28 Jun 2006 00:54:25 -0400, a écrit : > Is it possible to use multiple copies of Cygwin to do parallel compiling > so that u can compile faster using many cygwins. You can run several cygwin shells indeed. Or use make -j to compile in parallel, or you can use distcc for compili

Cygwin Cluster Possible?

2006-06-28 Thread RedPenguin
Is it possible to use multiple copies of Cygwin to do parallel compiling so that u can compile faster using many cygwins. Or another reason to do a cluster or use multiple cygwins. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/probl