[pure-lang-svn] SF.net SVN: pure-lang: [174] pure/trunk/INSTALL
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-04 22:47:06
|
Revision: 174 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=174&view=rev Author: agraef Date: 2008-06-04 15:47:13 -0700 (Wed, 04 Jun 2008) Log Message: ----------- Update installation instructions. Modified Paths: -------------- pure/trunk/INSTALL Modified: pure/trunk/INSTALL =================================================================== --- pure/trunk/INSTALL 2008-06-04 20:39:54 UTC (rev 173) +++ pure/trunk/INSTALL 2008-06-04 22:47:13 UTC (rev 174) @@ -219,7 +219,7 @@ compilation options to '-g' and adds '/opt/include' and '/opt/lib' to the include and library search paths, respectively: -$ CPPFLAGS=-I/opt/include CXXFLAGS=-g LDFLAGS=-L/opt/lib ./configure +$ ./configure CPPFLAGS=-I/opt/include CXXFLAGS=-g LDFLAGS=-L/opt/lib More details on the build and installation process and other available targets and options can be found in the Makefile. @@ -342,10 +342,9 @@ is that you get strange relocation errors when linking the runtime library during the build. In this case you have to build the interpreter as a monolithic executable which statically includes all required LLVM and the Pure -runtime modules. This can be done by configuring with './configure ---disable-shared'. This has several disadvantages, but seems to be the only -way to get Pure to work on x86-64 right now. Hopefully, these issues will be -fixed with the next LLVM release. +runtime modules, by configuring with --disable-shared. This has several +disadvantages, but seems to be the only way to get Pure to work on x86-64 +right now. Hopefully, these issues will be fixed with the next LLVM release. Also, for unknown reasons the debug build currently does *not* work on (some?) 64 bit systems using gcc. This has been seen on various different 64 bit Linux This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |