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=JAB +FvoXTMhFFwJF9ZSx5Br279CV1xLSVIwd9Ro/0oi+UrubLHVKcqjsgjnEPv2M4ZX ZhjTLLWvs9QZLfs6604Opc0iLFCTDAkeuwF8MQ9RyloDe1TLJfVmx133L/sPvvWE hILTU+62DbWJ6nzRYowRzOCJGQu8svDNtykLLvTA= 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=1P4xGQrey cPNRKnaYKuzEF7oybE=; b=KNNIHf5oTmyccgmkLk79JXNAJ6Xfa/6yl3fZjRHxJ aWbKWCYdzmwQ4XRp7vLiHBAoOJ8QNRxIiHV/ZrThkuWFI2d1dp8CMAGhh+YPzqFs JgUH2x2hQEsmWsc5H0aaW0eipBSHr2Eq3Vo7hBOfriNHcNZvqCJNBDmdwEQbFYlP 7I= 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=-3.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp202.alice.it Message-ID: <53CFE4B0.7050700@alice.it> Date: Wed, 23 Jul 2014 18:37:04 +0200 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: llvm/clang-3.4.2-1 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sorry, Yaakov Selkowitz wrote: > This is an update to the latest upstream release, and the first release > for x86_64. PLEASE NOTE that clang will NOT work as a native code > compiler for x86_64 at this time, but should still work as a code > analyzer and LLVM bytecode compiler; PTC. That explains why I get $ cat t.c #include int main() { printf("Hello, World!/n"); return 0; } $ clang t.c /tmp/t-12d75f.o:fake:(.text+0x15): rilocazione adattata per troncamento: R_X86_64_32 contro ".rdata" collect2: error: ld returned 1 exit status clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation) ? -- 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