Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Compiler problem on Gould PowerNode

2 views
Skip to first unread message

Doug Gwyn

unread,
Apr 20, 1990, 6:04:03 PM4/20/90
to
In article <JV.90Apr...@squirrel.mh.nl> Johan Vromans <j...@mh.nl> writes:
>When compiling perl 3.0, patchlevel 18 on Gould PowerNode 6000 with
>UTX 2.1A, I get a "Fatal error in /lib/ccom".
> _lxtitle() at 429054
>Any clues?

From looking at the compiler's source code, the most probable cause
would be for some line of the C source being compiled that starts
with '#' to contain a byte with its high bit set, due to unconditional
use by ccom of isdigit(), which in the BSD environment that /lib/ccom
was compiled under cannot properly handle bytes with high bit set.

0 new messages