X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <24846867.post@talk.nabble.com> Date: Thu, 6 Aug 2009 06:43:24 -0700 (PDT) From: ProTonS To: cygwin AT cygwin DOT com Subject: cygwin (winxp) + mpich2 + msvc++ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hello everybody. I have a problem here. Well, I need compile a mpi interface, and I must do it with cygwin and msvc2008. Well I have already compiled and installed mpich2 with a make and make install. Now I have a mpi_interface here, I didn=C2=B4t develop it, I = just need compile it. My first error was: unrecognized option '-GR' c++: unrecognized option '-EHsc' c++: unrecognized option '-Zm200' c++: unrecognized option '-nologo' c++:=20 Because I didnt have adjusted the makefile, one flag was CXX :=3D mpicxx I just changed it to CXX :=3D cl, to use msvc, ok? After that I received anot= her error, the system cant find pthread.h. I searched on net and find a library to it,pth-2.0.7, and I have already installed it. Now I receiving another error :/ The system cant find sys/time.h I searched in the msvc dir and I just find timeb.h and utime.h I need the sys/time.h library I think. Where can I find it? And... I making the right process? changing the flag and everything more? Thanks a lot for any tip or reply. Bye bye. Jorge. --=20 View this message in context: http://www.nabble.com/cygwin-%28winxp%29-%2B-= mpich2-%2B-msvc%2B%2B-tp24846867p24846867.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple