correction - included. Quoting [EMAIL PROTECTED]: > Hi all, > > I'm trying to build an app using cygwin-gcc and the mingw package all > provided > by the standard cygwin install. This is a purely console app, whose only > use > beyond standard c++ is the conio library. and winsock libraries.
> > I'm getting errors like: > undefined refernce to operator new > undefined refernce to operator delete > > ... > > I think I'm not linking in the appropriate libs. Does anyone know the > standard > libs to include for general c++ usage (-lstdc++ -lmingw32) and winsock > (-lwsock32) usage. > > I just want to make sure I'm linking in everything. > Laslty, I just want to make sure my general approach is correct. When > compiled, > I removed the standard include dirs, and only included the mingw ones. > > > Thanks all, > > Yamin > > > > ---------------------------------------- > This mail sent through www.mywaterloo.ca > ---------------------------------------- This mail sent through www.mywaterloo.ca -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/