X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=crvQAQb/WYn0bonqErJGsaunin4HgsIPxV2+C6pjTLK gy4fmC7CELJlTn1QE6qaA1pwf8+mpcGTFRRkhEiPZ/wHRAilkFoqdUUQ9xTINYZD bNL3KSU2aTyCC0tV9720A/cqYpoZEuj81Q/aM728H/Z8SDfjphI9XNsuKaJIIILo = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=XkdQzRHM/0QiWWuNA9uR65h0Klg=; b=Y2WmdXrqR5ZVeYn3n rX9iRNPfLqdA1lSkIpXyu/XAYbaR2/00kFTii8wlNhpbRm3hO2P8F1kAEefq/3Tt mQxXPU5tyiA9IHmB1cOxT3KtBvh577Z4Ni7x/ZMA8W+AqaCY9wzVlL3SQ24FAte9 1WJ5alV3hoG1yPTc68k0qA4QVo= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-bk0-f47.google.com X-Received: by 10.205.6.7 with SMTP id oi7mr319679bkb.62.1394806341609; Fri, 14 Mar 2014 07:12:21 -0700 (PDT) Message-ID: <53230E3B.3020807@gmail.com> Date: Fri, 14 Mar 2014 15:12:11 +0100 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Some Problems about gcc 4.8.2 on cygwin References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 14/03/2014 15:00, rexdf Rexdf wrote: please read http://en.wikipedia.org/wiki/Posting_style in this mailing list we use "Bottom-posting" and "Trimming" > My question is : > 1. On archlinux gcc 4.8.2, `gcc curses_test.c $(pkg-config --libs > --cflags ncurses) -o curses_test` and `gcc $(pkg-config --libs > --cflags ncurses) curses_test.c -o curses_test` works. > On cygwin it doesn't work, why? > because Windows works differently and the order matters. > 2. what is wrong in openmp on cygwin? How can I fix it? I doubt something is wrong, likely you have wrong expectation -- 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