For some reason, maybe something I have missed, but the llvm/bin files do not have any extension, ie a '.exe' extension. Otherwise they are normal cygwin binaries. I used the following commands :- /usr/src/llvm/configure --prefix=/usr/llvm make make install Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050221/669379c7/attachment.html>
On Mon, 21 Feb 2005, Aaron Gray wrote:> For some reason, maybe something I have missed, but the llvm/bin files do not have any extension, ie a '.exe' extension. Otherwise they are normal cygwin binaries. > > I used the following commands :- > > /usr/src/llvm/configure --prefix=/usr/llvm > make > make installI'm not sure what the specific problem is, but please make sure you follow the instructions in this document: http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html Building the C frontend is not as easy as it should be right now, so it is very important to follow the instructions. -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
>> For some reason, maybe something I have missed, but the llvm/bin files do >> not have any extension, ie a '.exe' extension. >> Otherwise they are normal cygwin binaries.mklib generates .exe extensions but make install removes them, which presumably is the correct behaviour, to allow Cygwin to all them but not Windows.> I'm not sure what the specific problem is, but please make sure you follow > the instructions in this document: > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html > > Building the C frontend is not as easy as it should be right now, so it is > very important to follow the instructions.I have followed the instructions through as best as I can but get no joy. I would be willing to devote more time to testing the build process in the future. Where are the precompiled binaries for llvm-gcc ? Could I please have a copy :) Aaron