File: buildnotes

package info (click to toggle)
clif 0.93-9.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 4,228 kB
  • sloc: ansic: 31,464; yacc: 5,067; lex: 819; makefile: 383; sh: 48
file content (11 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
gcc works ok, except one compiler warning or error, but
almost all tests pass test60.ci fails.

compiling with egcc causes mosts tests to fail

Mon, 14 Jun 1999 21:41:55 -0700 
  libc6 2.1.1 does not have constant io streams.
 The file 'myintrinsics.c' failed to compile because it
uses non-constant initializers for *str[]. But the functions which use
*str[] always set the values anyway, so I just removed the
initialization in the declaration.