| Line | |
|---|
| 1 | Tue Mar 11 13:19:45 IST 2003
|
|---|
| 2 | ============================
|
|---|
| 3 |
|
|---|
| 4 | On real Itanium systems, builds with GCC are fine. If you're using the
|
|---|
| 5 | Intel compiler `ecc', you need:
|
|---|
| 6 |
|
|---|
| 7 | CC=ecc ./configure && make all check install CFLAGS='-g -Drestrict='
|
|---|
| 8 |
|
|---|
| 9 | Tue Apr 16 13:55:15 IDT 2002
|
|---|
| 10 | ============================
|
|---|
| 11 | The current version of the IA-64 environment builds gawk without any problems.
|
|---|
| 12 |
|
|---|
| 13 | Wed Apr 25 17:17:01 IDT 2001
|
|---|
| 14 | ============================
|
|---|
| 15 |
|
|---|
| 16 | The Intel IA-64 emulation environment that sits on top of 32-bit Linux
|
|---|
| 17 | has problems. Gawk does not work on it.
|
|---|
| 18 |
|
|---|
| 19 | 1. The `sgicc' compiler lies to `configure' and pretends it's gcc. But it
|
|---|
| 20 | really isn't, and several things don't work.
|
|---|
| 21 |
|
|---|
| 22 | 2. Even if used with gcc, the executable doesn't run; somehow quoted
|
|---|
| 23 | strings don't stay as one argument to gawk, which is, of course,
|
|---|
| 24 | disastrous.
|
|---|
| 25 |
|
|---|
| 26 | 3. It's flaky; initially `configure' wouldn't even get past the getpgrp
|
|---|
| 27 | test. Then later it would.
|
|---|
| 28 |
|
|---|
| 29 | Arnold Robbins
|
|---|
| 30 | [email protected]
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.