X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Tue, 10 Feb 2009 21:43:11 -0500 Message-ID: <453a08ae0902101843w274863f7qe661961664506907@mail.gmail.com> Subject: GCC 4.3.2 OpenMP Support in Cygwin From: Michael Craft To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 I am trying to compile an OpenMP program in Cygwin using GCC 4.3.2 installed from the repositories. This program compiles in linux with the exact same compiler fine. $ gcc-4 -std=gnu99 -fopenmp -o mvp-cygwin matrix-vector-bench.c matrix-vector-bench.c:11:18: error: omp.h: No such file or directory Can anyone help? -- 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/