Re: Problem w/ c++,threads,static initializers

2003-06-10 Thread Thomas Pfaff
Rasmus Hahn wrote: Hello, i am using cygwin on my Windows2000 and my c++ program segfaults when using pthread-mutexes. In particular i am using a lot of mutexes from within constructors of static objects. These constructors are called at a very early time of execution of the program and do calls

bug(s) in new login 1.9-4

2003-06-10 Thread Jason Fu
[EMAIL PROTECTED] ~ $ telnet -l root phoenix Trying 218.188.58.70... Connected to phoenix. Escape character is '^]'. Password: Fanfare!!! You are successfully logged in to this server!!! <= [EMAIL PROTECTED] ~ $ logout Connection closed by foreign host. ===

Re: Slight patch for Cron

2003-06-10 Thread Ronald Landheer-Cieslak
Works like a charm :) Thanks! rlc On Fri, 6 Jun 2003, Corinna Vinschen wrote: > On Thu, Jun 05, 2003 at 01:01:19PM +0200, Ronald Landheer-Cieslak wrote: > > On Wed, 4 Jun 2003, Corinna Vinschen wrote: > > > On Wed, Jun 04, 2003 at 09:53:05AM +0200, Ronald Landheer-Cieslak wrote: > > > > On Tue,

Re: Slight patch for Cron

2003-06-10 Thread Corinna Vinschen
On Tue, Jun 10, 2003 at 11:18:38AM +0200, Ronald Landheer-Cieslak wrote: > Works like a charm :) Thanks, I've uploaded a new version. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developermailto:[EMAIL PROTECTED] Red

Re: bug(s) in new login 1.9-4

2003-06-10 Thread Corinna Vinschen
On Tue, Jun 10, 2003 at 04:53:12PM +0800, Jason Fu wrote: > [EMAIL PROTECTED] ~ > $ telnet -l root phoenix > Trying 218.188.58.70... > Connected to phoenix. > Escape character is '^]'. > Password: > Fanfare!!! > You are successfully logged in to this server!!! <= > > [EMAIL PRO

Re: Problems on accessing Windows network resources.

2003-06-10 Thread Corinna Vinschen
On Tue, Jun 10, 2003 at 11:28:11AM +0900, [EMAIL PROTECTED] wrote: > Corinna wrote: > > > Actually I am attaching what should be a fix, but it's only tested on > > > WinME. Feedback welcome. Compile as follows and mv the .exe to /bin > > > gcc login.c -o login -l crypt > > > > I've uploaded a new

Re: Problems on accessing Windows network resources.

2003-06-10 Thread Corinna Vinschen
On Tue, Jun 10, 2003 at 11:41:16AM +0200, Corinna Vinschen wrote: > On Tue, Jun 10, 2003 at 11:28:11AM +0900, [EMAIL PROTECTED] wrote: > > Corinna wrote: > > > > Actually I am attaching what should be a fix, but it's only tested on > > > > WinME. Feedback welcome. Compile as follows and mv the .ex

Re: bug(s) in new login 1.9-4

2003-06-10 Thread Corinna Vinschen
On Tue, Jun 10, 2003 at 11:37:41AM +0200, Corinna Vinschen wrote: > Check your /etc/group and /etc/passwd files. If the group info > doesn't match, login will fail now. Nevertheless I made a fault in 1.9-4. I've uploaded 1.9-5 a minute ago. Corinna -- Corinna Vinschen Please,

Re: Slight patch for Cron

2003-06-10 Thread Bjoern Kahl AG Resy
( replying to the wrong mail-in-thread ) ( because missed the original posting ) On Tue, 10 Jun 2003, Ronald Landheer-Cieslak wrote: > > Index: cron.c > > === > > RCS file: /home/cvs/cvsroot/src/cron/cron.c,v > > retrieving revi

Re: Slight patch for Cron

2003-06-10 Thread Corinna Vinschen
On Tue, Jun 10, 2003 at 11:52:57AM +0200, Bjoern Kahl AG Resy wrote: > > > +#ifdef __CYGWIN__ > > > + { > > > + int fd; > > > + if ((fd = open("/dev/null", O_RDWR, 0)) != -1) > > > + { > > > + (void)dup2(fd, STDIN_FILENO); > > > + (void)dup2(fd, STDOUT_FILENO); > > > + (vo

problem with flushing the input buffer

2003-06-10 Thread Ben McDonald
i am having problems with running java programs in cygwin. it only has problems with programs containing user input. when it comes down to the input line, it is reading in the enter key-stroke that is used to run the program. having two input readers in a row fixes the problem, but this seems to

Question regarding setup, upset and post install scripts

2003-06-10 Thread Alan Miles
All, I am running cygwin at work and at home. As I need to "customize" cygwin for each environment (i.e., one for work, one for home) I found a way to build "custom" packages, that I would like to integrate into my setup. Such customizations include: - For ** my ** environments - remove the spac

[ANNOUNCEMENT] Updated: login-1.9-5

2003-06-10 Thread Corinna Vinschen
I have updated the version of login(1) to 1.9-5. This version solves a potential security problem. On the other hand, this requires to have a well maintained /etc/passwd and /etc/group file. If the login now fails, check that the group in your passwd entry matches a group in /etc/group and check

[ANNOUNCEMENT] Updated: cron-3.0.1-10

2003-06-10 Thread Corinna Vinschen
I have updated the version of cron on cygwin.com to 3.0.1-10. When starting cron in a console window, it was impossible to close the console window without killing also the cron daemon. This version solves that problem. To update your installation, click on the "Install Cygwin now" link on t

Vim and the navigating with arrow keys

2003-06-10 Thread Brian . Kelly
"True Vim'ers DO NOT navigate with arrow keys". I remember reading that somewhere. Certainly the "correct" way to navigate in Vim is with the H J K and L keys. Understood, acknowledged, yaddy yadda yaaa. That said - I "like" to use the arrow keys. It's habitual and something I've been doing f

Re: Vim and the navigating with arrow keys

2003-06-10 Thread Randall R Schulz
Brian, At 06:27 2003-06-10, [EMAIL PROTECTED] wrote: "True Vim'ers DO NOT navigate with arrow keys". I remember reading that somewhere. Certainly the "correct" way to navigate in Vim is with the H J K and L keys. Understood, acknowledged, yaddy yadda yaaa. That said - I "like" to use the

Re: Question regarding setup, upset and post install scripts

2003-06-10 Thread Igor Pechtchanski
On Tue, 10 Jun 2003, Alan Miles wrote: > All, > > I am running cygwin at work and at home. As I need to "customize" cygwin for > each environment (i.e., one for work, one for home) > I found a way to build "custom" packages, that I would like to integrate > into my setup. > > Such customizations i

non network install

2003-06-10 Thread B Thomas
Hi, I would be gratefull if you could help with the following problem: I am trying to make a CD so that cywin binary/source can be installed from this CD. The reason being I only have a linux computer my friend only has a Windows XP. I have a fast internet connection , he has none. we finally did

1.3.22: popen() fails without /bin/sh

2003-06-10 Thread Hanak Michal-r50233
Hello, it seems to me that the popen() does not work correctly in applications running on hosts without "/bin/sh" available. The Cygwin's popen() should normally work in a way that after vfork(), the execl("/bin/sh"...) is tried first and if it fails, the execlp("sh"...) is tried to find "sh"

Re: [ANNOUNCE] LibXSLT (1.0.27) test packages available

2003-06-10 Thread Patrick Eisenacher
Hi Elfyn, sorry for the little delay, but Monday was a holiday here in Germany, so I took the chance to get some private work done. Back in the office today, I saw that you have published the updated packages. I reran the basic test I sent you and that worked fine, both with the v1.50.0 and th

Re: non network install

2003-06-10 Thread Max Bowsher
B Thomas wrote: > Hi, > I would be gratefull if you could help with the following problem: > > I am trying to make a CD so that cywin binary/source can be installed > from this CD. The reason being I only have a linux computer my friend > only has a Windows XP. I have a fast internet connection ,

Re: Vim and the navigating with arrow keys

2003-06-10 Thread Brian . Kelly
Well Randy, you were partially right (you may indeed be fully right, and me "fully" wrong). I had set up my profile ages ago when my cygwin know-how was much less than the little I know now. So somehow I ended up with TERM=rxvt. I changed it to TERM=cygwin and indeed, the arrow keys are back. Howe

Re: Problems on accessing Windows network resources.

2003-06-10 Thread Takashi Yano
> 1) Share a directory "shared1" on "computer1" set same password with a local account. > 2) Be sure that \\computer1\shared1 can be accessed with no password query from the > local account. > 3) Login to the local account using ftp. > 4) Access to \\computer1\shared1 from ftp login fails except f

Re: non network install

2003-06-10 Thread B Thomas
Hi, Thank you for responding. But it doesn't seem like I have some thing missing , here is the listing of my top level CD-ROM directory : directory - total 1116 -r--r--r--1 bt bt 2600 Jun 10 08:00 INSTALL.TXT -r--r--r--1 bt bt 4141 Apr 18 2002 README.TXT

Re: Vim and the navigating with arrow keys

2003-06-10 Thread Randall R Schulz
Brian, At 07:25 2003-06-10, [EMAIL PROTECTED] wrote: ... However, I do take issue with your "practically flawless" line - for I still have the need to do CTRL-L refreshes with small files. Example: Simple text file with the following text: cygrunsrv -E cron Open in Vim, and do nothing but touc

Re: openssl commandline tools always output in text mode

2003-06-10 Thread Patrick Eisenacher
On Sat, Jun 07, 2003 at 11:50:21AM +0200, Corinna Vinschen wrote: Since I was a bit bored a few minutes ago I started to run your test on Linux and guess what? The testit.out file had CRLF lineendings, too. Ups, I just gave it a try on FreeBSD and got the same results as well! Weird. Perhaps thi

Re: non network install

2003-06-10 Thread Don Sharp
Hi there My WAG is that you need to place all those top level directory contents into a single new top level directory. setup.exe is said to fumble the ball if you try an install from a package directory which is the root directory of a drive. When you run :\\setup.exe you have to ensure that t

Executable hang when using a cygwin telnet session

2003-06-10 Thread Chris Lidgate
Hi all I have just seen something that seemed very odd, and I can't find any information about it that seems relevant in any of the usual places. A colleague is developing a win32 console cli program that does some useful stuff ... We've been testing it physically on our win2000 box under a nor

Re: Vim and the navigating with arrow keys

2003-06-10 Thread Brian . Kelly
KUDOS - I had the following setting in the registry: /usr/bin/inetd.exe REG_SZ binmode tty ntsec Took out the tty and suddenly Vim works the way "one would normally expect" it to. Of course the above settings were "standard fare" for inetd installs according to setup instruction

exim 4.20.x patch to handle sendmail -O switch

2003-06-10 Thread Jason Pyeron
Dear Sirs/Madams, Please find enclosed patches for your respective distributions. These patches allow exim to not fail on sendmail like switch -O. In send mail the -O switch allows configuration options to be set via the command line to override the .conf settings. Its general syntax is: -O

RE: problem with telnet, xinetd, native console apps

2003-06-10 Thread David Byron
On Monday, June 9 @ 5:22p, I wrote: > I seem to have run into the same problem that folks with > inetutils pre 1.3.2-11 had with console output from native > apps not getting displayed in a telnet session. > My console app doesn't display any output. A bit more info here. I get the same behav

multicast support

2003-06-10 Thread John Ostrom
I was wondering what the status of multicast is in Cygwin. I read some posts by Yang-hua Chu ( Subject : support for multicast socket ) on April 30 2002 indicating that there was not support at that point. Has this status changed? I seem to have the same problem with failing to bind after sett

Re: [ANNOUNCE] LibXSLT (1.0.27) test packages available

2003-06-10 Thread Elfyn McBratney
On Tue, 10 Jun 2003, Patrick Eisenacher wrote: > Hi Elfyn, > > sorry for the little delay, but Monday was a holiday here in Germany, so > I took the chance to get some private work done. Back in the office > today, I saw that you have published the updated packages. > > I reran the basic test I se

Re: non network install

2003-06-10 Thread Andrew Markebo
/ B Thomas <[EMAIL PROTECTED]> wrote: | Hi, | I would be gratefull if you could help with the following problem: | [...] | So I mirrored a cygwin ftp archive and burned them onto a CD. However when | I try to install from the CD I get the following two errors many, many | times when the post-insta

Re: Vim and the navigating with arrow keys

2003-06-10 Thread Shankar Unni
[EMAIL PROTECTED] wrote: KUDOS - I had the following setting in the registry: /usr/bin/inetd.exe REG_SZ binmode tty ntsec I don't know that that's the culprit - I just set CYGWIN=tty and TERM=cygwin, and started a fresh bash from a cmd shell, and vim worked fine with your example

Re: Vim and the navigating with arrow keys

2003-06-10 Thread Brian . Kelly
You are right. The tty is not the problem. Turns out Randy was completely correct in that the problem was with the TERM setting. I just put it back to rxvt and the problem came back. Took it out - problem went away. All the while tty is set in the Registry. So it does seem that the TERM setting is

Re: latest version of vi messes up bash for me

2003-06-10 Thread Stephen Biggs
On 9 Jun 2003 at 21:16, Pierre A. Humblet wrote: > On Tue, Jun 10, 2003 at 03:57:32AM +0200, Stephen Biggs wrote: > > > > > Maybe it is relevant to say that I am invoking cygwin by the shortcut of: > > C:\WINDOWS\COMMAND.COM /E:4096 /c C:\cygwin\bin\login steve > > with the /etc/passwd file en

Re: Distributed Cygwin DLL's (fwd)

2003-06-10 Thread Elfyn McBratney
Before I reply (privately) the bellow is not sufficient, is it? -- Forwarded message -- On Tue, Jun 10 2003, at 05:14:57 +0100, Elfyn McBratney wrote: > I saw your project mentioned on one of the Savannah mailing lists. I noticed > that on this page (

rsh and rsync

2003-06-10 Thread Jing Zhao
I have downloaded cygwin today. Doing rsync from Windows 2000 (running cygwin) to NetBSD Unix box with the following: rsync -av "test.txt" [EMAIL PROTECTED]:/sd0/rsync I got the following error: - Runs commands on remote hosts running the RSH service. RSH hos

Re: latest version of vi messes up bash for me

2003-06-10 Thread Larry Hall
Stephen Biggs wrote: On 9 Jun 2003 at 21:16, Pierre A. Humblet wrote: On Tue, Jun 10, 2003 at 03:57:32AM +0200, Stephen Biggs wrote: Maybe it is relevant to say that I am invoking cygwin by the shortcut of: C:\WINDOWS\COMMAND.COM /E:4096 /c C:\cygwin\bin\login steve with the /etc/passwd file

Re: non network install

2003-06-10 Thread B Thomas
As I mentioned earlier I was trying to help a friend without a network connection install it . But now I just want to know how it can be done as I was trying to make a Cygwin CD so that he could use it to install both binaries and sources when he pleases. With a fair bit of inconvienence (as neith

Re: Distributed Cygwin DLL's (fwd)

2003-06-10 Thread Larry Hall (RFK Partners, Inc.)
Does his zip file contain written notice that he will provide the source if requested for a period of at least 3 years? Either way, I think this guy is setting himself up for a fall if he's not archiving versions of the source. You can't get a copy of 3 year old Cygwin source for an arbitrary (or

Re: non network install

2003-06-10 Thread B Thomas
We did try copying the CD contents to his harddrive to a directory in My Documents\temp\Cygwin\setup.exe(and other subdirectories) Then ran setup and specified that we wanted to install from "local disk" with path My Documents\temp\Cygwin\release. Even this gave the same errors as I originally post

Re: non network install

2003-06-10 Thread Larry Hall
B Thomas wrote: Now let me give you a stronger reason why I think distributing software ONLY by network installs is a very bad idea. Hm, what makes you think that Cygwin can only be distributed via network installs? You yourself noted that all the packages were available for download via FTP

Re: non network install

2003-06-10 Thread B Thomas
Hi, I did not mean to offend anyone. I do have strong feelings about such things. I will certainly try to make this CD and put instructions on my web page to do the same. Thank you for you paitence and understanding. sincerely B Thomas On Tue, Jun 10, 2003 at 05:22:59PM -0400, Larry Hall wrote:

Re: rsh and rsync

2003-06-10 Thread Larry Hall
Jing Zhao wrote: > I have downloaded cygwin today. > > Doing rsync from Windows 2000 (running cygwin) to NetBSD Unix box with > the following: > > rsync -av "test.txt" [EMAIL PROTECTED]:/sd0/rsync > > I got the following error: > - > Runs commands on remote ho

Re: non network install

2003-06-10 Thread Don Sharp
See inline comment below. B Thomas wrote: > > We did try copying the CD contents to his harddrive to a directory in > My Documents\temp\Cygwin\setup.exe(and other subdirectories) > Then ran setup and specified that we wanted to install from "local disk" > with path My Documents\temp\Cygwin\releas

RE: rsh and rsync

2003-06-10 Thread Jing Zhao
Thanks Larry I found it. Now it works! -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: 2003?6?10? 17:07 To: Jing Zhao Cc: [EMAIL PROTECTED] Subject: Re: rsh and rsync Jing Zhao wrote: > I have downloaded cygwin today. > > Doing rsync from Windows 2000 (running cygwin

Re: non network install

2003-06-10 Thread Larry Hall
B Thomas wrote: Hi, I did not mean to offend anyone. I do have strong feelings about such things. I will certainly try to make this CD and put instructions on my web page to do the same. Thank you for you paitence and understanding. No offense taken. I just wanted to be clear on the issues so t

Re: latest version of vi messes up bash for me

2003-06-10 Thread Shankar Unni
Larry Hall wrote: Also, it would be useful to know if vim works for you if you > login to Windows and use cygwin.bat instead. * If I run cygwin.bat directly from Start/Run..., it works fine. (I mean I can start vim, exit, and echo is OK). (I don't have CYGWIN or TERM set in the native Windows

Re: latest version of vi messes up bash for me

2003-06-10 Thread Igor Pechtchanski
On Tue, 10 Jun 2003, Shankar Unni wrote: Larry Hall wrote: > Also, it would be useful to know if vim works for you if you > login to Windows and use cygwin.bat instead. * If I run cygwin.bat directly from Start/Run..., it works fine. (I mean I can start vim, exit, and echo is OK). (I don't have

RE: latest version of vi messes up bash for me

2003-06-10 Thread Shankar Unni
Igor Pechtchanski [mailto:[EMAIL PROTECTED] wrote: > The bash man page says >An interactive shell is one started without non-option >arguments and without the -c option whose standard input >and output are both connected to terminals (as determined >by isatty(3)), or one start

AC_CYGWIN?

2003-06-10 Thread Alexander Enchevich
Hi What's the proper way to check if I am compiling on a cygwin system from within an autoconf configure.in script? thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: AC_CYGWIN?

2003-06-10 Thread Max Bowsher
Alexander Enchevich wrote: > Hi > > What's the proper way to check if I am compiling on a cygwin system from > within an autoconf configure.in script? >From the subject, you clearly already have an idea. If you check the autoconf docs, they will tell you that that macro is obsolete, and tell you h

Perl 5.8.0-3 requires binary-mounted .cpan

2003-06-10 Thread Gary R. Van Sickle
-1 worked with text mounts, never tried binary ones but I have to assume they worked as well. This is with cygwin1.dll "1.5.0s(0.87/3/2) 20030608". -- Gary R. Van Sickle Brewer. Patriot. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Distributed cygwin DLL's (fwd)

2003-06-10 Thread Christopher Faylor
On Tue, Jun 10, 2003 at 09:52:25PM +0100, Elfyn McBratney wrote: >Before I reply (privately) the bellow is not sufficient, is it? > >-- Forwarded message -- >On Tue, Jun 10 2003, at 05:14:57 +0100, Elfyn McBratney wrote: >> I saw your project mentioned on one of the Savannah mailing

RE: AC_CYGWIN?

2003-06-10 Thread Alexander Enchevich
Thanks for the tip Max, I looked in 'info autoconf' and found this =info autoconf=== If you want to base a decision on the system where your program will be run, make sure you use the `$host' variable, as in the following excerpt: case $host in *-*-msdos* | *-*-go32

Re: Distributed cygwin DLL's (fwd)

2003-06-10 Thread Elfyn McBratney
> Feel free to forward this to him: > [...] > > cgf Have done. Thank you. Elfyn -- Elfyn McBratney (mailto:[EMAIL PROTECTED]) Systems Administrator ABCtales.com / Ubertales.co.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

Re: non network install

2003-06-10 Thread B Thomas
In-Reply-To: <[EMAIL PROTECTED]> Thank you very much for all your replies. Having the distribution in folder below the top one does indeed solve the problem. I wrote a bunch of tiny bash scripts to make the check dependencies and make the iso image for two CD's. I shall put up the scripts and d

[ANNOUNCEMENT] Updated: libxslt-1.0.30-2

2003-06-10 Thread Elfyn McBratney
I've made a new version of LibXSLT (1.0.30-2) available for downloading. This is a *maintainance release* only. The only addition is a one-line fix from current CVS, which fixes fixes the SIGSEGV mentioned in this thread. To update your ins

login to cygwin on win2K and see network drives

2003-06-10 Thread quicka
Hi I have Cygwin version 1.3.22, running on Win2K SP3. I want to set it up so I can have inetd running and use telnet to log in. I have set up my password and groups files so the user information is loaded from the domain controller (using mkpasswd, mkgroup). I can install the inetd service (inetd

Setup hangs between "create icons" and "postinstall" und

2003-06-10 Thread Will Marsh
I downloaded the latest version of Setup (2.340.2.5) and have tried to install it several times under Win ME 4.90.3000. It always hangs at the same point, right after "Create Icons", with the following message in a DOS window: "This program has performed an illegal operation and will be termin

Some useful permission setting scripts

2003-06-10 Thread Max Polk
I've tried a bunch of things, nothing seems to work better and more cleanly than these few scripts I wrote for setting or resetting file permissions in cygwin on Windows XP, especially when things seem "stuck" or "weird". The order of the chmod and the chown before the cacls command is important.

Re: non network install

2003-06-10 Thread B Thomas
Here are the scripts I used, some explaination is also in another post to this thread : --- #!/bin/sh # Script to check the dependencies of packages in the Cygwin distribution # The script needs the file CDindex.txt and depend

Re: .dll and .lib files

2003-06-10 Thread Paul G.
> Paul G. wrote: > > > >>Is there a reason to respond to a posting with guesses? > >> > >>Just curious. > > > > > > Curiosity killed the cat... > > > > Guess it is safer to not say anything than to say what may be > > true... > > > > I'll buy that. Will you take a dead cat as paym

Re: Cygwin setup & I18N problems

2003-06-10 Thread Igor Pechtchanski
Please do not send personal mail with Cygwin questions unless specifically requested. The Cygwin mailing list is the proper place to address all Cygwin inquiries. For your convenience, I've redirected this query there and set the Reply-To appropriately. You might also wish to repeat your search

Re: .dll and .lib files

2003-06-10 Thread Igor Pechtchanski
On Tue, 10 Jun 2003, Larry Hall wrote: > Paul G. wrote: > > > >>Is there a reason to respond to a posting with guesses? > >> > >>Just curious. > > > > > > Curiosity killed the cat... > > > > Guess it is safer to not say anything than to say what may be true... > > I'll buy that. Will

Re: Problem w/ c++,threads,static initializers

2003-06-10 Thread Rasmus Hahn
On Tue, Jun 10, 2003 at 09:25:43AM +0200, Thomas Pfaff wrote: > Rasmus Hahn wrote: > > > Hello, > > > > i am using cygwin on my Windows2000 and my c++ program segfaults > > when using pthread-mutexes. In particular i am using a lot of > > mutexes from within constructors of static objects. These

Re: w32api/windef.h

2003-06-10 Thread Lionel Zhou
- Original Message - From: Igor Pechtchanski <[EMAIL PROTECTED]> Date: Mon, 9 Jun 2003 09:17:21 -0400 (EDT) To: Lionel Zhou <[EMAIL PROTECTED]> Subject: Re: w32api/windef.h > On Sun, 8 Jun 2003, Lionel Zhou wrote: > > > - Original Message - > > From: Christopher Faylor <[EMAIL PRO

Re: Problem w/ c++,threads,static initializers

2003-06-10 Thread Rasmus Hahn
Hello Larry, this bug does not show up in gcc-3.3 (i use it already and it works from my point of view) so we really can look forward (and look forward to the new, yet unknown bugs they have built in, too). Greetings - Rasmus On Mon, Jun 09, 2003 at 10:14:18PM -0400, Larry Hall wrote: > Hi Rasmu

Re: Problem w/ c++,threads,static initializers

2003-06-10 Thread Thomas Pfaff
Rasmus Hahn wrote: On Tue, Jun 10, 2003 at 09:25:43AM +0200, Thomas Pfaff wrote: Rasmus Hahn wrote: Hello, i am using cygwin on my Windows2000 and my c++ program segfaults when using pthread-mutexes. In particular i am using a lot of mutexes from within constructors of static objects. These con