Re: Files not accessible after reinstalling OS and cygwin

2005-10-30 Thread Deb* Mohanty
Dear Igor, Thanks first of all. I forgot to mention that I tried to use 'chown' unsuccessfully earlier. But I tried explorer Advanced Security Properties now and it worked. Thanks again, Deb On 10/29/05, Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Sat, 29 Oct 2005, Deb* Mohanty wrote: > >

AW: Files not accessible after reinstalling OS and cygwin

2005-10-30 Thread marco.lechner
If you have Administrator-Rights on a Windows-Machine with cygwin and you want to get access on a file as described in your problem you've got to different possibilities: Use the Explorer-Dialog and: 1. change the owner to Administrator 2. give the Administrator Full-Access-Rights If you are usin

fstream and sstream error with gcc 3.4.4

2005-10-30 Thread Scott Cegielski
After upgrading from gcc 3.3.3 to gcc 3.4.4, I now get the following errors when I compile some code: /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/fstream.tcc: In member function `virtual typename std::basic_filebuf<_CharT, _Traits>::int_type std::basic_filebuf<_CharT, _Traits>::underflo

Re: fstream and sstream error with gcc 3.4.4

2005-10-30 Thread Danny Smith
> After upgrading from gcc 3.3.3 to gcc 3.4.4, I now get the following errors when I compile some code: When using GCC's libstdc++ -DNOMINMAX or #define NOMINMAX before including Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygw

Re: fstream and sstream error with gcc 3.4.4

2005-10-30 Thread Scott Cegielski
Danny Smith wrote: After upgrading from gcc 3.3.3 to gcc 3.4.4, I now get the following errors when I compile some code: When using GCC's libstdc++ -DNOMINMAX or #define NOMINMAX before including Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

error: undefined reference to [EMAIL PROTECTED]'

2005-10-30 Thread Fernando Barsoba
Hi, I'm trying to build a project with sha-1 and md5 implementations from http://www.cr0.net:8040/code/crypto/sha1/ (in case it is important information) and I'm getting the following error: Incremental build of configuration Debug for project Sha1 make -k all Building file:

Re: fstream and sstream error with gcc 3.4.4

2005-10-30 Thread Larry Hall (Cygwin)
On 10/30/2005, Scott Cegielski wrote: Danny Smith wrote: >> After upgrading from gcc 3.3.3 to gcc 3.4.4, I now get the following >> > > errors when I compile some code: > > > When using GCC's libstdc++ > > -DNOMINMAX > or > #define NOMINMAX > > before including > > Danny > Thanks, that did

PostgreSQL : Bad system calls

2005-10-30 Thread Alex Goldman
Hi I get "Bad system call" errors, when I try to run 'initdb'. I searched the net for "cygwin" + "postgresql" + "bad system call", and saw that others are complaining about this problem too, but I found no explanations or solutions. I tried both 7.4.3-1 and 7.4.5-1 versions of postgresql. Any idea

Re: PostgreSQL : Bad system calls

2005-10-30 Thread Larry Hall (Cygwin)
Alex Goldman wrote: Hi I get "Bad system call" errors, when I try to run 'initdb'. I searched the net for "cygwin" + "postgresql" + "bad system call", and saw that others are complaining about this problem too, but I found no explanations or solutions. I tried both 7.4.3-1 and 7.4.5-1 versions o

Re: PostgreSQL : Bad system calls

2005-10-30 Thread Alex Goldman
On 10/30/05, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: > Alex Goldman wrote: > > Hi > > > > I get "Bad system call" errors, when I try to run 'initdb'. I searched > > the net for "cygwin" + "postgresql" + "bad system call", and saw that > > others are complaining about this problem too, but I

Re: error: undefined reference to [EMAIL PROTECTED]'

2005-10-30 Thread Joe Smith
"Fernando Barsoba" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, I'm trying to build a project with sha-1 and md5 implementations from http://www.cr0.net:8040/code/crypto/sha1/ (in case it is important information) and I'm getting the following error: Incremen

Re: PostgreSQL : Bad system calls

2005-10-30 Thread Christopher Faylor
On Sun, Oct 30, 2005 at 07:49:19PM -0800, Alex Goldman wrote: >On 10/30/05, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: >> Alex Goldman wrote: >> > Hi >> > >> > I get "Bad system call" errors, when I try to run 'initdb'. I searched >> > the net for "cygwin" + "postgresql" + "bad system call", an