[gnu.gcc.bug] Problems with porting gcc1.34 to Xenix 386

kayvan@APPLE.COM (Kayvan Sylvan) (04/29/89)

I've been attempting to port gcc 1.34 to Xenix 386 Version 5.3.

I'm using the i386v configuration.

I've gotten pretty far (almost all the modules compile). The only
two changes so far have been in gnulib.c (changing the calls to ctor
and dtor to (*ctor) and (*dtor) to make for references to functions...
the other changes were analogous) and stmt.c.

I'm running into a snag with sdbout.c. It uses syms.h, which I don't seem
to find on this system. I assume it's the sdb header information.

Do you know how I could either 1) get around this without losing any
critical functionality, or 2) find syms.h??

Thanks in advance for any help.

			---Kayvan