RE: Trouble with fresh install of Cygwin

2002-10-31 Thread Pflugshaupt Kaspar (KPMR)
Thanks to Joshua D. Franklin and Mark A. Harig for their prompt responses! Alas, not all is well: > I can think of a couple of possibilities. > What does the output of "mount" say? (/usr/bin should be mapped to /bin) > Can you actually execute /usr/bin/groff.exe? (Permissions problem?) "mount" g

1.3.13-2 & 1.3.14-1 problem on read() from dgram socket

2002-10-31 Thread Takashi Yano
Hello, everyone. (B (BI'd like to report bug of latest release of cygwin. (B (BI found that read() from dgram socket fails on cygwin 1.3.13-2 or 1.3.14-1 (Bunder Windows 2000 or Windows XP. (B (BCygwin 1.3.12-4 does not have this problem. (BAlso, this problem does not apear under Windows 98

install cygwin on my nt m/c.

2002-10-31 Thread Anil Agrawal
I want to install cygwin on my nt m/c. kindly guide me. with regards anil -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

1.3.12: dgram readv after select bug (Win2k)

2002-10-31 Thread Edan Ayal
Hello, I think I've discovered a problem with readv from dgram socket under Cygwin: I wait in a 'select' for data to arrive on a UDP socket. The select tells me there's data to read, but the 'readv' blocks forever. When I replace the 'readv' with simple 'read' (without the iovec of course), ever

Q: DLLs and LD_LIBRARY_PATH

2002-10-31 Thread "Schnörr, Claudius Dr."
Hello, I try to build some libraries, which in turn create *.so shared libraries. According to my tests, - names of shared libraries under cygwin have to end in .dll, - the LD_LIBRARY_PATH is not searched for .dlls Is this correct? Are there some workarounds to configure cygwin to behave like a

Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread Alexey Kolesnikov
Does anybody know why cygwin shows my name as "Administrator" however i am logged in w2k as user kolesnia? This user has administrator rights in w2k. Alexey. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Trouble with RSA authentication

2002-10-31 Thread Marcos Lorenzo
I finally got sshd working! But I cannot authenticate via RSA. I made the keygen with ssh-keygen in my winbox and copied identity.pub to authorized_keys and identity in my linbox (I have the same files in both machines). I really know how ssh works in linux, but I have some troubles with RSA in cy

Fwd: problem compiling under cygwin

2002-10-31 Thread Stan Pinte
hello, I am trying to compile something under a pretty recent version of cygwin, and it fails, because typedef complex sim_complex; gives that error: ../gossip/sim.h:37: syntax error before `;' token Here enclosed the full stacktrace. Should I update any of my build tools? (gcc, or any othe

Re: Trouble with RSA authentication

2002-10-31 Thread Max Bowsher
Marcos Lorenzo <[EMAIL PROTECTED]> wrote: > I finally got sshd working! > > But I cannot authenticate via RSA. I made the keygen with ssh-keygen > in my winbox and copied identity.pub to authorized_keys and identity > in my linbox (I have the same files in both machines). I really know > how ssh wo

compilng problems, wcslen and langinfo

2002-10-31 Thread Arno Waschk
Dear list, Trying to compile wxGTK I am stuck.. What might here be going wrong? I thought langinfo and wcslen are supported (and configure thinks that too) and the wcslen error looks strange...? Am I missing something like a library? Can I help you with further information? c++ -shared -Wl,--o

Re: init_cygheap::etc_changed: Can't open /etc for checking, Win32 error

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 09:10 PM 10/30/2002, Christopher Faylor wrote: >On Wed, Oct 30, 2002 at 06:19:37PM -0500, [EMAIL PROTECTED] wrote: > >Sounds like there was more to this thread but I can't find it. > >The message that is being replied to is more than a month old and the >mailing list archive seems to be screwed

Re: gdb hangs on a 486

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 11:13 PM 10/30/2002, CBFalconer wrote: >I have been trying out gdb in Cygwin, and found it to hang and/or >crash under W98, running on a 486. The output of gdb --version >is: > > > $ gdb --version > > GNU gdb 5.0 (20010428-3) > > Copyright 2001 Free Software Foundation, Inc. > > GDB is free sof

Re: install cygwin on my nt m/c.

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 04:47 AM 10/31/2002, Anil Agrawal wrote: >I want to install cygwin on my nt m/c. >kindly guide me. >with regards >anil Permit me to introduce you to www.cygwin.com. It will be your guide for your entire Cygwin journey. Packed with information, you should find it useful in your explorati

Re: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 05:58 AM 10/31/2002, Alexey Kolesnikov wrote: >Does anybody know why cygwin shows my name as "Administrator" however i am >logged in w2k as user kolesnia? This user has administrator rights in w2k. >Alexey. I'm going to point you in the general direction of the email archives for this one. It

Re: 1.3.13-2 & 1.3.14-1 problem on read() from dgram socket

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 04:16 AM 10/31/2002, Takashi Yano wrote: >Hello, everyone. > >I'd like to report bug of latest release of cygwin. > >I found that read() from dgram socket fails on cygwin 1.3.13-2 or 1.3.14-1 >under Windows 2000 or Windows XP. > >Cygwin 1.3.12-4 does not have this problem. >Also, this problem do

Re: Q: DLLs and LD_LIBRARY_PATH

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
At 05:22 AM 10/31/2002, Schnörr, Claudius Dr. wrote: >Hello, > >I try to build some libraries, which in turn create *.so shared libraries. > >According to my tests, >- names of shared libraries under cygwin have to end in .dll, >- the LD_LIBRARY_PATH is not searched for .dlls > >Is this correct?

Re: undefined reference continues

2002-10-31 Thread Larry Hall (RFK Partners, Inc)
OK, it seems to me that you're making this harder than it should be but here's my observations: 1. There's really no benefit to naming your target 'main.so'. Windows doesn't have shared object/libraries. It has DLLs (Dynamic Link Libraries). They aren't the same thing. And given

Re: Why cygwin says Administrator@KOLESNIA when I am logged int tow2k as kolesnia?

2002-10-31 Thread John Morrison
On Thu, 31 Oct 2002, Larry Hall (RFK Partners, Inc) wrote: > At 05:58 AM 10/31/2002, Alexey Kolesnikov wrote: > >Does anybody know why cygwin shows my name as "Administrator" however i am > >logged in w2k as user kolesnia? This user has administrator rights in w2k. > >Alexey. > > I'm going to poi

Re: install cygwin on my nt m/c.

2002-10-31 Thread Igor Pechtchanski
On Thu, 31 Oct 2002, Larry Hall (RFK Partners, Inc) wrote: > At 04:47 AM 10/31/2002, Anil Agrawal wrote: > >I want to install cygwin on my nt m/c. > >kindly guide me. > >with regards > >anil > > Permit me to introduce you to www.cygwin.com. It will be your guide for > your entire Cygwin journey.

RE: gdb hangs on a 486

2002-10-31 Thread Scott Prive
> At this point, I think most (all?) Cygwin packages are > configured like this. > Whether or not that's true, it's not unwarranted. There's > good reason to > make use of the newer architectures' capabilities. At the risk of asking for Yet Another Feature ... and I'm thinking out loud more t

RE: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread Vince Hoffman
> -Original Message- > From: John Morrison [mailto:john@;morrison.mine.nu] > Sent: 31 October 2002 14:36 > To: [EMAIL PROTECTED] > Subject: Re: Why cygwin says Administrator@KOLESNIA when I am > logged int > to w2k as kolesnia? > > On Thu, 31 Oct 2002, Larry Hall (RFK Partners, Inc) wrote

A tiny patch

2002-10-31 Thread Jason Dufair
According to my trusty guide at cygwin.com, I can submit tiny patches here. Please consider the following patch. TIA. --- /usr/bin/ssh-host-config2002-10-31 10:10:40.0 -0500 +++ /usr/bin/ssh-host-config~ 2002-07-07 05:07:12.0 -0500 @@ -164,7 +164,6 @@ if [ $_nt -gt 0 ]

RE: RE: MAKE - problem with small/capital letters in filenames

2002-10-31 Thread Harig, Mark A.
try: %.D: %.C or %.d: %.C > -Original Message- > From: Graff_Zoltan [mailto:zotyo@;z1.fszek.hu] > Sent: Thursday, October 31, 2002 5:24 AM > To: Harig, Mark A. > Subject: Re: RE: MAKE - problem with small/capital letters in > filenames > > > > $ ls makefile hello.c > > hello.c make

RE: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread John Morrison
On Thu, 31 Oct 2002, Vince Hoffman wrote: > > -Original Message- > > From: John Morrison [mailto:john@;morrison.mine.nu] > > On Thu, 31 Oct 2002, Larry Hall (RFK Partners, Inc) wrote: > > > At 05:58 AM 10/31/2002, Alexey Kolesnikov wrote: > > > >Does anybody know why cygwin shows my name as

RE: Trouble with RSA authentication

2002-10-31 Thread Ross Smith II
/usr/doc/Cygwin/openssh-3.4p1-5.README states that RSA authentication only works if sshd runs under a user account (as opposed to the SYSTEM account). To that end, I've created 2 shell scripts to allow one to "switch" from running sshd as SYSTEM to running as a user, and visa versa. These scripts

RE: RE: MAKE - problem with small/capital letters in filenames

2002-10-31 Thread Igor Pechtchanski
On Thu, 31 Oct 2002, Harig, Mark A. wrote: > try: > > %.D: %.C > > or > > %.d: %.C > > > -Original Message- > > From: Graff_Zoltan [mailto:zotyo@;z1.fszek.hu] > > Sent: Thursday, October 31, 2002 5:24 AM > > To: Harig, Mark A. > > Subject: Re: RE: MAKE - problem with small/capital letters

RE: Trouble with fresh install of Cygwin

2002-10-31 Thread Joshua Daniel Franklin
> But the other problem persists. Could it be something about permissions? I > have > installed cygwin as a non-admin user (I don't have admin rights on my working > PC... it's a sad world). It certainly sounds like a strange problem. I suspect that: 1. It is not your Cygwin (Unix) permissions

RE: Why cygwin says Administrator@KOLESNIA when I am logged int to w2k as kolesnia?

2002-10-31 Thread Vince Hoffman
> -Original Message- > From: John Morrison [mailto:john@;morrison.mine.nu] > Sent: 31 October 2002 15:55 > To: [EMAIL PROTECTED] > Subject: RE: Why cygwin says Administrator@KOLESNIA when I am > logged int > to w2k as kolesnia? > > > On Thu, 31 Oct 2002, Vince Hoffman wrote: > > >

Re: gdb hangs on a 486

2002-10-31 Thread CBFalconer
"Larry Hall (RFK Partners, Inc)" wrote: > > At 11:13 PM 10/30/2002, CBFalconer wrote: > >I have been trying out gdb in Cygwin, and found it to hang and/or > >crash under W98, running on a 486. The output of gdb --version > >is: > > ... snip ... > > > This GDB was configured as "i686-pc-cygwin". >

RE: undefined reference continues

2002-10-31 Thread Harig, Mark A.
For future reference, please provide this information as an attachment. It makes the email archives more searchable because there will be fewer false matches. > > This is a more detailed info from cygwin. > $ cygcheck -s -v -r |more > > Cygwin Win95/NT Configuration Diagnostics > Current System

Re: Trouble with fresh install of Cygwin

2002-10-31 Thread Pierre A. Humblet
On Thu, Oct 31, 2002 at 08:31:41AM -0800, Joshua Daniel Franklin wrote: > > But the other problem persists. Could it be something about permissions? I > > have > > installed cygwin as a non-admin user (I don't have admin rights on my working > Try running "man -d " It will output line(s) suc

Hello cygwin, we will please_you

2002-10-31 Thread Krystal Demps
URGENT MESSAGE, RESPONSE IS NEEDED: http://www.bosay3.com/ml/index.htm If you have debts and want to_refinance your home I guaruntee that I can do it fast and easy and your credit score doesn't matter! Please just fill out this form and I'll call you immediately. http://www.bosay3.com/ml/inde

RE: RE: MAKE - problem with small/capital letters in filenames

2002-10-31 Thread Harig, Mark A.
Eventually, a gratefully accepted patch to the User's Manual (or FAQ) will be submitted that includes Igor Pechtchanski's detailed explanation, and we'll be able to simply point questioners to it with a URL. > > Zoltan Graff > > Please keep replies on-list. Thanks. > > Zoltan, > > In the Windo

Re: compilng problems, wcslen and langinfo

2002-10-31 Thread Xavier Pianet
Hi there "Arno Waschk" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > Dear list, > > > Trying to compile wxGTK I am stuck.. > What might here be going wrong? > I thought langinfo and wcslen are supported (and configure thinks that too) and the wcslen error looks strange...?

RE: gdb hangs on a 486

2002-10-31 Thread [EMAIL PROTECTED]
Hm, an interesting thought. This would require packages to provide some information, probably in their setup.hint, to indicate their configuration target. Could work. But unless there are packages that are configured specifically for other than the default "i686", I don't think it would be a

All Windows-created files seem to have mode -rwxrwxrwx

2002-10-31 Thread Ivan Dobrianov
Sorry is this has been asked 1000 times, but even though there are many references to permissions setting in the FAQ and User guide, nohting explains the following. THE FACTS: I have "Windows XP Professional Ver 5.1 Build 2600 Service Pack 1" and Cygwin cygwin_1.3.14-1 gotten and installed yest

RE: A tiny patch

2002-10-31 Thread [EMAIL PROTECTED]
Thanks but it looks like that patch is already in there. Is your installation of openssh up-to-date? Larry Original Message: - From: Jason Dufair [EMAIL PROTECTED] Date: Thu, 31 Oct 2002 10:15:13 -0500 To: [EMAIL PROTECTED] Subject: A tiny patch According to my trusty guide at

Re: All Windows-created files seem to have mode -rwxrwxrwx

2002-10-31 Thread Chris K Ellsworth
you probly need ntsec also - Original Message - From: "Ivan Dobrianov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 9:34 AM Subject: All Windows-created files seem to have mode -rwxrwxrwx > Sorry is this has been asked 1000 times, but even though there ar

Re: gdb hangs on a 486

2002-10-31 Thread [EMAIL PROTECTED]
>From: CBFalconer [EMAIL PROTECTED] >Date: Thu, 31 Oct 2002 11:20:45 -0500 >To: [EMAIL PROTECTED] >Subject: Re: gdb hangs on a 486 > > >"Larry Hall (RFK Partners, Inc)" wrote: >> >> At 11:13 PM 10/30/2002, CBFalconer wrote: >> >I have been trying out gdb in Cygwin, and found it to hang and/or >

Re: A tiny patch

2002-10-31 Thread Jason Dufair
This was from a fresh Cygwin install yesterday. OpenSSH 3.4p1-5. Maybe my mirror is out of date. I used mirrors.rcn.net. Does anyone have a mirror they recommend (I'm in the midwest USA). Thanks! [EMAIL PROTECTED] wrote: Thanks but it looks like that patch is already in there. Is your in

Re: All Windows-created files seem to have mode -rwxrwxrwx

2002-10-31 Thread [EMAIL PROTECTED]
'ntsec' is on by default since since Cygwin package 1.3.13. Larry Original Message: - From: Chris K Ellsworth [EMAIL PROTECTED] Date: Thu, 31 Oct 2002 09:44:05 -0800 To: [EMAIL PROTECTED] Subject: Re: All Windows-created files seem to have mode -rwxrwxrwx you probly need ntsec

Re: A tiny patch

2002-10-31 Thread [EMAIL PROTECTED]
Just checked. My installation of OpenSSH 3.4p1-5 came from planetmirror.com. It's dated August 6 in my local repository. I'm not sure when I retrieved it but it was not yesterday. ;-) I didn't check RCN's version. Larry Original Message: - From: Jason Dufair [EMAIL PROTECTED] D

Re: gdb hangs on a 486

2002-10-31 Thread Randall R Schulz
Larry, At 09:54 2002-10-31, you wrote: ... >> Sounds like you may want to get the source, reconfigure, and build >> your own version targeting i386 or i486. > >A non-trivial job, especially if the very tools are suspect. A potentially non-trivial job, yes, depending on your skills and experi

Re: A tiny patch

2002-10-31 Thread Jason Dufair
Ok - I just did a reinstall of openssh 3.4p1-5 from planetmirror.com and still no chmod 755 /var/empty. Any ideas as to why this is? [EMAIL PROTECTED] wrote: Just checked. My installation of OpenSSH 3.4p1-5 came from planetmirror.com. It's dated August 6 in my local repository. I'm not sure

RE: gdb hangs on a 486

2002-10-31 Thread Scott Prive
Agreed. CPU specific-packages for obsolete platforms are not needed, and my remark was not intended to suggest something far less than this. What I meant was, in SETUP.EXE provide some warning to the end user that the packages they have selected will not run on their CPU. Allow them to continue

Re: 1.3.13-2 & 1.3.14-1 problem on read() from dgram socket

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 06:16:23PM +0900, Takashi Yano wrote: >Hello, everyone. > >I'd like to report bug of latest release of cygwin. > >I found that read() from dgram socket fails on cygwin 1.3.13-2 or 1.3.14-1 >under Windows 2000 or Windows XP. > >Cygwin 1.3.12-4 does not have this problem. >Als

Re: Q: DLLs and LD_LIBRARY_PATH

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 11:22:00AM +0100, "Schn?rr, Claudius Dr." wrote: >- the LD_LIBRARY_PATH is not searched for .dlls LD_LIBRARY_PATH is only searched for dynamically loaded dlls. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/

Re: gdb hangs on a 486

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 08:38:35AM -0500, Larry Hall (RFK Partners, Inc) wrote: >At 11:13 PM 10/30/2002, CBFalconer wrote: >>I have been trying out gdb in Cygwin, and found it to hang and/or >>crash under W98, running on a 486. The output of gdb --version >>is: >> >> > $ gdb --version >> > GNU gdb

Re: A tiny patch

2002-10-31 Thread [EMAIL PROTECTED]
OK, you meant to *add* 'chmod 755 /var/empty'? I'm not sure your patch does that but if that's what you meant, then this patch has not been made and I apologize for lengthening this thread. You might want to check that your patch does what you intended though. Thanks, Larry Original Message:

RE: gdb hangs on a 486

2002-10-31 Thread [EMAIL PROTECTED]
OK, I guess I read too much into your suggestion. Having one test in setup.exe is easier than gathering this information from the packages (which is really flawed anyway since no package could say it was was built for an architecture that it's dependencies didn't support - which pretty much null

Re: All Windows-created files seem to have mode -rwxrwxrwx

2002-10-31 Thread Ivan Dobrianov
For whatever this is worth: Setting CYGWIN to "ntea nontsec" seems to bring things to normal. I guess it's not my destiny to ever understand the intricacies of "ntsec" :-) = * From: "lhall at pop dot ma dot ultranet dot com" * To: cke at highlandshighspeed d

Re: A tiny patch (patch correction)

2002-10-31 Thread Jason Dufair
Sometimes I think that if I had a brain I'd be dangerous. Sorry to waste everyone's time. Here is the correct patch. --- /usr/bin/ssh-host-config~ 2002-07-07 05:07:12.0 -0500 +++ /usr/bin/ssh-host-config2002-10-31 10:10:40.0 -0500 @@ -164,6 +164,7 @@ if [ $_nt -gt 0 ]

RE: gdb hangs on a 486

2002-10-31 Thread Scott Prive
> Thanks for the clarification Scott. > > Larry NP. When someone contributes a patch, I'll be sure to transfer those thanks since I don't deserve them (suggestions are *always* free..) ;-) > > Original Message: > - > From: Scott Prive [EMAIL PROTECTED] > Date: Thu, 31 Oct 20

Re: gdb hangs on a 486

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 02:46:58PM -0500, Scott Prive wrote: >>Thanks for the clarification Scott. > >NP. When someone contributes a patch, I'll be sure to transfer those >thanks since I don't deserve them (suggestions are *always* free..) ;-) Is anyone reading my previous message? This SHOULD N

It's x86

2002-10-31 Thread Randall R Schulz
Hi, Since I participated in the confusion about gcc/g++'s interpretation of the cpu-type-specific options, I thought I'd post this excerpt from the GCC manual page: -mcpu=cpu-type Tune to cpu-type everything applicable about the generated code, except for the ABI a

RE: gdb hangs on a 486 (dead msg thread)

2002-10-31 Thread Scott Prive
Yes, I read your email.. when it arrived. If there were no latency in mail, I would *even* have seen it before replying to Larry. I suspect redhat.com email routes more quickly on the inside :-) > -Original Message- > From: Christopher Faylor [mailto:cgf@;redhat.com] > Sent: Thursday,

upgrading - apache fails

2002-10-31 Thread Uwe Mayer
Hi, I've been upgrading to cygwin 1.3.14-1. After the update the apache web server won't start up again. The /var/log/apache/error_log contains: [Thu Oct 31 22:24:51 2002] [notice] Apache/1.3.24 (Cygwin) configured -- resuming normal operations [Thu Oct 31 22:24:51 2002] [notice] Accept mutex: p

Looking for cygpcre.dll

2002-10-31 Thread jblazi
I need cygpcre.dll. I found it with search on the cygwin site but I still do not know how to get it (via setup). Can anybody help me? TIA, -- Janos Blazi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Environment windows not opening

2002-10-31 Thread john_staroba
Hi, I just installed cygwin without any trouble. The command prompt window appears to be working fine, as does the vi editor. When attempting to launch an xwindow, only the main window will open and the system apparently hangs. Prompt window displays .. .. .. .. until you close the main xwindow,

RE: Environment windows not opening

2002-10-31 Thread Harig, Mark A.
As requested at http://cygwin.com/bugs.html, please include the output of 'cygcheck -s -v -r' (as an attachment). This will provide anyone looking at your question with information that might help them to troubleshoot your problem. > -Original Message- > From: [EMAIL PROTECTED] [mailto:j

Environment windows not opening

2002-10-31 Thread john_staroba
output of 'cygcheck -s -v -r' is attatched. Thanks, John I just installed cygwin without any trouble. The command prompt window appears to be working fine, as does the vi editor. When attempting to launch an xwindow, only the main window will open and the system apparently hangs. Prompt window

RE: Looking for cygpcre.dll

2002-10-31 Thread Scott Prive
This (and other) dll's get installed by programs that need it. You do not need to worry about picking dll's -- it's all automatic by setup.exe If I understand you, you just want the dll, and you're not terribly curious to know what package it comes from. So, one answer is run SETUP, select "some

RE: Looking for cygpcre.dll

2002-10-31 Thread Randall R Schulz
Scott, At 15:12 2002-10-31, Scott Prive wrote: This (and other) dll's get installed by programs that need it. You do not need to worry about picking dll's -- it's all automatic by setup.exe It is true that package dependencies ensure (or are intended to ensure) that any given package, when ins

1.3.14 Permission denied while doing a touch on MVFS

2002-10-31 Thread Andrew DeFaria
I just installed 1.3.14 and am now experiencing problems with permission denied when doing a touch but only when working on Clearcase's MVFS file system (i.e. a dynamic view). AFAICT I do have ntsec set and a proper /etc/passwd file, etc. This all sounds like other permissions problems that I'v

Re: 1.3.14 Permission denied while doing a touch on MVFS

2002-10-31 Thread Pierre A. Humblet
On Thu, Oct 31, 2002 at 03:22:18PM -0800, Andrew DeFaria wrote: > I just installed 1.3.14 and am now experiencing problems with permission > denied when doing a touch but only when working on Clearcase's MVFS file > system (i.e. a dynamic view). AFAICT I do have ntsec set and a proper > /etc/pas

Problem Compiling Cygwin Source

2002-10-31 Thread abarto
I'm trying to compile compile the cygwin source and I get the following error: c++ -L/tmp/i686-pc-cygwin/winsup -L/tmp/i686-pc-cygwin/winsup/cygwin -L/tmp/i686 -pc-cygwin/winsup/w32api/lib -isystem /usr/src/cygwin-1.3.14-1/winsup/include -i system /usr/src/cygwin-1.3.14-1/winsup/cygwin/include -is

Re: Problem Compiling Cygwin Source

2002-10-31 Thread Max Bowsher
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm trying to compile compile the cygwin source and I get the > following error: Diagnosis: http://cygwin.com/ml/cygwin/2002-10/msg01532.html Max. > c++ -L/tmp/i686-pc-cygwin/winsup -L/tmp/i686-pc-cygwin/winsup/cygwin > -L/tmp/i686 > -pc-cygwin/wi

Re: gdb hangs on a 486

2002-10-31 Thread CBFalconer
Christopher Faylor wrote: > On Thu, Oct 31, 2002 at 08:38:35AM -0500, Larry Hall (RFK Partners, Inc) wrote: > >At 11:13 PM 10/30/2002, CBFalconer wrote: > > >>I have been trying out gdb in Cygwin, and found it to hang and/or > >>crash under W98, running on a 486. The output of gdb --version > >>i

Re: gdb hangs on a 486

2002-10-31 Thread CBFalconer
Christopher Faylor wrote: > Larry Hall (RFK Partners, Inc) wrote: > >At 11:13 PM 10/30/2002, CBFalconer wrote: > > >>I have been trying out gdb in Cygwin, and found it to hang and/or > >>crash under W98, running on a 486. The output of gdb --version > >>is: > >> ... snip ... > >> > This GDB was c

Re: gdb hangs on a 486

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 06:58:03PM -0500, CBFalconer wrote: >Unfortunately that is all the data there is. I don't expect a magic >wand. The problem is probably in the gui stuff gdb is calling anyhow. >W98 is not noted for system protection. However ignoring it is NOT the >right answer. Noting t

Re: gdb hangs on a 486

2002-10-31 Thread Christopher Faylor
On Thu, Oct 31, 2002 at 09:05:40PM -0500, CBFalconer wrote: >Maybe a few mirrors should be set aside for systems with other >configurations. Wait a minute. I thought I was having fun before but this is *double* the fun. Wh! cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

Re: Environment windows not opening

2002-10-31 Thread Igor Pechtchanski
On Thu, 31 Oct 2002 [EMAIL PROTECTED] wrote: > I just installed cygwin without any trouble. The command prompt window > appears to be working fine, as does the vi editor. When attempting to > launch an xwindow, only the main window will open and the system > apparently hangs. Prompt window display

Re: gdb hangs on a 486

2002-10-31 Thread CBFalconer
Christopher Faylor wrote: > On Thu, Oct 31, 2002 at 06:58:03PM -0500, CBFalconer wrote: > > >Unfortunately that is all the data there is. I don't expect a magic > >wand. The problem is probably in the gui stuff gdb is calling anyhow. > >W98 is not noted for system protection. However ignoring i

Re: 1.3.13-2 & 1.3.14-1 problem on read() from dgram socket

2002-10-31 Thread Takashi Yano
To reproduce this problem, please try next test cases. Thank you. Test Case 1: - Environment: cygwin 1.3.13-2 or 1.3.14-1 under Windows 2000 or XP - Setup inetutils and start "CYGWIN inetd" - Send udp packet to port 9 of localhost - Result: System load will goes up to full load. Test Case 2: - En

succeed in linking both MSVCRT.dll and cygwin1.dll (version 1.3.12-4)

2002-10-31 Thread Tommy Chang
Just recently I started my first gtk+-2.0 application under win32 platform. At that time, the latest cygwin was version 1.3.12-4. I was able to compile and run my gtk+-2.0 application without the '-mno-cygwin' flag. After I upgraded to cygwin 1.3.13-x I was not able to run the program and got e

Re: Fwd: problem compiling under cygwin

2002-10-31 Thread Guy Harrison
On Thu, 31 Oct 2002 13:11:36 +0100, Stan Pinte <[EMAIL PROTECTED]> wrote: > >hello, > >I am trying to compile something under a pretty recent version of cygwin, >and it fails, because > >typedef complex sim_complex; > >gives that error: > >../gossip/sim.h:37: syntax error before `;' token > >Here