[pure-lang-svn] SF.net SVN: pure-lang: [435] pure/trunk/INSTALL
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-07-11 21:28:29
|
Revision: 435 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=435&view=rev Author: agraef Date: 2008-07-11 14:28:39 -0700 (Fri, 11 Jul 2008) Log Message: ----------- Reworded paragraph on ldconfig. Modified Paths: -------------- pure/trunk/INSTALL Modified: pure/trunk/INSTALL =================================================================== --- pure/trunk/INSTALL 2008-07-11 02:59:08 UTC (rev 434) +++ pure/trunk/INSTALL 2008-07-11 21:28:39 UTC (rev 435) @@ -92,8 +92,8 @@ to write C/C++ extensions modules, if you need to access and manipulate Pure expressions from C/C++.) -On some systems you may have to tell the dynamic linker to update its cache so -that it finds the Pure runtime library. E.g., on Linux this can be done as +On some systems you have to tell the dynamic linker to update its cache so +that it finds the Pure runtime library. E.g., on Linux this is done as follows: $ sudo /sbin/ldconfig This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |