Re: Problems with libintl-8

2009-10-22 Thread John Coppens
On Thu, 22 Oct 2009 18:00:08 +0200 Corinna Vinschen wrote: > > Help please. > > John > > http://msdn.microsoft.com/en-us/library/ms682586%28VS.85%29.aspx Thanks Corinna! I couldn't find any other solution, so I copied cygintl-8.dll to /usr/local/bin (which is where my program installed, and wh

Problems with libintl-8

2009-10-22 Thread John Coppens
Hello all, Before sending me to FAQs etc, I have read probably most of them... And many other mails etc. I was finally able to compile a Linux program of mine for use of my students (the few I didn't convert yet), and, after quite a bit of work, got there. When I run the program from Windows, I

Re: Complex.h file

2005-11-19 Thread John Coppens
On Sat, 19 Nov 2005 18:55:33 + (UTC) Tony Richardson <[EMAIL PROTECTED]> wrote: >_Complex double x = 7 + 8i; >x += -3 - 4i; >x *= 2 + 5i; >x /= 3 - 4i; >printf("(%f,%f)\n", creal(x), cimag(x)); > > but it does not have built-in support for all of the complex functions > th

Complex.h file

2005-11-19 Thread John Coppens
Hi guys & gals. I'm tying to port a program of mine to cygwin, and have the following problem: complex.h is not found. A search in the cygwin tree reveals: /usr/lib/i686-pc-mingw32/3.4.4/include/c++/backward/complex.h /usr/lib/i686-pc-cygwin/3.4.4/include/c++/backward/complex.h /usr/include/min