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 <stdio.h>
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