Under cygwin(winxp), I can't access the com1(com2)

2005-03-14 Thread twomol
all,hello! I can't use Insight(gdb) connect to redboot under cygwin. I can do this Under Linux. So I think it's the cygwin's problem. At beginning ,I use cygwin 2.0, when set some gdb's parameter,such as : set remotebaud 115200 set debug remote 1 target remote co

Re: trouble using mkgroup -d

2005-03-14 Thread Mirko
Mirko wrote: Hi, I have trouble using mkgrp -d : . As expected, I am trying to fix the passwd and groups files. I was succesfull using mkpasswd -d -u Mirko >> /etc/passwd However, I was less succesfull with mkgrp -d -g. I am not sure what to supply to the -g switch. I would rather not do just

trouble using mkgrp -d

2005-03-14 Thread Mirko
Hi, I have trouble using mkgrp -d : . As expected, I am trying to fix the passwd and groups files. I was succesfull using mkpasswd -d -u Mirko >> /etc/passwd However, I was less succesfull with mkgrp -d -g. I am not sure what to supply to the -g switch. I would rather not do just mkgrp -d, si

Re: up2date

2005-03-14 Thread Jonathan Arnold
Troy Bull wrote: Hi all. Is there anything like up2date that will keep my cygwin packages updated to the most current? The Cygwin Setup does this for you. Here is Brian Dessent's invaluable posting to this very mailing list that explains the ins and outs of this somewhat mysterious program and it

1.5.13-1 rsync data corruption

2005-03-14 Thread Keith Moore
I'm trying to use rsync/ssh under Cygwin 1.5.13-1 to backup my Windows box to my Linux box. The initial (full) backup works great, but subsequent incremental backups fail on certain large files when compression (-z) is enabled. So far, the problem only appears when making incremental backups of VMw

Re: up2date

2005-03-14 Thread Larry Hall
At 06:55 PM 3/14/2005, you wrote: >Hi all. Is there anything like up2date that will keep my cygwin packages >updated to the most current? That would be 'setup.exe', the same program you used to install Cygwin in the first place. >If not is there a reason no one ports one over? Lack of volun

Re: ./configure

2005-03-14 Thread Base64
configure scripts come with a specific package or source you are trying to compile. Usually these packages come in a .tar.gz or .bz2 file. After extracting this, in the directory there may be a configure script which would be executed by running ./configure and this would optimize the make settin

up2date

2005-03-14 Thread Troy Bull
Hi all. Is there anything like up2date that will keep my cygwin packages updated to the most current? If not is there a reason no one ports one over? Thanks troy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentati

Re: WIN32 symbol on cygwin

2005-03-14 Thread Larry Hall
At 01:33 PM 3/14/2005, you wrote: >Hi.. I am using cygwin on WinXP. How can I use WIN32 symbol (or >simething similar)? Because I use gcc, WIN32 symbol is not defined. >Thanks! You need to be more specific about what you're trying to do. If you're using Cygwin's gcc, it's unlikely that you want t

RE: Trouble with NFS

2005-03-14 Thread Robb, Sam
> > You want to start portmap with the '-F' flag - take a look > > at the /bin/nfs-server-config script for an example. If you > > can back out your changes (uninstall portmap, etc. as services) > > and run the nfs-server-config script, that should put you in > > a working state (or at least, cl

Re: Trouble with NFS

2005-03-14 Thread Will Parsons
Robb, Sam wrote: >> I attempted to get NFS working following the directions in the Cygwin >> documentation. When I tried to start portmap (cygrunsrv -S >> portmap), I got: >> >> cygrunsrv: Error starting a service: QueryServiceStatus: >> Win32 error 1053: >> The service did not respond to

WIN32 symbol on cygwin

2005-03-14 Thread Won-Ki Jeong
Hi.. I am using cygwin on WinXP. How can I use WIN32 symbol (or simething similar)? Because I use gcc, WIN32 symbol is not defined. Thanks! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin

Re: MVFS owner/group & permissions

2005-03-14 Thread Igor Pechtchanski
On Mon, 14 Mar 2005, Andrzej Ostruszka wrote: > Hello all, > > I've got one question regarding the use of ClearCase MVFS filesystem > under cygwin. I've searched the archive but so far with no clue to > solve my problem (it might be a feature wish). > > Is it possible to have the ClearCase owner

RE: Trouble with NFS

2005-03-14 Thread Robb, Sam
> I attempted to get NFS working following the directions in the Cygwin > documentation. When I tried to start portmap (cygrunsrv -S > portmap), I got: > > cygrunsrv: Error starting a service: QueryServiceStatus: > Win32 error 1053: > The service did not respond to the start or control req

Trouble with NFS

2005-03-14 Thread Will Parsons
I attempted to get NFS working following the directions in the Cygwin documentation. When I tried to start portmap (cygrunsrv -S portmap), I got: cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1053: The service did not respond to the start or control request in a timely

MVFS owner/group & permissions

2005-03-14 Thread Andrzej Ostruszka
Hello all, I've got one question regarding the use of ClearCase MVFS filesystem under cygwin. I've searched the archive but so far with no clue to solve my problem (it might be a feature wish). Is it possible to have the ClearCase owner group and permissions listed while listing the catalog/file

Re: update: gsl-1.6

2005-03-14 Thread Steve Kelem
Teun Burgers wrote: Version 1.6 of the GSL (GNU Scientific Library), released January 2005, is now available as a binary package. This replaces the current 1.5 version. The homepage for the GSL is http://www.fsf.org/software/gsl/ This link is now http://www.gnu.org/software/gsl/ Steve -- Unsubscrib

Re: ./configure

2005-03-14 Thread Paulo Sequeira
Paulo Sequeira wrote: Donald wrote: Paulo Sequeira racsa.co.cr> writes: Donald wrote: I am a newbie for cygwin.When I try to typed ./configure, it shows that. "$ ./configure" "bash: ./configure: No such file or directory" Is there missing some packages of cygwin? Thanks for your help where are

Re: ./configure

2005-03-14 Thread Paulo Sequeira
Donald wrote: Paulo Sequeira racsa.co.cr> writes: Donald wrote: I am a newbie for cygwin.When I try to typed ./configure, it shows that. "$ ./configure" "bash: ./configure: No such file or directory" Is there missing some packages of cygwin? Thanks for your help where are you running that command

Re: ./configure

2005-03-14 Thread Mark Paulus
On Mon, 14 Mar 2005 15:32:28 + (UTC), Donald wrote: >Paulo Sequeira racsa.co.cr> writes: >> >> Donald wrote: >> > I am a newbie for cygwin.When I try to typed ./configure, it shows that. >> > >> > "$ ./configure" >> > "bash: ./configure: No such file or directory" >> > >> > Is there missi

Re: ./configure

2005-03-14 Thread Donald
Paulo Sequeira racsa.co.cr> writes: > > Donald wrote: > > I am a newbie for cygwin.When I try to typed ./configure, it shows that. > > > > "$ ./configure" > > "bash: ./configure: No such file or directory" > > > > Is there missing some packages of cygwin? > > > > Thanks for your help > > >

Re: snapshot not stripped

2005-03-14 Thread Larry Hall
At 12:09 AM 3/14/2005, you wrote: >This is just a curiosity question. When did the cygwin >snapshot dll's quit being stripped? The change happened in the last couple of months or so. The point was to help out those who would be willing to help track down problems they find without necessaril

Re: building HTML-Parser-3.xx (SOLVED)

2005-03-14 Thread Alejandro Calbazana
gcc solved it! MinGW was in the way. Thank you! I appreciate it. Alejandro Alejandro Calbazana wrote: Thanks for the reply. No. Removing the LIB environment variable did not help. However, I did notice the gcc IS using the MinGW version. $ which make /usr/bin/make $ which gcc /cygdrive/c/MinG

Re: ./configure

2005-03-14 Thread Paulo Sequeira
Donald wrote: I am a newbie for cygwin.When I try to typed ./configure, it shows that. "$ ./configure" "bash: ./configure: No such file or directory" Is there missing some packages of cygwin? Thanks for your help where are you running that command from? Most likely, you won't find a configure file

Problem associating scripts with cygwin

2005-03-14 Thread Stephen Patterson
I've written a very simple shell script to perform system backups, this works just fine from a full cygwin command line and if I drop it onto a windows shortcut to "E:\cygwin\bin\bash.exe --login", but if I associate shell scripts (.sh) with this shortcut windows gives the error "backup.sh is n

./configure

2005-03-14 Thread Donald
I am a newbie for cygwin.When I try to typed ./configure, it shows that. "$ ./configure" "bash: ./configure: No such file or directory" Is there missing some packages of cygwin? Thanks for your help -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:

RE: Hyperthreaded machine and cygwin

2005-03-14 Thread Guerte Yves-r57319
Hi, I want to insist on Earl message because I have seen no answer and I think it is very similar (if not equal) to the problem I related in cygwin Issue 4105: "env command seems to take all CPU". Since then I had the same problem again occurring sometime with a "stucked" Perl script: its

gcc installation problem: cygwin 1.15.13-1

2005-03-14 Thread Hrishikesh Sharma
Hi, I have downloaded the setup.exe file for the above release. While trying to install, i chose the packages by hand, which also includes gcc-core, and g++. While i try to use gcc, however, the shell cribs by saying: gcc: installation problem, cannot execute 'cc1': no such file or directory.