Changeset 399 for trunk

Show
Ignore:
Timestamp:
02/03/03 21:09:47 (6 years ago)
Author:
pmoura
Message:

Updated instructions for GNU Prolog and SICStus Prolog.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/NOTES

    r377 r399  
    198198    and pre-processor plus the runtime by doing something like: 
    199199 
    200     % cd lgt2147 
     200    % cd lgt2150 
    201201    % cp configs/gnu.config configs/gnu.pl 
    202202 
     
    346346 
    347347 
    348 SICStus Prolog 3.5~3.9.x 
     348SICStus Prolog 3.5~3.10.x 
    349349 
    350350    sicstus35.config 
     
    356356    some library objects (like difflist) use the unify_with_occurs_check/2 ISO  
    357357    predicate that the 3.5 version does not define. Don't forget to use  
    358     the working_directory/2 predicate to set the working directory before  
    359     loading an example. Supports smart compilation of source files. 
     358    the SICStus working_directory/2 predicate to set the working directory  
     359    before loading an example. Supports smart compilation of source files. 
    360360 
    361361    sicstus38.config 
    362362     
    363     For versions 3.8.x and 3.9.x. The config file sets the flag language to  
     363    For versions 3.8.x~3.10.x. The config file sets the flag language to  
    364364    iso, but that is only recomended and should not be needed to run Logtalk. 
    365365    No problems expected although not fully tested. Don't forget to use the  
    366     working_directory/2 predicate to set the working directory before loading  
    367     an example. Supports smart compilation of source files. 
     366    SICStus working_directory/2 predicate to set the working directory before  
     367    loading an example. Supports smart compilation of source files. 
    368368 
    369369