Cygwin setup stopped @99%

2003-10-12 Thread G. Oto
I followed the instructions on www.cygwin.com on how to install the current (BCygwin, downloaded the setup.exe and ran it. The installation went well (Buntil it remained only 1% to the end of the installation. The installation (Bsuddenly stopped. I tried 3 times but to no avail. (Please refer to

Re: closing rxvt

2003-10-12 Thread Dylan Cuthbert
I noticed in the very latest version of cygwin that I no longer get this problem though? - Q-Games, Dylan Cuthbert. http://www.q-games.com "Sven Köhler" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > If you close an rxvt window by clicking on the

Re: setpriority() and PRIO_PROCESS under Cygwin

2003-10-12 Thread Corinna Vinschen
On Sat, Oct 11, 2003 at 05:07:18PM -0700, Terrence Brannon wrote: > Can anyone suggest a solution for getting code making calls to > setpriority() and using PRIO_PROCESS to compile under Cygwin? setpriority/getpriority are not implemented in Cygwin. Corinna -- Corinna Vinschen

Re: std::ofstream causes segfault in 1.5.x

2003-10-12 Thread Corinna Vinschen
On Fri, Oct 10, 2003 at 10:34:36PM +0200, thomas wrote: > Hi, > > here is a simplified snippet from code that worked perfectly in a 1.3.x > environment, but doesn't work with 1.5.5 (i tried >1.5.2). > > ** > std::ofstream out("foo.toc"); > toc->print(out)

Re: Cygwin setup stopped @99%

2003-10-12 Thread Pavel Tsekov
Hello, On Sun, 12 Oct 2003, G. Oto wrote: > I followed the instructions on www.cygwin.com on how to install the current > Cygwin, downloaded the setup.exe and ran it. The installation went well > until it remained only 1% to the end of the installation. The installation > suddenly stopped. I tri

Re: Cygwin setup stopped @99%

2003-10-12 Thread Barry Drake
This has been discussed numerous times on this list. What I did was follow the directions of one of the posts here to start a bash session by typing bash at a dos prompt, doing a ps, and kill -9 of the process that is tagged 'cygpath' or 'cygpth' (one of these). Also, it has been recently recomme

RE: Cygwin setup stopped @99%

2003-10-12 Thread Hannu E K Nevalainen
> From: G. Oto (B> Sent: Sunday, October 12, 2003 9:05 AM (B (BI removed [EMAIL PROTECTED], wrong place to send to. (B (BYour problem is well known, but if you have others you'll have to read up on (Bhttp://cygwin.com/problems.html beforehand. (B (B> I followed the instructions on www.cygwi

RE: setpriority() and PRIO_PROCESS under Cygwin

2003-10-12 Thread Hannu E K Nevalainen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Terrence Brannon > Sent: Sunday, October 12, 2003 2:07 AM > To: [EMAIL PROTECTED] > Subject: setpriority() and PRIO_PROCESS under Cygwin > > > I am trying to compile a free high-quality chess database, kno

Re: 1.5.4-1: Problem with XEmacs, fonts, and subprocesses.

2003-10-12 Thread Henry S. Thompson
I don't think any of those environment differences account for the problem. On my own setup almost all of those are _not_ there, and in particular the PATH is the same, since I don't have X installed. Note it's important for at least some of us that Cygwin/XEmacs works _without_ X. Thanks _very_

RE: Can't build cygwin from CVS: configure error

2003-10-12 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Sunday, October 12, 2003 12:04 AM This is long and winding, not entirely on topic - you've been warned. > On Sat, Oct 11, 2003 at 11:38:36PM +0200, Hannu E K Nevalainen wrote: > > =-) Well, eventually it did work with the root level configure. > >The reason I

Re: std::ofstream causes segfault in 1.5.x

2003-10-12 Thread thomas
On Sonntag, 12. Oktober 2003 at 10:34:02, Corinna Vinschen wrote: >>28 7293919 [main] cdrdao 1576 mmap64: addr 0, len 1065811968, prot 3, flags 22, >> fd -1, off 0 > Can you tell me why the process tries to mmap 1065811968 bytes == ~1Gig? > That won't work, nor would it under 1.3.22 on the s

Cygwin and the boost librraies

2003-10-12 Thread Joost Kraaijeveld
Hi all, Is there anyone who uses the Boost libraries with Cygwin, in particular the Boost thread libraries, and cares to share his/hers knowledge how to compile the library (version 1.30.2) so that I can use the threads libries? TIA Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmege

Re: std::ofstream causes segfault in 1.5.x

2003-10-12 Thread thomas
>>>28 7293919 [main] cdrdao 1576 mmap64: addr 0, len 1065811968, prot 3, flags 22, >>> fd -1, off 0 >> Can you tell me why the process tries to mmap 1065811968 bytes == ~1Gig? >> That won't work, nor would it under 1.3.22 on the same machine. The cause >> for this is outside of the strace a

Re: 1.5.4-1: Problem with XEmacs, fonts, and subprocesses.

2003-10-12 Thread Yadin Y Goldschmidt
The recent snapshot from 10/10/03 seems to have solved the XEmacs problem for me. Thank you Chris for an excellent job. It was clear from the start that you were the right person to solve this problem. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: htt

Re: std::ofstream causes segfault in 1.5.x

2003-10-12 Thread Corinna Vinschen
On Sun, Oct 12, 2003 at 06:30:55PM +0200, thomas wrote: > > >>>28 7293919 [main] cdrdao 1576 mmap64: addr 0, len 1065811968, prot 3, flags > >>> 22, fd -1, off 0 > > >> Can you tell me why the process tries to mmap 1065811968 bytes == ~1Gig? > >> That won't work, nor would it under 1.3.22 on

Add Download Manager to Cygwin Setup

2003-10-12 Thread Daniel Morgan
Hello Cygwin Developers, When I am trying to install various things via Cygwin setup.exe, it stops downloading stuff for some reason. This maybe due to my internet connection or router. I have DSL. I was wondering if the setup.exe could be modified to automatically re-start downloading the curr

RE: std::ofstream causes segfault in 1.5.x

2003-10-12 Thread Gareth Pearce
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of thomas > Sent: Monday, 13 October 2003 1:07 AM > To: Corinna Vinschen > Subject: Re: std::ofstream causes segfault in 1.5.x > > On Sonntag, 12. Oktober 2003 at 10:34:02, Corinna Vinschen wrote: > > >

Re: merging mingw and cygwin

2003-10-12 Thread Larry Hall
At 01:19 AM 10/12/2003, Edward Peschko you wrote: >On Sun, Oct 12, 2003 at 12:27:06AM -0400, Larry Hall (RFK Partners, Inc) wrote: >> At 10:01 PM 10/11/2003, Edward Peschko you wrote: >> >> What would be the point? >> > >> >lack of end-user confusion... elimination of duplicate development effort..

Re: std::ofstream causes segfault in 1.5.x

2003-10-12 Thread thomas
>> >>28 7293919 [main] cdrdao 1576 mmap64: addr 0, len 1065811968, prot 3, flags >> >> 22, fd -1, off 0 >> > Can you tell me why the process tries to mmap 1065811968 bytes == ~1Gig? >> > That won't work, nor would it under 1.3.22 on the same machine. The cause >> > for this is outside of the

Re: std::ofstream causes segfault in 1.5.x

2003-10-12 Thread Christopher Faylor
On Sun, Oct 12, 2003 at 09:02:58PM +0200, thomas wrote: >>> >>28 7293919 [main] cdrdao 1576 mmap64: addr 0, len 1065811968, prot 3, flags >>> >> 22, fd -1, off 0 Can you tell me why the process tries to mmap 1065811968 bytes == ~1Gig? That won't work, nor would it under 1.3.22 on the

package removed: gcc2-2.95-*

2003-10-12 Thread Christopher Faylor
As previously stated, I have now removed gcc2 from the distribution on sources.redhat.com. It will disappear from mirrors shortly, I'm sure. Please send complaints to [EMAIL PROTECTED] On Sun, Oct 05, 2003 at 01:12:01AM -0400, Christopher Faylor wrote: >I don't have the time or the inclination t

Re: std::ofstream causes segfault in 1.5.x

2003-10-12 Thread Corinna Vinschen
On Sun, Oct 12, 2003 at 03:06:14PM -0400, Christopher Faylor wrote: > On Sun, Oct 12, 2003 at 09:02:58PM +0200, thomas wrote: > >>> >>28 7293919 [main] cdrdao 1576 mmap64: addr 0, len 1065811968, prot 3, > >>> >> flags 22, fd -1, off 0 > Can you tell me why the process tries to mmap 106581

cygrunsrv can't run as administrator

2003-10-12 Thread Alex Liberman
hello, when I try to install a service with cygrunsrv and select the option to run that process as administrator, cygrunsrv is unable to start the process (eg fetchmail but it can be any process). It runs ok as LocalUser. Also I can tell that cygrunsrv isn't even able to get to the binary when I

Re: Add Download Manager to Cygwin Setup

2003-10-12 Thread Igor Pechtchanski
On Sun, 12 Oct 2003, Daniel Morgan wrote: > Hello Cygwin Developers, > > When I am trying to install various things via Cygwin setup.exe, it stops > downloading stuff for some reason. This maybe due to my internet connection > or router. I have DSL. > > I was wondering if the setup.exe could be

Re: cygrunsrv can't run as administrator

2003-10-12 Thread Corinna Vinschen
On Sun, Oct 12, 2003 at 12:36:27PM -0700, Alex Liberman wrote: > hello, when I try to install a service with cygrunsrv and select the option > to run that process as administrator, cygrunsrv is unable to start the > process (eg fetchmail but it can be any process). It runs ok as LocalUser. > Als

Re: cygrunsrv can't run as administrator

2003-10-12 Thread Corinna Vinschen
On Sun, Oct 12, 2003 at 10:36:40PM +0200, Corinna Vinschen wrote: > On Sun, Oct 12, 2003 at 12:36:27PM -0700, Alex Liberman wrote: > > hello, when I try to install a service with cygrunsrv and select the option > > to run that process as administrator, cygrunsrv is unable to start the > > process

Re: cygrunsrv can't run as administrator

2003-10-12 Thread Alex Liberman
The administrator account has by default no right to start services. You can add that right by calling editrights -u administrator -a SeServiceLogonRight Corinna thx but that wasn't it either, however have worked around by pointing cygrunsrv --path to a script hehe cygrunsrv -I fetchmail --pa

Re: setpriority() and PRIO_PROCESS under Cygwin

2003-10-12 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 12 Oct 2003 15:21:41 +0200, Hannu E K Nevalainen <[EMAIL PROTECTED]> wrote: > > >+> setpriority/getpriority are not implemented in Cygwin. > > This means; use __CYGWIN__ or some such to create conditional (i.e. > exclusion of) compiling of thos

Re: cygwin1.dll missing getreent and fopen

2003-10-12 Thread synthespian
> > -- Início da mensagem original --- > De: Corinna Vinschen <[EMAIL PROTECTED]> >Para: [EMAIL PROTECTED] > Cc: >Data: Fri, 10 Oct 2003 17:04:18 +0200 > Assunto: Re: cygwin1.dll missing getreent and fopen > On Fri, Oct 10, 2003 at 02:44:48PM +, Misha Gale wrot

Setup: prevent scan for domain users by mkpasswd

2003-10-12 Thread Huijing Zhou
I'm working at an university computer lab with over 6000 users in our Active Directory. You can imagine how long it takes for Cygwin Setup to add all of them into passwd. I know Setup calls mkpasswd with the "-l" option, but it doesn't help when I run the installation on a Windows server. Maybe

Re: merging mingw and cygwin

2003-10-12 Thread Edward Peschko
> to support just gcc. Everyone does not want all of the 600+ megabytes > of Cygwin just because they want a C++ compiler (or C, or FORTRAN). That > is why some good, open source IDE's for C/C++ use MingW as part of their > full installation. No fuss, no muss, relatively lightweight download. >

Re: cygwin1.dll missing getreent and fopen

2003-10-12 Thread Igor Pechtchanski
On Sun, 12 Oct 2003, synthespian wrote: > > -- Início da mensagem original --- > > From: Corinna Vinschen > > Date: Fri, 10 Oct 2003 17:04:18 +0200 > > Subject: Re: cygwin1.dll missing getreent and fopen > > > > On Fri, Oct 10, 2003 at 02:44:48PM +, Misha Gale wrote: > > > I ha

Re: Setup: prevent scan for domain users by mkpasswd

2003-10-12 Thread Igor Pechtchanski
On Mon, 13 Oct 2003, Huijing Zhou wrote: > I'm working at an university computer lab with over 6000 users in our > Active Directory. You can imagine how long it takes for Cygwin Setup to > add all of them into passwd. I know Setup calls mkpasswd with the "-l" > option, but it doesn't help when I r

Re: merging mingw and cygwin

2003-10-12 Thread Larry Hall
At 06:41 PM 10/12/2003, Edward Peschko you wrote: >> to support just gcc. Everyone does not want all of the 600+ megabytes >> of Cygwin just because they want a C++ compiler (or C, or FORTRAN). That >> is why some good, open source IDE's for C/C++ use MingW as part of their >> full installation.

Re: merging mingw and cygwin

2003-10-12 Thread Paul G.
Does the author of this reply have a problem with someone else knowing what they are talking about? On 12 Oct 2003 at 0:36, Christopher Faylor wrote: > On Sat, Oct 11, 2003 at 09:16:41PM -0700, Paul G. wrote: > >Msys is derived from Cygwin. However, it does not have the overhead > >that Cygwin

Re: merging mingw and cygwin

2003-10-12 Thread Paul G.
On 12 Oct 2003 at 15:41, Edward Peschko wrote: > > to support just gcc. Everyone does not want all of the 600+ > > megabytes of Cygwin just because they want a C++ compiler (or C, or > > FORTRAN). That is why some good, open source IDE's for C/C++ use > > MingW as part of their full installati

Re: merging mingw and cygwin

2003-10-12 Thread Christopher Faylor
On Sun, Oct 12, 2003 at 04:47:18PM -0700, Paul G. wrote: >On 12 Oct 2003 at 15:41, Edward Peschko wrote: >>It sure would beat the install process for mingw right now, which is a >>manual horror right now involving the download and installation of >>several, separate packages in different directorie

Re: merging mingw and cygwin

2003-10-12 Thread Paul G.
On 12 Oct 2003 at 20:10, Christopher Faylor wrote: > On Sun, Oct 12, 2003 at 04:47:18PM -0700, Paul G. wrote: > >On 12 Oct 2003 at 15:41, Edward Peschko wrote: > >>It sure would beat the install process for mingw right now, which is > >>a manual horror right now involving the download and instal

results of compiling berkeleydb

2003-10-12 Thread Edward Peschko
Ok, I did as requested, and tried to compile berkeleydb with -mno-cygwin. Results are below, along with some thoughts/reflections Ed general nitpicks: 'which' returns /cygdrive/c form instead of C:\... no way of switching doesn't play well with applications outside of cygwin (for

Re: merging mingw and cygwin

2003-10-12 Thread Edward Peschko
> >Umm..you might want to mention this on the Mingw users list...though it > >appears you haven't looked at the files that are available for download > >there (in terms of Mingw), specifically > >http://sourceforge.net/project/showfiles.php?group_id=2435. > > He already mentioned this in the mingw

multiple consoles in one window

2003-10-12 Thread bob
Is there any way to have more than one console session available in one rxvt (or dos) window? I am thinking of the konsole that I used back when linux was an option. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docu

Re: multiple consoles in one window

2003-10-12 Thread Edward Peschko
On Sun, Oct 12, 2003 at 07:24:29PM -0600, bob wrote: > Is there any way to have more than one console session available in one > rxvt (or dos) window? I am thinking of the konsole that I used back > when linux was an option. yes, you can use 'screen'... as of v 4.0.1, screen supports multiple

Re: merging mingw and cygwin

2003-10-12 Thread Larry Hall
At 08:56 PM 10/12/2003, Paul G. you wrote: >On 12 Oct 2003 at 20:10, Christopher Faylor wrote: > >> On Sun, Oct 12, 2003 at 04:47:18PM -0700, Paul G. wrote: >> >On 12 Oct 2003 at 15:41, Edward Peschko wrote: >> >>It sure would beat the install process for mingw right now, which is >> >>a manual h

RE: Cygwin setup stopped @99%

2003-10-12 Thread luke . kendall
On 12 Oct, Hannu E K Nevalainen wrote: > Your problem is well known, Yes, we've started having this problem here, since last week. I just wanted to check the mailing list before I tried the obvious fix. So, I can confirm that yes, the cygpath -A -P just hangs, that it can be run manually from

Reinstatement?

2003-10-12 Thread David A. Cobb
Chris, After two months without a connection -- and with serious withdrawal symptoms -- I am back hanging from the wires. I'm sure I've been suspended because of the bounces when I first failed. Would you kindly reset my list memberships to active? Thanks! David A. Cobb -- Unsubscribe

RE: Can't build cygwin from CVS: configure error

2003-10-12 Thread Gary R. Van Sickle
[snip] > Once again, I'm not *trying* to get you into this mood. Chris pretty much lives in that mood. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs

Re: Reinstatement?

2003-10-12 Thread Christopher Faylor
On Mon, Oct 13, 2003 at 12:04:57AM -0400, David A. Cobb wrote: >After two months without a connection -- and with serious withdrawal >symptoms -- I am back hanging from the wires. I'm sure I've been >suspended because of the bounces when I first failed. Would you kindly >reset my list memberships

Re: results of compiling berkeleydb

2003-10-12 Thread Christopher Faylor
On Sun, Oct 12, 2003 at 06:03:44PM -0700, Edward Peschko wrote: >Ok, I did as requested, and tried to compile berkeleydb with >-mno-cygwin. Results are below, along with some >thoughts/reflections Hint: GCC='gcc -mno-cygwin' ./configure. AFAICT, this won't get you a windows version of db wi

gcc -dM -E -xc /dev/null & g++ -dM -E -xc /dev/null

2003-10-12 Thread Alex Vinokur
gcc -dM -E -xc /dev/null and g++ -dM -E -xc /dev/null produce the same output. Is this a feature or a bug? How can one know that g++ (not gcc) is invoked? === Windows 2000 Professional CYGWIN_NT-5.0 1.5.4(0.94/3/2) gcc version 3.3.1 (cygming special)

Re: gcc -dM -E -xc /dev/null & g++ -dM -E -xc /dev/null

2003-10-12 Thread Christopher Faylor
On Mon, Oct 13, 2003 at 07:22:28AM +0200, Alex Vinokur wrote: >gcc -dM -E -xc /dev/null > and >g++ -dM -E -xc /dev/null > produce the same output. > >Is this a feature or a bug? It is not a bug. Try it on linux. >How can one know that g++ (not gcc) is invoked? Isn't the __cplusplus define a f

Re: results of compiling berkeleydb

2003-10-12 Thread Edward Peschko
On Mon, Oct 13, 2003 at 12:56:49AM -0400, Christopher Faylor wrote: > On Sun, Oct 12, 2003 at 06:03:44PM -0700, Edward Peschko wrote: > >Ok, I did as requested, and tried to compile berkeleydb with > >-mno-cygwin. Results are below, along with some > >thoughts/reflections > > Hint: > > GCC='

tcflush hang problem

2003-10-12 Thread Martin Farnik
Hi. I use CYGWIN_98-4.10 mine 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 uknown unknown Cygwin First i try to describe a situation: I have a device which is connected with computer thru serial line. Device is still sending data.These data isn't for my program.I have open com port and let them go into

tcflush hang problem

2003-10-12 Thread Martin Farnik
I forgot : #define PORT0 "/dev/ttyS0" Marty -- 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: multiple consoles in one window

2003-10-12 Thread Monique Y. Herman
On Mon, 13 Oct 2003 at 01:37 GMT, Edward Peschko penned: > On Sun, Oct 12, 2003 at 07:24:29PM -0600, bob wrote: >> Is there any way to have more than one console session available in >> one rxvt (or dos) window? I am thinking of the konsole that I used >> back when linux was an option. > > yes,