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: <1067634448.3fa2cf107ba2a@www.nexusmail.uwaterloo.ca> Date: Fri, 31 Oct 2003 16:07:28 -0500 From: y2bismil AT engmail DOT uwaterloo DOT ca To: y2bismil AT engmail DOT uwaterloo DOT ca Cc: cygwin AT cygwin DOT com Subject: Re: gcc and iostream - resolved References: <1067549281 DOT 3fa18261b9137 AT www DOT nexusmail DOT uwaterloo DOT ca> <133687559107 DOT 20031031100848 AT familiehaase DOT de> <1067616628 DOT 3fa2897461121 AT www DOT nexusmail DOT uwaterloo DOT ca> <1067617166 DOT 3fa28b8ecc072 AT www DOT nexusmail DOT uwaterloo DOT ca> <1067622375 DOT 3fa29fe7e6898 AT www DOT nexusmail DOT uwaterloo DOT ca> <1067629896 DOT 3fa2bd48db2e8 AT www DOT nexusmail DOT uwaterloo DOT ca> In-Reply-To: <1067629896.3fa2bd48db2e8@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 Hi all, I got it resolved by doing the following: 1. Used dos style names because (I don't think this was needed, but clearcase paths...were not setup under the cygwin environment, so I just used the windows cmd. 2. Only included SysHdrPath +=C:/cygwin/usr/include/mingw as the system path 3. DID NOT USE -nostdinc++ in both compile/link 4. used -mno-cygwin in both compile/link 5. DID NOT USE -nodefaultlibs in link 6. still linked with -lwsock32 -lstdc++ -lgcc, but I think only lwsock32 is needed. But this is good enough for now. In short, I think I ended up messing myself over. Thanks, 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/