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: <1065731643.3f85c63b14b1f@www.nexusmail.uwaterloo.ca> Date: Thu, 9 Oct 2003 16:34:03 -0400 From: y2bismil AT engmail DOT uwaterloo DOT ca To: cygwin AT cygwin DOT com Subject: Re: mingw libs References: <1065731605 DOT 3f85c6150fac4 AT www DOT nexusmail DOT uwaterloo DOT ca> In-Reply-To: <1065731605.3f85c6150fac4@www.nexusmail.uwaterloo.ca> 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 correction - included. Quoting y2bismil AT engmail DOT uwaterloo DOT ca: > 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/