[pure-lang-svn] SF.net SVN: pure-lang:[569] pure/trunk/INSTALL
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-08-22 11:37:31
|
Revision: 569 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=569&view=rev Author: agraef Date: 2008-08-22 11:37:41 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Final touches (0.5 release). Modified Paths: -------------- pure/trunk/INSTALL Modified: pure/trunk/INSTALL =================================================================== --- pure/trunk/INSTALL 2008-08-22 11:09:24 UTC (rev 568) +++ pure/trunk/INSTALL 2008-08-22 11:37:41 UTC (rev 569) @@ -376,21 +376,11 @@ Cyrille Berger, which is to be applied in the llvm-2.3 source directory, is available at http://pure-lang.sf.net/X86JITInfo.cpp.pic.2.3.patch. -Also, the debug build currently does *not* work on x86-64 Linux versions. This -seems to be a bug in LLVM, so there's hope that it will go away in a future -LLVM version. You can tell that you're bitten by this bug if a normal build -works, but 'make check' fails on some tests with the debug build (or if you -manually disable optimization). Fortunately, it seems that you can easily work -around this by making sure that you have at least -O enabled when compiling -runtime.cc. Also please note that the default and release builds should work -fine. 32 bit builds also seem to be unaffected. - LINUX ----- Linux is the primary development platform for this software, and the sources -should build out of the box on all recent Linux distributions. (But note the -issues on x86-64 Linux systems described above.) +should build out of the box on all recent Linux distributions. MAC OSX --- --- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |