Tested on RHEL 6.1 workstation and was successful. <br>[deleisha@deleisha ~]$ lsb_release -ai<br>LSB Version:    :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch<br>
Distributor ID:    RedHatEnterpriseWorkstation<br>Description:    Red Hat Enterprise Linux Workstation release 6.1 (Santiago)<br>Release:    6.1<br>Codename:    Santiago<br>[deleisha@deleisha ~]$ gcc --version<br>gcc (GCC) 4.4.5 20110214 (Red Hat 4.4.5-6)<br>
Copyright (C) 2010 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.  There is NO<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br><br>[deleisha@deleisha ~]$ <br>
<br><br><br><div class="gmail_quote">On Wed, Nov 16, 2011 at 12:05 AM, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@apple.com">echristo@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
On Nov 15, 2011, at 9:41 AM, David A. Greene wrote:<br>
<br>
> Bill Wendling <<a href="mailto:wendling@apple.com">wendling@apple.com</a>> writes:<br>
><br>
>> Hi Dave,<br>
>><br>
>> Thanks for the results. What platform is this on? And do these failures occur with 2.9?<br>
><br>
> Platform is Debian Linux testing, x86_64.<br>
><br>
> clang is a disaster with 2.9 unfortunately, so I can't test it:<br>
><br>
> /bin/cp Output/sse.expandfft.llvm.o.compile.time Output/sse.expandfft.simple.compile.time<br>
> /home/greened/src/llvm-2.9/build/Release/bin/clang++ -o Output/sse.expandfft.simple Output/sse.expandfft.llvm.o -lm   -msse2<br>
> /usr/bin/ld: cannot find crt1.o: No such file or directory<br>
> /usr/bin/ld: cannot find crti.o: No such file or directory<br>
> clang: error: linker command failed with exit code 1 (use -v to see invocation)<br>
<br>
</div>You'd need to edit the files that have the include and link paths.<br>
<span class="HOEnZb"><font color="#888888"><br>
-eric<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br>