Re: Problem compiling with cywin.dll

2004-04-21 Thread Larry Hall
At 10:14 PM 4/21/2004, you wrote: >When I try to compile the following >file under Cygwin g++, I get a >window that pops up with the >following message: > >The procedure entry point __getreent could not be located in >the dynamic link library cygwin.dll > >Here is the contents of the file a.cc that

Problem compiling with cywin.dll

2004-04-21 Thread Davin Pearson
When I try to compile the following file under Cygwin g++, I get a window that pops up with the following message: The procedure entry point __getreent could not be located in the dynamic link library cygwin.dll Here is the contents of the file a.cc that I am trying to compile: #inclu