A/UX cc compiler

Jim Jagielski jim at jagubox.gsfc.nasa.gov
Thu Nov 15 23:37:22 AEST 1990


In article <1990Nov15.031150.3997 at julius.cs.uiuc.edu> coolidge at cs.uiuc.edu writes:
>J.Pearce at cs.ucl.ac.uk writes:
>>Can anyone make any comments on the status/limitations/bugs of the
>>default cc compiler that comes with A/UX.
>
>The default cc is an OK compiler, but nothing special. Its biggest
>deficiency is that it has fixed-size tables for most everything
>(something it shares with the standard cpp, as, and ld, although
>with ld you seldom if every notice it). This means that large
>systems (gcc, X11, etc) fail with the default cc.
>


Of course, 2.0 doesn't have this problem... it has a flag (-A #) which says
to increase the symbol table size by a factor of #. (as, ld and f77 also
have this)

Now pre-2.0 did have fixed sized tables... and they were kinda meager too.
--
=======================================================================
#include <std/disclaimer.h>
                                 =:^)
           Jim Jagielski                    NASA/GSFC, Code 711.1
     jim at jagubox.gsfc.nasa.gov               Greenbelt, MD 20771

"Kilimanjaro is a pretty tricky climb. Most of it's up, until you reach
 the very, very top, and then it tends to slope away rather sharply."



More information about the Comp.unix.aux mailing list