possible bug in g++ variable alignment

2005-02-27 Thread Ron Kaminsky
When compiling (using "g++") and running the following program: /* start program example */ #include unsigned char t[1] __attribute__((aligned(16))); using namespace std; int main() { static unsigned char s[1] __attribute__((aligned(16))) ; cout << "s = " << ((int) &s[0]) % 16 << endl;

Re: cygcheck -l or -c broken in snapshots

2005-02-27 Thread Yitzchak Scott-Thoennes
On Thu, Aug 26, 2004 at 10:43:30PM +0200, Corinna Vinschen wrote: > On Aug 26 12:26, Yitzchak Scott-Thoennes wrote: > > Using cygcheck from the 20040825 snapshot, I get > > > > $ cygcheck -lv cygwin > > Can't open file list /etc/setup/cygwin.lst.gz for package cygwin > > Thanks for the heads up.

RE: precompiled header status

2005-02-27 Thread Billinghurst, David \(CALCRTS\)
> From: Hans Horn > Sent: Monday, 24 January 2005 8:02 AM > > what is the current status of precompiled headers under cygwin? > The last post I read about this was > http://sources.redhat.com/ml/cygwin/2004-10/msg01318.html - > then silence! I have updated this for gcc mainline (now 4.1) and su

Re: what is ping reponse timeout mean?

2005-02-27 Thread Christopher Faylor
On Sun, Feb 27, 2005 at 05:37:30PM -0800, shih lin wrote: >after I connect to aol, I get aol's ip, then I went to >www.network-tools.com to use its trace and ping to check this address, >the result of ping say time out. > >the result of trace at last 4 parts always response timeout except one >time

what is ping reponse timeout mean?

2005-02-27 Thread shih lin
dear cygwin user: after I connect to aol, I get aol's ip, then I went to www.network-tools.com to use its trace and ping to check this address, the result of ping say time out. the result of trace at last 4 parts always response timeout except one time I change my XP home ed window securit

Re: [ANNOUNCEMENT] Updated: findutils-20041227-1

2005-02-27 Thread Tom Hall
> Date: Sat, 19 Feb 2005 12:50:19 -0500 > From: Christopher Faylor <[EMAIL PROTECTED]> > To: cygwin@cygwin.com > Subject: Re: [ANNOUNCEMENT] Updated: findutils-20041227-1 > > On Sat, Feb 19, 2005 at 07:33:23AM -0700, Tom Hall wrote: > >On Mon, Dec 27, 2004 at 17:42:11 -, [EMAIL PROTECTED] wrot

Re: libperl.dll

2005-02-27 Thread Gerrit P. Haase
Ariel Burbaickij wrote: Hello mailing list participants, xchat in binary form as provided by cygnome requires libperl.dll in some particular version (5.6.1) in my case. File is not available in my installation and the version of perl used is considerably higher 5.8. So well the simple symlink from

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-27 Thread Gerrit P. Haase
Stephan Petersen wrote: Hi David, Please check the validity of the index file by comparing it to more than one CPAN mirror. Have you tried this? E.g. configured CPAN to use another mirror and tried again? yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's config.pm and my

Re: regtool - 1.8 - Core dump

2005-02-27 Thread Christopher Faylor
On Sun, Feb 27, 2005 at 11:04:49AM -0500, Igor Pechtchanski wrote: >On Sun, 27 Feb 2005, Alexander Joerg Herrmann wrote: > >> > Why aren't you using 'mount' and/or 'umount' to manipulate the mounts? >> > There should be no need to modify the registry directly to add or >> > remove mounts and doing

Re: getopt required_argument (Was Re: regtool - 1.8 - Core dump)

2005-02-27 Thread Igor Pechtchanski
On Sun, 27 Feb 2005, Igor Pechtchanski wrote: > On Sat, 26 Feb 2005, Brian Dessent wrote: > > > Alexander Joerg Herrmann wrote: > > > > > What I was mentioning is that > > > regtool -K > > > causes a core fault and something similar under windows because the > > > argument is broken. I know that t

getopt required_argument (Was Re: regtool - 1.8 - Core dump)

2005-02-27 Thread Igor Pechtchanski
On Sat, 26 Feb 2005, Brian Dessent wrote: > Alexander Joerg Herrmann wrote: > > > What I was mentioning is that > > regtool -K > > causes a core fault and something similar under windows because the > > argument is broken. I know that the argument is missing and so should > > regtool. It should pr

Re: regtool - 1.8 - Core dump

2005-02-27 Thread Igor Pechtchanski
On Sun, 27 Feb 2005, Alexander Joerg Herrmann wrote: > > Why aren't you using 'mount' and/or 'umount' to manipulate the mounts? > > There should be no need to modify the registry directly to add or > > remove mounts and doing so may break in the future. Regtool is not the > > proper program to use

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-27 Thread Jason Pearce
Stephan, I don't recall -- did you attach the output of "cygcheck -svr" at some point (if so, just point to it in the archives, no need to repost)? My guess is that this may be a textmode vs. binmode issue. Try making your home directory a binmode mount, or setting PERLIO=crlf and see if that he

Re: mmap and MAP_FIXED

2005-02-27 Thread Evgeny Stambulchik
Tried cygwin1-20050225.dll. Things seem to work fine now. Thanks, Corinna! Evgeny -- 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