Re: [1.7] binutils-2.19.51-1: ld -r bug ?

2009-09-11 Thread Dave Korn
Christian Franke wrote: > Testing build of grub 1.97 beta on Cygwin 1.7, I found that the grub > .mod files are much larger than on 1.5. The modules are build by 'ld -r' > (and later converted to ELF). > > The root of the problem is that the binutils-2.19.51-1 ld behavior > differs from previous 1

Re: Norton Antivirus 2010 false detects various cygwin programs...

2009-09-11 Thread Robert Pendell
[Reformatted -- bottom posting] On Fri, Sep 11, 2009 at 2:10 PM, Lee D. Rothstein wrote: > Robert Pendell wrote: >> >> On Mon, Sep 7, 2009 at 1:41 AM, Robert Pendell wrote: >> >>> >>> On Fri, Sep 4, 2009 at 9:35 PM, Robert Pendell wrote: >>> On Fri, Sep 4, 2009 at 2:46 PM, Andy Koppe wro

[1.7] binutils-2.19.51-1: ld -r bug ?

2009-09-11 Thread Christian Franke
Testing build of grub 1.97 beta on Cygwin 1.7, I found that the grub .mod files are much larger than on 1.5. The modules are build by 'ld -r' (and later converted to ELF). The root of the problem is that the binutils-2.19.51-1 ld behavior differs from previous 1.5 binutils. The new ld increase

Re: C++ script doesn't work using g++

2009-09-11 Thread Greg Chicares
On 2009-09-11 18:49Z, Gery Herbozo Jimenez wrote: > > int main() > { > clrscr(); > cout<<"Hallo"; > getch(); > } This message: http://www.cygwin.com/ml/cygwin/1999-09/msg00326.html mentions the danger of mixing getch() with C++ streams, and explains why Cygwin doesn't pr

Re: C++ script doesn't work using g++

2009-09-11 Thread Jeremy Bopp
Gery Herbozo Jimenez wrote: > > I have a simple script: > > #include > #include > int main() > { > clrscr(); > cout<<"Hallo"; > getch(); > } It looks like your include statements are missing what they are supposed to include. I made a guess that they should be as follo

Re: cygwin Digest 10 Sep 2009 16:45:51 -0000 Issue 6623

2009-09-11 Thread Andy Koppe
2009/9/11 Kit Johnson: > I've just upgraded to the beta version (1.7.0). > This is now in my cygwin.bat file (definitely > for the correct, beta, installation): > @echo off > > C: > chdir C:\cyg\bin > set LANG=th_TH.UTF-8 > bash --login -i > > And these lines in my .bashrc file (also definitely the

C++ script doesn't work using g++

2009-09-11 Thread Gery Herbozo Jimenez
I have a simple script: #include #include int main() { clrscr(); cout<<"Hallo"; getch(); } However it doesn't work under this command: g++ hallo.cpp -o hallo.exe It gives: In file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/iostream.h:31, from hallo.cpp:1: /usr/lib/

C++ script doesn't work using g++

2009-09-11 Thread Gery Herbozo Jimenez
I have a simple script: #include #include int main() { clrscr(); cout<<"Hallo"; getch(); } However it doesn't work under this command: g++ hallo.cpp -o hallo.exe It gives: In file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/iostream.h:31, f

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-61

2009-09-11 Thread Christopher Faylor
On Fri, Sep 11, 2009 at 02:41:55PM -0400, Christopher Faylor wrote: >On Fri, Sep 11, 2009 at 02:13:41PM -0400, Lee D. Rothstein wrote: >>Christopher Faylor wrote: >>> I just uploaded a new Cygwin 1.7 test release, 1.7.0-61. >>> >>> This is another bugfix update: >>> >>> - Correctly interpret Interi

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-61

2009-09-11 Thread Christopher Faylor
On Fri, Sep 11, 2009 at 02:13:41PM -0400, Lee D. Rothstein wrote: >Christopher Faylor wrote: >> I just uploaded a new Cygwin 1.7 test release, 1.7.0-61. >> >> This is another bugfix update: >> >> - Correctly interpret Interix symlinks (read-only). >> >> - Set R/O attribute on a file only if ACLs ar

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-61

2009-09-11 Thread Lee D. Rothstein
Christopher Faylor wrote: I just uploaded a new Cygwin 1.7 test release, 1.7.0-61. This is another bugfix update: - Correctly interpret Interix symlinks (read-only). - Set R/O attribute on a file only if ACLs are not active. - Don't interpret a volume reparse point as a symlink. - Add two ne

Re: Norton Antivirus 2010 false detects various cygwin programs...

2009-09-11 Thread Lee D. Rothstein
I have dumped across years: * Norton * McAfee * Antivir Currently I'm using Kaspersky, which is pricer than the above, but it's given me no trouble (so far), and seems to have detected some real problems. Robert Pendell wrote: On Mon, Sep 7, 2009 at 1:41 AM, Robert Pendell wrote:

Re: Norton Antivirus 2010 false detects various cygwin programs...

2009-09-11 Thread Robert Pendell
On Mon, Sep 7, 2009 at 1:41 AM, Robert Pendell wrote: > On Fri, Sep 4, 2009 at 9:35 PM, Robert Pendell wrote: >> On Fri, Sep 4, 2009 at 2:46 PM, Andy Koppe wrote: >>> 2009/9/4 Robert Pendell: During basic installation cygpath, mkpasswd, and mkgroup were all detected by SONAR (part of NAV

Re: gcc4.4

2009-09-11 Thread Dave Korn
Vincent R. wrote: >> And then after that. I'll probably be more inclined to go > straight >> for >> a test version of 4.5.0, and skip over 4.4 series altogether. > > Is there any reason to ignore 4.4 family ? Main reason, as Eric suggests, is time. I've had to prepare and test a big

[ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-61

2009-09-11 Thread Christopher Faylor
I just uploaded a new Cygwin 1.7 test release, 1.7.0-61. This is another bugfix update: - Correctly interpret Interix symlinks (read-only). - Set R/O attribute on a file only if ACLs are not active. - Don't interpret a volume reparse point as a symlink. - Add two new code pages: 20866 (KOI8-R)

Re: gcc4.4

2009-09-11 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Vincent R. on 9/11/2009 6:54 AM: >> And then after that. I'll probably be more inclined to go > straight >> for >> a test version of 4.5.0, and skip over 4.4 series altogether. > > Is there any reason to ignore 4.4 family ? Lack

Re: gcc4.4

2009-09-11 Thread Vincent R.
On Thu, 10 Sep 2009 23:30:59 +0100, Dave Korn wrote: > Vincent R. wrote: >> Hi, >> >> when will you release a gcc-4.4 package for cygwin ? >> > > Right now I'm concentrating on getting a stable 4.3.4 package out that > will > have all the fixes for all the known problems in 4.3.2 and will b

Re: cygwin Digest 10 Sep 2009 16:45:51 -0000 Issue 6623

2009-09-11 Thread Kit Johnson
2009/9/10 Kit Johnson: Thanks so much for taking the time to help. This is the first time I've used a mailing list so I hope I've replied correctly. Yep, except you replied to me instead of the list. ;) I hope I got the right address this time! Are you running the Cygwin 1.7 beta? 1.