From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104684 invoked by alias); 20 Feb 2016 12:07:52 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 104669 invoked by uid 89); 20 Feb 2016 12:07:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:192.168.200, gcc4-compatible, gcc4compatible, libcilkrts X-HELO: mail-yw0-f170.google.com Received: from mail-yw0-f170.google.com (HELO mail-yw0-f170.google.com) (209.85.161.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 20 Feb 2016 12:07:50 +0000 Received: by mail-yw0-f170.google.com with SMTP id u200so87093879ywf.0 for ; Sat, 20 Feb 2016 04:07:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-type:content-transfer-encoding; bh=31j5+RoEicUrqG+mzC6gAOomWfkU0HFXuo7bX3f4f30=; b=UDwpCTQbofgQv0eCzBjK4XTUWxvc8lFz07fo4O40G7vC96VVBJFEGa3EEyJn1IXwcZ pJNv+3xfcib4pI3RZ/Ns5IVe63tuCEvhJvJhbbL9gh40vZRVisZV7MgGqDIy1dGlUIGP mJ9GV6t+uIt2lBSNyzFOWtgr7TWkyIND7BTskc8TB5jrV5DV/4+HQTqaI2M4DYxjNr8a h/NkpOKqHFmns4y1dJqwP9OhYkqXN2iwTO6eYYRYPa5XZ7/t0rZCadzUZO0LiKx6dQ/W Ihg01ffurngWPzapv/CIsbyRd8QAWhWkY/BPL2E7rWMAcBvxNIu4ipUgUOMZZ1oBbZ0i OdAQ== X-Gm-Message-State: AG10YOR9KSI1Ej6YiuVRD3FvmD+t5enlNCkgPKCLY7slomrLzOyB5zG5u0e9uFwcVrQBsg== X-Received: by 10.13.209.193 with SMTP id t184mr8956580ywd.99.1455970068661; Sat, 20 Feb 2016 04:07:48 -0800 (PST) Received: from [192.168.200.215] ([208.102.155.215]) by smtp.googlemail.com with ESMTPSA id a205sm12144398ywe.50.2016.02.20.04.07.47 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 20 Feb 2016 04:07:48 -0800 (PST) To: cygwin@cygwin.com From: Tim Prince Subject: missing libcilkrts.spec X-Enigmail-Draft-Status: N1110 Message-ID: <56C856EB.9040908@gmail.com> Date: Sat, 20 Feb 2016 12:07:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-02/txt/msg00310.txt.bz2 After putting in 6 cases of #if __INTEL_COMPILER ... cilkplus code #else .... plain C code #endif to avoid cilkplus internal errors, at link time I get $ gcc -fcilkplus -fopenmp -g3 -gdwarf-2 -o lcd_cean mains.o loopscean.o f90_cputime.o -Wl,--stack,900000000 -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/lto-wrapper.exe Target: x86_64-pc-cygwin Configured with: /cygdrive/i/szsz/tmpp/gcc/gcc-5.3.0-2.x86_64/src/gcc-5.3.0/conf igure --srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-5.3.0-2.x86_64/src/gcc-5.3.0 --pref ix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/ share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C --build=x86_64-pc-cygwin --ho st=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --withou t-libintl-prefix --libexecdir=/usr/lib --enable-shared --enable-shared-libgcc -- enable-static --enable-version-specific-runtime-libs --enable-bootstrap --enable -__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=ada,c,c++,for tran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomi c --enable-libcilkrts --enable-libgomp --enable-libitm --enable-libquadmath --en able-libquadmath-support --enable-libssp --enable-libada --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --w ith-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-l ibiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build -id --with-default-libstdcxx-abi=gcc4-compatible Thread model: posix gcc version 5.3.0 (GCC) COMPILER_PATH=/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/:/usr/lib/gcc/x86_64-pc-cygwin /5.3.0/:/usr/lib/gcc/x86_64-pc-cygwin/:/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/:/usr /lib/gcc/x86_64-pc-cygwin/:/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_6 4-pc-cygwin/bin/ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/:/usr/lib/gcc/x86_64-pc-cygwin/ 5.3.0/../../../../x86_64-pc-cygwin/lib/../lib/:/usr/lib/gcc/x86_64-pc-cygwin/5.3 .0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-cygwin/ 5.3.0/../../../../x86_64-pc-cygwin/lib/:/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../. ./../:/lib/:/usr/lib/ Reading specs from /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/libgomp.spec Reading specs from libcilkrts.spec gcc: error: libcilkrts.spec: No such file or directory libcilkrts was not installed automatically with the gcc upgrade, but even after I selected it in the setup-x86_64 menu, it is still missing. -- 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