Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: ecserv7.uwaterloo.ca: www set sender to y2bismil AT engmail DOT uwaterloo DOT ca using -f Message-ID: <1065731605.3f85c6150fac4@www.nexusmail.uwaterloo.ca> Date: Thu, 9 Oct 2003 16:33:25 -0400 From: y2bismil AT engmail DOT uwaterloo DOT ca To: cygwin AT cygwin DOT com Subject: mingw libs MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 / FreeBSD-4.6.2 X-Originating-IP: 207.245.22.25 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. 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 -- 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/