home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
gawk-2.15.6-src.tgz
/
tar.out
/
fsf
/
gawk
/
README.hpux8x
< prev
next >
Wrap
Text File
|
1996-09-28
|
805b
|
19 lines
When compiling on HPPA machines running HP-UX 8.0x you should add the
option: "+Obb1000". The file awktab.c fails to compile without this
option. The option sets the maximum number of basic blocks allowed
in a function to 1000.
------------------------------------
December 1993 - arnold@skeeve.atl.ga.us
I continue to get reports that gawk compiled with gcc (through 2.5.x) on the
hp9000 series 700 systems does not pass its test suite. When compiled with
hp's C compiler, it does fine. If you compile with cc and it fails, then
let me hear about it please. If you compile with gcc and then complain to
me, I'm going to fuss at you for not reading the documenation. (:-)
------------------------------------
January 1994 - arnold@skeeve.atl.ga.us
I'm told that with gcc 2.5.8, gawk now compiles.