- Timestamp:
- 02/03/03 21:09:47 (6 years ago)
- Files:
-
- 1 modified
-
trunk/configs/NOTES (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/NOTES
r377 r399 198 198 and pre-processor plus the runtime by doing something like: 199 199 200 % cd lgt21 47200 % cd lgt2150 201 201 % cp configs/gnu.config configs/gnu.pl 202 202 … … 346 346 347 347 348 SICStus Prolog 3.5~3. 9.x348 SICStus Prolog 3.5~3.10.x 349 349 350 350 sicstus35.config … … 356 356 some library objects (like difflist) use the unify_with_occurs_check/2 ISO 357 357 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 before359 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. 360 360 361 361 sicstus38.config 362 362 363 For versions 3.8.x and 3.9.x. The config file sets the flag language to363 For versions 3.8.x~3.10.x. The config file sets the flag language to 364 364 iso, but that is only recomended and should not be needed to run Logtalk. 365 365 No problems expected although not fully tested. Don't forget to use the 366 working_directory/2 predicate to set the working directory before loading367 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. 368 368 369 369
