Re: FIXED: GCC can't find its header directoriescy

2013-04-10 Thread Dave Korn
On 11/04/2013 07:08, Duncan Roe wrote: > Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc & > alternatives. Glad to hear it! > I put them there because I like to have the odd cygwin utility available > to CMD.EXE. > > May put them back - but will take more care with them i

FIXED: GCC can't find its header directoriescy

2013-04-10 Thread Duncan Roe
Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc & alternatives. I put them there because I like to have the odd cygwin utility available to CMD.EXE. May put them back - but will take more care with them in future, Cheers ... Duncan. -- Problem reports: http://cygwin.c

Re: GCC can't find its header directoriescy

2013-04-10 Thread Dave Korn
On 11/04/2013 06:12, Duncan Roe wrote: > Thanks guys for the pointers to cygmpfr-4.dll. Got it. > > This problem with headers started happening on an old installation so I > reinstalled but it still happens: > ignoring nonexistent directory "/usr/include" > strerror.c:2:19: error: no include pat

FW: GCC can't find its header directories: test C file

2013-04-10 Thread Duncan Roe
Sorry - meant to include source so you can easily test, Cheers ... Duncan. -Original Message- From: Duncan Roe Sent: Thursday, 11 April 2013 3:13 PM To: cygwin. Subject: GCC can't find its header directoriescy Thanks guys for the pointers to cygmpfr-4.dll. Got it. This problem with hea

GCC can't find its header directoriescy

2013-04-10 Thread Duncan Roe
Thanks guys for the pointers to cygmpfr-4.dll. Got it. This problem with headers started happening on an old installation so I reinstalled but it still happens: 12:31:51$ gcc -v strerror.c -o strerror Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.5.3/lto-

Re: 1.7.15: gcc fails to load: missing cygmpfr-4.dll

2013-04-10 Thread Dave Korn
On 11/04/2013 02:57, Duncan Roe wrote: > I have just installed cygwin on this system. > When I try to compile a small program, I get this error: > > /usr/lib/gcc/i686-pc-cygwin/4.5.3/cc1.exe: error while loading shared > libraries: cygmpfr-4.dll: cannot open shared object file: No such file > or d

1.7.15 gcc post-install fails "altdir /etc/alternatives invalid"

2013-04-10 Thread Duncan Roe
Fresh install on this system. Installer reports errors: on checking setup.log.full I see errors like 2013/04/11 11:07:36 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/gcc4-fortran.sh" altdir /etc/alternatives invalid 2013/04/11 11:07:36 abnormal exit: exit code=2 2013/04/11

Re: 1.7.15: gcc fails to load: missing cygmpfr-4.dll

2013-04-10 Thread Larry Hall (Cygwin)
On 4/10/2013 9:57 PM, Duncan Roe wrote: Where would I find this library? -- Larry _ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of co

1.7.15: gcc fails to load: missing cygmpfr-4.dll

2013-04-10 Thread Duncan Roe
I have just installed cygwin on this system. When I try to compile a small program, I get this error: /usr/lib/gcc/i686-pc-cygwin/4.5.3/cc1.exe: error while loading shared libraries: cygmpfr-4.dll: cannot open shared object file: No such file or directory ldd agrees: 11:47:53$ ldd /usr/lib/gcc/i

[ANNOUNCEMENT] Updated: experimental package: gcc4-4.7.2-2

2013-04-10 Thread Dave Korn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have just uploaded an updated GCC-4 package to cygwin.com. It will be arriving at your favourite mirror next time it synchronizes itself with the official Cygwin repository. This is a test release of GCC 4.7.2 which replaces the earlier test r

[ANNOUNCEMENT] Updated: postgresql-9.2.4-1

2013-04-10 Thread marco atzeri
Version 9.2.4-1 of packages libecpg-compat2 libecpg-devel libecpg5 libpgtypes2 libpq-devel libpq5 postgresql postgresql-client postgresql-contrib postgresql-devel postgresql-doc postgresql-plperl postgresql-plpython are available in the Cygwin distribution: CHANGES Ne

Re: perl 5.14 ncursesw: calling getbegyx() crashes

2013-04-10 Thread D. Schüler
I got it working! And it's no issue with cygwin. I had to build the Curses library by hand and edit the testsym.c and list.syms. I suppose that the original version will compile fine on Linux, but the compiler in cygwin complains about the "LINES" constant in list.syms. So here's what i've done.

Re: cannot find -levent

2013-04-10 Thread Troy Blank
Troy Blank gmail.com> writes: Well like all things I struggle with it for hours and as soon as I ask for help I magically figure it out, anyway for anyone who wants to know how I did it I installed a beta release of gevent from http://code.google.com/p/gevent/downloads/list ... which doesn't use

Re: cannot find -levent

2013-04-10 Thread Troy Blank
Well like all things I struggle with it for hours and as soon as I ask for help I magically figure it out, anyway for anyone who wants to know how I did it I installed a beta release of gevent from http://code.google.com/p/gevent/downloads/list ... which doesn't use as many dependencies so it allow

Re: cannot find -levent

2013-04-10 Thread Christopher Faylor
On Wed, Apr 10, 2013 at 04:45:57PM +, Troy Blank wrote: >Hello, > >I have used cygwin for awhile now and love i, having an issue that is very >confusing to me. > >So I am trying to install django-socketio via pip install django-socketio >and after it succesffully I always get the error (I inst

cannot find -levent

2013-04-10 Thread Troy Blank
Hello, I have used cygwin for awhile now and love i, having an issue that is very confusing to me. So I am trying to install django-socketio via pip install django-socketio and after it succesffully I always get the error (I install things through pip all the time so I know pip is stable): //--

RE: bash-completion load times

2013-04-10 Thread Adam Dinwoodie
Gary Johnson wrote: > Cygwin's bash-completion package is version 1.3. Versions 1.9 and > later use dynamic loading of completions that is supposed to > improve the loading times. I think your best bet is to wait for the > Cygwin package to be updated to the latest 2.1 version and see how > that

Re: Please try the latest snapshot

2013-04-10 Thread Christopher Faylor
On Wed, Apr 10, 2013 at 09:20:26AM -0400, Christopher Faylor wrote: >The latest snapshot has some more signal-handling restructuring. >I'd appreciate it if people would check it out. http://cygwin.com/snapshots/ -- Problem reports: http://cygwin.com/problems.html FAQ: http

Please try the latest snapshot

2013-04-10 Thread Christopher Faylor
The latest snapshot has some more signal-handling restructuring. I'd appreciate it if people would check it out. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: ht

Cron Service Cannot Start: System error 1069 has occurred.

2013-04-10 Thread Jun Iriola
Hi, I would like to seek your help on how to execute again the cron in my pc.  I've manage to configure and run the cron last week by reading the step by step procedure and also by running cygwin as an Administrator.  Then last weekend, I shutdown my desktop.  Unfortunately, when I went to work

Re: rsync: writefd_unbuffered failed (when writing to micro SD cards)

2013-04-10 Thread Christopher de Vidal
Update: Sometimes it dies randomly and sometimes it dies on a specific file. If I copy the file manually, it works. The file shows no signs of corruption on the micro SD card. Also, the micro SD card has a FAT32 filesystem. Christopher de Vidal On Sat, Apr 6, 2013 at 7:20 PM, Christopher de Vida