[gnu.gcc.bug] gcc 1.33 fixincludes and Sun 4.0

karl@mote.umb.edu ("Karl Berry.") (02/19/89)

This is gcc 1.33 on a Sun 386i running 4.0.0.
(But I think the same issues apply to all 4.0 machines.)

The fixincludes script uses `find . -type d -print' to
get the list of directories to look in (starting at /usr/include).
But most of the things in /usr/include are now symbolic links,
so something else need be done. It would be possible to get the list
simply by getting all names that have no extensions, but that is
hardly elegant.

Also, it has to be changed slightly to then find files in
those directories.

Karl. karl@umb.edu