[pure-lang-svn] SF.net SVN: pure-lang:[603] pure/trunk/examples/sort.c
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-08-24 12:59:21
|
Revision: 603
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=603&view=rev
Author: agraef
Date: 2008-08-24 12:59:31 +0000 (Sun, 24 Aug 2008)
Log Message:
-----------
Comment change.
Modified Paths:
--------------
pure/trunk/examples/sort.c
Modified: pure/trunk/examples/sort.c
===================================================================
--- pure/trunk/examples/sort.c 2008-08-24 12:46:27 UTC (rev 602)
+++ pure/trunk/examples/sort.c 2008-08-24 12:59:31 UTC (rev 603)
@@ -17,12 +17,6 @@
On Windows you might wish to add the '-Wl,--enable-auto-import' linker
option.)
- I suggest that you also set up your LD_LIBRARY_PATH environment variable
- (DYLD_LIBRARY_PATH on OSX) so that the dynamic loader finds sort.so without
- further ado. Something like 'export LD_LIBRARY_PATH=.' should do the trick.
- Windows doesn't need this since it always searches the current directory
- for dlls.
-
Now start the interpreter and enter the following to "dlopen" sort.so and
declare the sort function:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|