gcc installation problem - entry point not found

2003-01-16 Thread Steve Marks
I just installed gcc as part of a new cygwin installation. I did a very
simple test of gcc (compiling Hello world) to see if it works. I get a
error pop up. The header says cc1.exe - Entry Point Not Found. The
message is The procedure entry point putc_unlocked could not be located
in the dynamic link library cygwin1.dll.. Obviuosly something is wrong
with my installation. Can anyone help?
Thanks


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: gcc installation problem - entry point not found

2003-01-16 Thread Max Bowsher
Steve Marks wrote:
 I just installed gcc as part of a new cygwin installation. I did a
 very simple test of gcc (compiling Hello world) to see if it works.
 I get a error pop up. The header says cc1.exe - Entry Point Not
 Found. The message is The procedure entry point putc_unlocked could
 not be located in the dynamic link library cygwin1.dll.. Obviuosly
 something is wrong with my installation. Can anyone help?
 Thanks

You've got an old cygwin1.dll somewhere on your system.
Remove it.

Max.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/