I am having some trouble getting llvm to build.<br>
I found some strange stuff going on in gcc/f/com.*<br>
<br>
In com.h I find<br>
ffeinfoKindType ffecom_gfrt_basictype ( ffecomGfrt ix);<br>
yet, in com.c I see<br>
ffeinfoBasicType ffecom_gfrt_basictype ( ffecomGfrt gfrt)<br>
<br>
I tried changing the line in com.h to <br>
ffeinfoBasicType ffecom_gfrt_basictype ( ffecomGfrt ix);<br>
<br>
and then doing make clean && make<br>
but I got a horde of link errors. <br>
<br>
In desperation I attempted the other obvious solution to the error....<br>
I undid the change to com.h and changed the line in com.c to <br>
ffeinfoKindtype ffecom_gfrt_basictype ( ffecomGfrt gfrt)<br>
<br>
This leads to more link errors. The errors appear to be the same as
those I got before. Therefor I think the link errors are unrelated to
the problems in com.* <br>
<br>
What is the proper definition of ffecom_gfrt_basictype?<br>
<br>
Is this a mistake, or is something wrong with my build system?<br>
<br>
<a href="http://llvm.org/docs/CFEBuildInstrs.html">http://llvm.org/docs/CFEBuildInstrs.html</a><br>
tells me to do <br>
make tools-only<br>
(gmake=make on my host), but when I attempt to do so I receive an error
informing me that the target tools-only does not exist, the above
problems occur with a simple "make". Did someone update the Makefile
but not the documentation, did I download a corrupt version of
cfrontend, is my "make" broken, or something else entirely? <br>
<br>
Thank you for your time,<br>
James Supancic<br><br><div><span class="gmail_quote">On 6/16/06, <b class="gmail_sendername">James Supancic</b> <<a href="mailto:arrummzen@gmail.com">arrummzen@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Which version of gcc should be used to compile the cfrontend version 1.7?<br>
<br>
Thank you for your time,<br></div><div><span class="sg">
James Supancic<br>

</span></div></blockquote></div><br>