Changeset 3970 for trunk/configs

Show
Ignore:
Timestamp:
12/20/07 10:18:21 (13 months ago)
Author:
pmoura
Message:

Added two new multi-threading examples, "fibonacci" and "hanoi", and corrected a bug in the recursive creation of threads on the "sorting" example.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/NOTES.txt

    r3941 r3970  
    107107    will look like (in the Unix version): 
    108108     
    109         :- ['$LOGTALKHOME/configs/bin.config']. 
     109        :- ['$LOGTALKUSER/configs/bin.config']. 
    110110        :- ['$LOGTALKHOME/compiler/logtalk.pl']. 
    111111         
    112         :- ['$LOGTALKHOME/examples/metapredicates/meta.pl']. 
    113         :- ['$LOGTALKHOME/examples/metapredicates/sort1.pl']. 
     112        :- ['$LOGTALKUSER/examples/metapredicates/meta.pl']. 
     113        :- ['$LOGTALKUSER/examples/metapredicates/sort1.pl']. 
    114114        ... 
    115115     
     
    159159 
    160160    There are two configs files for this compiler. The first one, named  
    161     "eclipse.config", should be used when, for some reason, we don't want  
     161    "eclipse.config", should be used when, for some reason, you don't want  
    162162    to load the "iso" library. The second file, "eclipseiso.config" contains  
    163163    a call to load the "iso" library. Both config files may be used with 
    164     ECLiPSe 5.10 or later version. 
    165      
    166     You should use the eclipseiso.config whenever possible. The alternative  
     164    ECLiPSe 5.10#26 or later versions. 
     165 
     166    You should use the "eclipseiso.config" whenever possible. The alternative  
    167167    config file may not contain all the needed definitions for ISO Prolog  
    168168    predicates that are needed for compiling Logtalk itself, the Logtalk  
     
    388388    file: 
    389389     
    390         :- compile('$LOGTALKHOME/configs/sicstus.config'). 
     390        :- compile('$LOGTALKUSER/configs/sicstus.config'). 
    391391        :- compile('$LOGTALKHOME/compiler/logtalk.pl'). 
    392392 
     
    422422    the following lines to your pl.ini (on Windows): 
    423423 
    424         :- ['drive:\\path to logtalk installation\\configs\\swi.config']. 
     424        :- ['drive:\\path to logtalk user folder\\configs\\swi.config']. 
    425425        :- ['drive:\\path to logtalk installation\\compiler\\logtalk.pl']. 
    426426 
    427427     or to your .plrc (on MacOS X, Linux, Unix, and similar systems): 
    428428     
    429         :- ['$LOGTALKHOME/configs/swi.config']. 
     429        :- ['$LOGTALKUSER/configs/swi.config']. 
    430430        :- ['$LOGTALKHOME/compiler/logtalk.pl']. 
    431431