[ANNOUNCEMENT] Updated: mintty-0.3.7-1

2009-03-16 Thread Andy Koppe
MinTTY is a terminal emulator for Cygwin with a native Windows user interface and minimalist design. Its terminal emulation is largely compatible with xterm, but it does not require an X server to be running. It is based on code from PuTTY 0.60 by Simon Tatham and team. This is a compatibility upd

1.7 slow while accessing the netapp drive

2009-03-16 Thread Pach Roman (DGS-EC/ESG3)
I've just compared the speed of 1.5 and 1.7 while accessing the drive of the type 'netapp'. The results for cygwin-1.5 (DLL version: 1.5.25) follow: > mount u: on /u type user (binmode) > time ls -l /u ... real0m1.063s user0m0.046s sys 0m0.031s And now the same t

Re: [1.7] BUG: heap_chunk_in_mb=1536 breaks expect.

2009-03-16 Thread Corinna Vinschen
On Mar 15 22:53, Dave Korn wrote: > > Apologies for what is going to be quite light on details as bug reports go, > but I've only just noticed it and I haven't got a simple testcase yet. > > As the subject line says, heap_chunk_in_mb=1536 breaks expect. The > situation that I'm seeing this i

Re: gdb crashes when debugging setup.exe

2009-03-16 Thread ludo
Dave Korn a écrit : [...] Is maybe one of you using gcc-3 with stabs debug and the other using gcc-4 with dwarf-2 debug? I also forgot to ask, 1.5 or 1.7? I use gcc 3 and gdb 6.8.0 it is the version 1.5 of setup (and I compile it with the gcc 3.4.4) $ gcc --version gcc (GCC) 3.4.4

Re: 1.7 slow while accessing the netapp drive

2009-03-16 Thread Corinna Vinschen
On Mar 16 10:10, Pach Roman (DGS-EC/ESG3) wrote: > I've just compared the speed of 1.5 and 1.7 while accessing the drive of the > type 'netapp'. > > The results for cygwin-1.5 (DLL version: 1.5.25) follow: > > mount > u: on /u type user (binmode) > > > time ls -l /u > ... > real0

Re: [ANNOUNCEMENT] [1.7] New: {xz/liblzma0/liblzma-devel}-4.999.8beta-10

2009-03-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Yaakov (Cygwin/X) on 3/15/2009 9:45 PM: >>> should: .xz files are already being used by some upstream source >>> distribution sites, including GNU FSF, and the new format includes >>> features (such as internal integrity checks) that the o

cygwin/x and windows windows

2009-03-16 Thread Mojmir Svoboda
hello, i'd like to ask whether there is a way to control every window from cygwin/x environment. i mean having one fullscreen x server running and show win applications as if they were managed by the window manager running on top of x. many thanks, mojmir -- Unsubscribe info: http://cygwin.

Re: clearing the scrollback buffer in mintty

2009-03-16 Thread Andy Koppe
Lee D. Rothstein: > Dave Korn "piped": > >> For gui consoles, use > >>  alias cls='echo -e "\033c"' > >> which does clear the scrollback buffer. > > Thanks Dave, this works on 'xterm' but not on 'mintty'. > > On 'mintty' it does a 'clear' (i.e., clears the screen), > rather than a 'cls' (i.e., clea

Re: mintty & less

2009-03-16 Thread Andy Koppe
Lee D. Rothstein: > I'm having some problems with 'less' in a 'mintty' window that are not > consistent. Specifically while paging through stdin (to 'less'), in > 'less', the first time I try to use or to go respectively > to the beginning or end of the stdin stream, the 'less' navigation > hangs

Re: peflags utility

2009-03-16 Thread Corinna Vinschen
On Mar 16 02:32, Charles Wilson wrote: > Here's revision 3. I've revised the UI to be more like what was > eventually accepted by binutils. One difference is that the ld options > allow only to set flags: > ld --tsaware > > With peflags we can set, clear, or display them: > peflags --tsaware

Re: Problem with 575 man pages -- cygport problem?

2009-03-16 Thread Christopher Faylor
On Mon, Mar 16, 2009 at 01:35:38AM -0400, Lee D.Rothstein wrote: > A large number (575) of 'man' pages, that reference other man pages using a > '.so' (source include) reference, fail to work because the plain text files > have the '.gz' extension appended without actually being gzipped. Could > th

Re: [1.7] BUG: heap_chunk_in_mb=1536 breaks expect.

2009-03-16 Thread Christopher Faylor
On Mon, Mar 16, 2009 at 10:41:19AM +0100, Corinna Vinschen wrote: >The code handling heap_chunk_in_mb hasn't changed at all since 1.5.25, >except for the registry location where it's loaded from. I'm wondering >if the mere size of the heap chunk is enough here to disturb >functionality which requi

Re: How can I ssh to a Windows box?

2009-03-16 Thread Wilfried
Michael Hennebry wrote: > On Fri, 13 Mar 2009, Wilfried wrote: > > > Michael Hennebry wrote: > > > >> On Thu, 12 Mar 2009, Wilfried wrote: > >> > >>> Michael Hennebry wrote: > >>> > On Mon, 9 Mar 2009, Michael Hennebry wrote: > ... > I've discovered that if I kill the demon, > >

Re: [1.7] BUG: heap_chunk_in_mb=1536 breaks expect.

2009-03-16 Thread Dave Korn
Christopher Faylor wrote: > On Mon, Mar 16, 2009 at 10:41:19AM +0100, Corinna Vinschen wrote: >> The code handling heap_chunk_in_mb hasn't changed at all since 1.5.25, >> except for the registry location where it's loaded from. I'm wondering >> if the mere size of the heap chunk is enough here to

Re: using gcc-4.3.2-2: gcc-4 -shared-libgcc

2009-03-16 Thread Jason Tishler
Chuck, On Sun, Mar 15, 2009 at 03:05:37PM -0400, Charles Wilson wrote: > Reini Urban wrote: > > I hope that the frequent Vista unable to remap perl Cwd.dll errors > > will be gone then, but I have not Vista to test. > > Using peflags to mark Cwd.dll with dynbase solves the problem for me. > Now t

Re: gcc4-java: packaging error?

2009-03-16 Thread Charles Wilson
This is an interesting thread, related to the future (and/or current state) of gcj: http://gcc.gnu.org/ml/java/2009-02/msg4.html Which is not to say that cygwin's gcc distribution shouldn't include it, or ensure that it works as well as possible, but it may explain why some distros are packag

Re: Problem with 575 man pages -- cygport problem?

2009-03-16 Thread Lee D. Rothstein
Christopher Faylor wrote: On Mon, Mar 16, 2009 at 01:35:38AM -0400, Lee D.Rothstein wrote: A large number (575) of 'man' pages, that reference other man pages using a '.so' (source include) reference, fail to work because the plain text files have the '.gz' extension appended without actually

Re: mintty & less

2009-03-16 Thread Lee D. Rothstein
Andy Koppe wrote: Lee D. Rothstein: I'm having some problems with 'less' in a 'mintty' window that are not consistent. Specifically while paging through stdin (to 'less'), in 'less', the first time I try to use or to go respectively to the beginning or end of the stdin stream, the 'less' na

Ignore me

2009-03-16 Thread Chris Carlson
I've subscribed to this list, but my messages don't appear. This is a test to see if this one does. Thanks for your patience. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: Problem with 575 man pages -- ( libncurses-devel-5.7-4 problem? )

2009-03-16 Thread David Dyck
On Sun, 15 Mar 2009 at 22:35 -0700, l...@... wrote: A large number (575) of 'man' pages, that reference other man pages using a '.so' (source include) reference, fail to work because the plain text files have the '.gz' extension appended without actually being gzipped. Could this be due to a mi

Re: cygwin/x and windows windows

2009-03-16 Thread Larry Hall (Cygwin)
Mojmir Svoboda wrote: hello, i'd like to ask whether there is a way to control every window from cygwin/x environment. i mean having one fullscreen x server running and show win applications as if they were managed by the window manager running on top of x. Wrong list. If you read the descrip

[ANNOUNCEMENT] [1.7] Updated: file-5.00-3

2009-03-16 Thread Corinna Vinschen
I've updated the Cygwin 1.7 version of file to 5.00-3. The Cygwin version is build from the vanilla sources with the latest libtool applied, a minor change in an error message, as well as with removed Cygwin-specific code which is not required anymore when running under Cygwin 1.7. All changes ha

Re: Ignore me

2009-03-16 Thread Larry Hall (Cygwin)
Chris Carlson wrote: I've subscribed to this list, but my messages don't appear. This is a test to see if this one does. This practice is very much frowned upon here. If you send email to this list and it succeeds, you can find it here: If it doesn't, you'll g

Re: under cygwin, zsh cannot run when built against ncurses9-5.7-13

2009-03-16 Thread A.R. Burgers
Any special reason for specifying -lm and -lc when building d3.dll? Without them, pow is mentioned only once in the objdump output. However on 1.5 pow is mentioned only once, even if -lm and -lc are specified. The exact same problem as with zsh, I also run into with fltk's fluid.exe (from curr

Re: Porting to GCC 4.3.2

2009-03-16 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Václav Haisman wrote, On 15.3.2009 12:19: > Hi, > I am trying to use GCC 4.3.2 to compile log4cplus 1.0.3 source. Compilation > works but test cases that are using the resulting DLL do not work. The $? > shell variable ends up with value 5. I used de

Re: Porting to GCC 4.3.2

2009-03-16 Thread Dave Korn
Václav Haisman wrote: >> I am using Windows XP and Cygwin 1.5. > > I have added -Wl,--enable-auto-import to the compiler command line and it has > fixed the resulting executable for me. You should have received a warning message during compilation telling you that you might need to do that. D

Re: Porting to GCC 4.3.2

2009-03-16 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave Korn wrote, On 16.3.2009 20:52: > Václav Haisman wrote: > >>> I am using Windows XP and Cygwin 1.5. >> I have added -Wl,--enable-auto-import to the compiler command line and it has >> fixed the resulting executable for me. > > You should hav

Re: Porting to GCC 4.3.2

2009-03-16 Thread Andy Koppe
Václav Haisman wrote: >>   You should have received a warning message during compilation telling you >> that you might need to do that.  Did it turn up in your earlier builds before >> you added the flag? > Yes, the warning is there. I did not notice it in the oodles of other > auto-import info mes

Re: Porting to GCC 4.3.2

2009-03-16 Thread Dave Korn
Václav Haisman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dave Korn wrote, On 16.3.2009 20:52: >> Václav Haisman wrote: >> I am using Windows XP and Cygwin 1.5. >>> I have added -Wl,--enable-auto-import to the compiler command line and it >>> has >>> fixed the resulting e

Re: Did anyone download the Windows 7 beta?

2009-03-16 Thread S. Cowles
in january there was discussion about the windows 7 beta and how cygwin was performing on it. i'm late to the party on this issue and did not have the same experience related by the early adopters at that time. i'm currently running win7 as a vmware guest with 2 cpus and 1G memory on a quad

Re: under cygwin, zsh cannot run when built against ncurses9-5.7-13

2009-03-16 Thread A.R. Burgers
A.R. Burgers schreef: The exact same problem as with zsh, I also run into with fltk's fluid.exe (from current 1.3 svn) on cygwin 1.7 and gcc 3.4.4. fltk btw does not link to curses libraries. fltk's fluid depends on libpng and libjpeg. If I move back to from jpeg 6b-20 to 6b-12 and from png

Re: Did anyone download the Windows 7 beta?

2009-03-16 Thread Dave Korn
S. Cowles wrote: > i've never run vista, so i'm new to the UAC. is it normal procedure to > deactivate UAC like this? Depends how cynical you're being ;-) A lot of complaints have been addressed at how UAC is so intrusive users just end up turning it off completely. (It's also, at least in w

Duplicate mintty window (was: Re: MinTTY 0.3.3)

2009-03-16 Thread Andy Koppe
bjoe wrote: >> > What I found missing in Mintty is putty feature to start duplicate >> > session (more welcome with hot-keys) >> >> Since MinTTY doesn't have sessions like Putty, I didn't think there >> was much point in keeping this. > > It's because you remove networking function from putty, righ

Not a cygport problem [Was: Re: Problem with 575 man pages -- cygport problem?]

2009-03-16 Thread Charles Wilson
It took a while to track this down, but the issue is in ncurses' internal mechanisms for installing man pages. Basically, it's too clever for its own good. Simple packages do this: I have man page. I put man page in mandir. The end. /usr/share/man/man1/foo.1 Sometimes, they might have aliase

Re: under cygwin, zsh cannot run when built against ncurses9-5.7-13

2009-03-16 Thread Charles Wilson
A.R. Burgers wrote: > Any special reason for specifying -lm and -lc when building d3.dll? > Without them, pow is mentioned only once in the objdump output. However > on 1.5 pow is mentioned only once, even if -lm and -lc > are specified. > > The exact same problem as with zsh, I also run into with

Re: Not a cygport problem [Was: Re: Problem with 575 man pages -- cygport problem?]

2009-03-16 Thread Chris Sutcliffe
Minor tweak to the proposed shell script fix to make it work. This: > xargs file | grep 'ASCII troff' | awk -F: '{print $1}' |\ Should be this: > xargs file | grep 'ASCII text' | awk -F: '{print $1}' |\ Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwi

Re: under cygwin, zsh cannot run when built against ncurses9-5.7-13

2009-03-16 Thread Dave Korn
Peter A. Castro wrote: > file d3.c: > > #include > > double my_pow( double d1, double d2 ) > { > double d; > d = pow(d1,d2); > return d; > } > > > $ gcc -g -sh

Re: under cygwin, zsh cannot run when built against ncurses9-5.7-13

2009-03-16 Thread Dave Korn
Peter A. Castro wrote: > The offending symbol entries are the following (functions) > tgetent > tgetflag > tgetnum > tgetstr > tgoto > tputs > pow (but this is not an unresolve symbol, see below) > > 'pow' is not an unresolve symbol in this mess, but it is lumped into the > c

Re: under cygwin, zsh cannot run when built against ncurses9-5.7-13

2009-03-16 Thread Dave Korn
Dave Korn wrote: > I'm now going to try building it again, from scratch, but with the LDFLAGS > edited to a) remove "-lm -lc" and b) add "-Wl,--enable-auto-import". Let's > see if that improves things any. Right, works nicely. Also I discovered about "make install.modules" in the meantime,

Re: peflags utility

2009-03-16 Thread Charles Wilson
Charles Wilson wrote: > If this is more-or-less ok, I'll get started on the peflagsall script, > and send it all with updated docu as a patch for Jason to use in the > next rebase release. Incorporating Corinna's patch, with a peflagsall script and updated documentation and Makefile patches. I ev

Re: Not a cygport problem [Was: Re: Problem with 575 man pages -- cygport problem?]

2009-03-16 Thread Charles Wilson
Chris Sutcliffe wrote: > Minor tweak to the proposed shell script fix to make it work. This: > >> xargs file | grep 'ASCII troff' | awk -F: '{print $1}' |\ > > Should be this: > >> xargs file | grep 'ASCII text' | awk -F: '{print $1}' |\ It depends on which version of 'file' you are using. On

Re: cygwin/x and windows windowsg

2009-03-16 Thread Mojmir Svoboda
* Larry Hall (Cygwin) [2009-03-16 12:32:25 -0400]: > Wrong list. If you read the description of the lists at sorry m. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html F