Re: Cygwin and screen

2006-07-21 Thread Duane Krings
Svend Sorensen wrote: > On 7/19/06, Duane Krings wrote: >> Andrew Schulman wrote: >> > and it will mostly work. You get a multiplexed screen. But when you >> > detach a session most of the time you can't reattach to it, even >> > though the processes live on so you have to kill them by hand.

Re: Perl failure

2006-07-21 Thread Corinna Vinschen
On Jul 20 12:28, Bruce Dobrin wrote: > This seems to indicate what is going on (I'd suspected something like > this) and had noticed that the addition of waitpid (or wait) did solve > this problem in the test case. Unfortunately, for me, the way I'm > using fork is to spawn 5 to 10 concurrent rs

Re: When ssh'd in, cannot run MS compiler /Zi debug option.

2006-07-21 Thread Corinna Vinschen
On Jul 21 00:27, Mark Charney wrote: > Using password authentication does work, and is a sufficent workaround. I'm > still trying to figure out what Corinna was referring to with this: > > add the user account sshd_server resp. SYSTEM to > > the list of users which can access the "Program

Re: Cygwin ans screen

2006-07-21 Thread Duane Krings
Joona Jylänki wrote: Duane Krings wrote: > The behavior I see is: >1) start screen in xterm #1 then detach >2) try to reattach in xterm #1 fails >3) reattach with xterm #2 works >4) try to reattach in xterm #1 still fails > or in general, the first terminal that tries to rea

Re: permissions on .exe files

2006-07-21 Thread Frank Fesevur
Hemal Pandya wrote: If I create a file somefile.exe "outside cygwin" then cygwin reports that it is executable. But if the file is created by cygwin then it does not become executable unless explicitly set. One implication of this is that when I extract a .zip using cygwin unzip then the .exe, .

Re: permissions on .exe files

2006-07-21 Thread Corinna Vinschen
On Jul 21 11:00, Frank Fesevur wrote: > Hemal Pandya wrote: > >If I create a file somefile.exe "outside cygwin" then cygwin reports > >that it is executable. But if the file is created by cygwin then it > >does not become executable unless explicitly set. > > > >One implication of this is that when

RE: On the new GCC-3.4.4-2

2006-07-21 Thread Dave Korn
On 20 July 2006 14:31, Dave Korn wrote: > On 20 July 2006 14:06, Angelo Graziosi wrote: > >> I have noted that from the new GCC 3.4.4-2: > >> --enable-languag es=c,ada,c++, d ,f77,pascal,java,objc --enable-nls > >> gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) > >> but gcc-gdc

RE: Problems with the new (exp) G77-3.4.4-2 (probably

2006-07-21 Thread Dave Korn
On 20 July 2006 14:55, Dave Korn wrote: > On 20 July 2006 14:32, Angelo Graziosi wrote: > > >> $ g77 hello.F -o hello >> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: >> cannot find -lfrtbegin collect2: ld returned 1 exit status >> >> >> >> there is a linker error. > >

RE: build scilab from cygwin??

2006-07-21 Thread Dave Korn
On 20 July 2006 15:45, akila wrote: > I have installed scilab 4.0 and cygwin in my system. But when i tried to > build scilab from cygwin there is some error. I need help in this issue Ah, you're getting $SOMEERROR? That'll be caused by $SOMEPROBLEM. You probably need to apply $SOMEFIX to $SO

GTK Problem

2006-07-21 Thread Guenther Sohler
Dear Group, I have a problem, which really drives me crazy all over the last days! On my home computer I compiled a GTK-2.0 Application on cygwin, and everything works fine. When I try to repeat the same on a different computer (installing cygwin, setting everything up again, compiling my app

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-21 Thread Antony Baxter
> I'm not sure what this means. If bash kept running then > that would indicate that it isn't the bash which is > crashing. Possibly a forked > > cgf > copy is crashing. There are copies of cgf that fork? Actually, that explains an awful lot. Ant. __

RE: GTK Problem

2006-07-21 Thread Dave Korn
On 21 July 2006 11:08, Guenther Sohler wrote: > On my home computer I compiled a GTK-2.0 Application on cygwin, and > everything works > fine. > > When I try to repeat the same on a different computer > (installing cygwin, setting everything up again, compiling my app from > scratch) > It behav

Re: OBJDUMP.EXE fails to start

2006-07-21 Thread Ken Sheldon
I used cygwin1.dll from cygwin1-20060718.dll.bz2. The problem with OBJDUMP.EXE appears to be fixed. Thank you. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Cygwin ans Screen

2006-07-21 Thread Joona Jylänki
Svend Sorensen wrote: Give Mark Edgar's patch[*] a try. With it applied, screen behaves better under Cygwin for me. Reattaching from the same terminal and multi-display mode both work. There are still some problems, however. Detaches sometimes get hung. Opening a new terminal and running 'scr

Re: Cygwin ans screen

2006-07-21 Thread Andrew Schulman
> On 7/19/06, Duane Krings wrote: > > Andrew Schulman wrote: > > > and it will mostly work. You get a multiplexed screen. But when you > > > detach a session most of the time you can't reattach to it, even > > > though the processes live on so you have to kill them by hand. There > > > were

virtual dirs bug

2006-07-21 Thread Dave Korn
STC: [EMAIL PROTECTED] /> mkdir mnt [EMAIL PROTECTED] /> cd mnt [EMAIL PROTECTED] /mnt> mkdir foo [EMAIL PROTECTED] /mnt> ls foo [EMAIL PROTECTED] /mnt> mount -s C:\\ /mnt/foo/ [EMAIL PROTECTED] /mnt> mount -u C:\\ /mnt/foo/ [EMAIL PROTECTED] /mnt> mount | grep foo C: on /mnt/foo type user (bin

CygWin - GCC compiler error

2006-07-21 Thread MariLiza Koukouli
Hi all, I am using the CygWin environent, CYGWIN_NT-5.1, i.e. on Windows XP. I am trying to compile a piece of code that contains both F77 and C subroutines. G77 works fine and compiles without problems but GCC complains about something that means absolutely nothing to me. I am using the followi

Re: Cygwin services using uid 400, not SYSTEM. Why?

2006-07-21 Thread Igor Peshansky
On Fri, 21 Jul 2006, Shaddy Baddah wrote: > Hi again, > > On 7/20/2006 1:30 AM, Shaddy Baddah wrote: > > I'm so sorry I didn't pick up on this earlier. Thanks for your > > attention. If you have any ideas on the UID 400 problem, I'd still be > > very interested to hear what was happening on that.

Re: permissions on .exe files

2006-07-21 Thread Igor Peshansky
On Fri, 21 Jul 2006, Hemal Pandya wrote: > Hello, > > If I create a file somefile.exe "outside cygwin" then cygwin reports > that it is executable. But if the file is created by cygwin then it > does not become executable unless explicitly set. This is correct and expected behavior. > One implic

Possible memory leak problem using "find"?

2006-07-21 Thread andrew . singleton
Hello I have observed the page file usage in Windows Task Manger whilst running a find command in cygwin. The usage steadily climbs up by about 0.5-1MB per second whilst the command is running and then stops climbing when the command is completed. The PF Usage does not return to the level it was

RE: CygWin - GCC compiler error

2006-07-21 Thread Dave Korn
On 21 July 2006 15:59, MariLiza Koukouli wrote: > Hi all, > > I am using the CygWin environent, CYGWIN_NT-5.1, i.e. > on Windows XP. I am trying to compile a piece of code > that contains both F77 and C subroutines. G77 works > fine and compiles without problems but GCC complains > about somethin

Re: permissions on .exe files

2006-07-21 Thread Igor Peshansky
On Fri, 21 Jul 2006, Frank Fesevur wrote: > Hemal Pandya wrote: > > One implication of this is that when I extract a .zip using cygwin > > unzip then the .exe, .dll, .bat etc do not get the executable > > permission. > > I'm experiencing similar problems when I download an .exe with wget. > Since

Re: virtual dirs bug

2006-07-21 Thread Igor Peshansky
On Fri, 21 Jul 2006, Dave Korn wrote: > STC: > > [EMAIL PROTECTED] /> mkdir mnt > [EMAIL PROTECTED] /> cd mnt > [EMAIL PROTECTED] /mnt> mkdir foo > [EMAIL PROTECTED] /mnt> ls > foo > [EMAIL PROTECTED] /mnt> mount -s C:\\ /mnt/foo/ > [EMAIL PROTECTED] /mnt> mount -u C:\\ /mnt/foo/ > [EMAIL PROTEC

RE: Possible memory leak problem using "find"?

2006-07-21 Thread Dave Korn
On 21 July 2006 17:13, [EMAIL PROTECTED] wrote: > I have observed the page file usage in Windows Task Manger whilst running a > find command in cygwin. The usage steadily climbs up by about 0.5-1MB per > second whilst the command is running and then stops climbing when the > command is completed.

Ctrl-C kills "ssh -X" with notty

2006-07-21 Thread Igor Peshansky
This has been reported as far back as 2002 [1], and there were a few reports in 2004 [2] and 2005 [3]. Corinna claimed [4] that this was fixed, but I can still easily reproduce this with both 1.5.20 and the latest snapshot (20060718), using the latest openssh/openssl. STC (from a console bash): $

Top reports wrong memoryuse

2006-07-21 Thread Bengt-Arne Fjellner
Hi first of all thanks for a wonderful set of programs. Now the problem: Top reports 16*the memory used for a process. Also in percent its wrong. It uses the pagesize from getpagesize()*first field of /proc/*/statm Which is wrong /proc/*/statm or top or getpagesize ? procps on the other hand gives

make 3.81-1 vs. 3.80-1 and C:\... style dependency handling differences

2006-07-21 Thread mark.l.millard
Hi. The following GNUmakefile behaves differently in the new 3.81-1 build compared to the 3.80-1 that was replaced. I did not find this subject when I looked at the recent messages. === default: C:\cygwin\bin/echo.exe "C:\cygwin\bin/echo" "Test" === 3.80-1 produces: $ make "C:\cygwin\

Re: make 3.81-1 vs. 3.80-1 and C:\... style dependency handling differences

2006-07-21 Thread Christopher Faylor
On Fri, Jul 21, 2006 at 04:17:28PM -0700, [EMAIL PROTECTED] wrote: >Hi. > >The following GNUmakefile behaves differently in the new 3.81-1 build >compared to the 3.80-1 that was replaced. I did not find this subject >when I looked at the recent messages. > >=== > >default: C:\cygwin\bin/echo.exe >

Re: Suggestion for Cygwin mailing list handling

2006-07-21 Thread Christopher Faylor
On Wed, Jul 19, 2006 at 07:37:50PM -0700, Mark Geisert wrote: >O powers that be, >Would it be possible to have the mailing list software reject emails >containing appended (i.e., not attached) cygcheck output? And/or bounce >such emails back to their senders? No. cgf -- Unsubscribe info:

RE: make 3.81-1 vs. 3.80-1 and C:\... style dependency handling differences

2006-07-21 Thread mark.l.millard
Hi. Thanks. Sorry I did not manage to look in all the right places first. Mark -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 4:24 PM To: cygwin@cygwin.com Subject: Re: make 3.81-1 vs. 3.80-1 and C:\... style dependency handling differ

Re: Why are Windows paths broken in make 3.81?

2006-07-21 Thread mwoehlke
Michael Hirsch wrote: Here is a sample Makefile that breaks with Gnu Make 3.81-1 under Cygwin, but works fine with Gnu Make 3.80-1. We have been writing these types of Makefiles for years, using both Windows and Cygwin tools, and this is the first time Make has ever broken like this. I see in a

Re: Why are Windows paths broken in make 3.81?

2006-07-21 Thread Joachim Achtzehnter
mwoehlke wrote: Michael Hirsch wrote: Here is a sample Makefile that breaks with Gnu Make 3.81-1 under Cygwin, but works fine with Gnu Make 3.80-1. ... Was this a deliberate break with backwards compatibility? It means that every single reference to a windows path needs to be wrapped in cygpat

calling octave from C

2006-07-21 Thread Benn Fine
Slowly working my way back to gcc after using R for many years..working on Windows xp... Can I call octave routines from inside a C program ? I noticed that octave has a multivariate normal routine and I am too lazy to write my own. Can I somehow call the octave routine and will decrease p

C compiler question

2006-07-21 Thread Benn Fine
I had this working last week..then uninstalled cygwin and installed mingw..now I reinstalled cygwin and its not working. dang it. Windows xp.. Can compile #include main (void) { printf ("Hello World\n"); } A file listing shows a.exe

ignore C compiler question

2006-07-21 Thread Benn Fine
sorry-still not used to working in a bash shell versus a dos shell. I assumed the compiled program would work in a bash shell but it only works in a dos shell-its too late to worry about why that is. I miss unix. Thanks and sorry for wasting anyone's time. ___

Re: C compiler question

2006-07-21 Thread Igor Peshansky
On Fri, 21 Jul 2006, Benn Fine wrote: > I had this working last week..then uninstalled > cygwin and installed mingw..now I reinstalled > cygwin and its not working. dang it. > > Windows xp.. > > Can compile > [snip program] > A file listing shows a.exe > > When I type a.exe I get the f