Re: 1.5.19-4 g++ error: can't find entry point in cygwin1.dll

2006-03-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Quit posting raw email addresses: cygwin.com/acronyms/#PCYMTNQREAIYR > From: "Eric Blake" ^ > > According to Anton Korneev on 3/20/2006 8:08 PM: cc1plus.exe - Entry Point not found The procedure entr

Re[2]: 1.5.19-4 g++ error: can't find entry point in cygwin1.dll

2006-03-21 Thread Anton Korneev
Hello Eric, >> cc1plus.exe - Entry Point not found >> The procedure entry point _impure_ptr could not be located in the >> dynamic link library cygwin1.dll. >> >> But, with the old versions (1.5.16) I don't have such problem. > (including the output of 'cygcheck -svr' as a text attachmen

Re: 1.5.19-4 g++ error: can't find entry point in cygwin1.dll

2006-03-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Anton Korneev on 3/20/2006 8:08 PM: > cc1plus.exe - Entry Point not found > The procedure entry point _impure_ptr could not be located in the > dynamic link library cygwin1.dll. > > But, with the old versions (1.5.16) I don't have

1.5.19-4 g++ error: can't find entry point in cygwin1.dll

2006-03-21 Thread Anton Korneev
Hello, Today I try to use last version of cygwin (1.5.19-4) and g++ for cygwin (3.4.4-1), and I take a strange error. When I compile any program, appears the window with report on error: cc1plus.exe - Entry Point not found The procedure entry point _impure_ptr could not be located in t

Re: g++ error

2003-06-28 Thread Markus Schönhaber
Peng Yu wrote: Hi, When I tried to compile this file by g++, I got a error. #include int main(){ cout << "Hello World" << endl; } errors are: test.C: In function `int main()': test.C:3: `cout' undeclared (first use this function) test.C:3: (Each undeclared identifier is reported only once for

g++ error

2003-06-28 Thread Peng Yu
Hi, When I tried to compile this file by g++, I got a error. #include int main(){ cout << "Hello World" << endl; } errors are: test.C: In function `int main()': test.C:3: `cout' undeclared (first use this function) test.C:3: (Each undeclared identifier is reported only once for each functio