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 :content-type:content-transfer-encoding; q=dns; s=default; b=OTJ Ow7VFAET90AJNILnjbA3xeDre8qP2JwUlTAcw/TGVFQ5gU4M8qTubpXwjaqc8L+/ LyIoAbKkbdbyW+UM1i4hCTlMjBbVrgmju18UcA8/9ZJOQR8jwsrGYw/R2PoTMy12 OOCJiMBMM7E20I31Fog5rAjjIGHDAzM/X0RiRNiI= 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 :content-type:content-transfer-encoding; s=default; bh=GJ96kAWZ7 El6cZxpecTKOi73D8s=; b=kkMoVxfjXd+ngZkks5qDbkEhTdBELiOlyz9eUFj/P obFgrt1VZeZRSf3DQwqkYeKE7cqzREEQrIx+cAfrE680W16ey4IliZvMgB19MTea n1CiE12n9yOGlE5290Tcl1S8RKv6fe/kXfa0gs5N8hLwzRPkVnp1eL0fKyuLN+TT mg= 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 X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_GD,TW_YG autolearn=no version=3.3.1 X-Received: by 10.68.194.169 with SMTP id hx9mr1125247pbc.210.1371620408460; Tue, 18 Jun 2013 22:40:08 -0700 (PDT) Message-ID: <51C14431.2080104@gmail.com> Date: Wed, 19 Jun 2013 13:40:01 +0800 From: Arthur Tu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: gcc4.7.2 cc1 error while loading shared libraries Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit $ gcc-4 --version gcc-4 (GCC) 4.7.2 $ gcc-3 --version gcc-3 (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) $ gcc-4 helloWorld.c /usr/lib/gcc/i686-pc-cygwin/4.7.2/cc1.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory $ gcc-3 helloWorld.c *(success) $ cygcheck -c|grep gcc gcc 3.4.4-999 OK gcc-core 3.4.4-999 OK gcc-g++ 3.4.4-999 OK gcc-mingw-core 20050522-3 OK gcc-mingw-g++ 20050522-3 OK gcc4 4.7.2-2 OK gcc4-core 4.7.2-2 OK gcc4-g++ 4.7.2-2 OK libgcc1 4.7.2-2 OK mingw64-i686-gcc-core 4.5.3-6 OK mingw64-x86_64-gcc-core 4.5.3-6 OK -- 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