File: README.alpha

package info (click to toggle)
swi-prolog-packages 5.0.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 50,688 kB
  • ctags: 25,904
  • sloc: ansic: 195,096; perl: 91,425; cpp: 7,660; sh: 3,046; makefile: 2,750; yacc: 843; awk: 14; sed: 12
file content (16 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Issues for the DEC alpha port running OSF/1 3.2

* Requires #define O_INLINE 1: check for predefined inline keyword to
  set this

* CFLAGS: -std

* Making a shared library: LDFLAGS=-shared library

* alloca() returns char *!?  Maybe we should use another name and use
  a #define to fix this problem, or cast in all places it is used.

* #undef stdin isn't appreciated.  Test in configure

* date now uses time_t, malloc size_t.  See what problems that poses
  on other systems.