[comp.protocols.iso.dev-environ] RS/6000 build

shaffer@HAMLET.CTD.ANL.GOV (Michael A. Shaffer 51483) (09/12/90)

I have inherited a project to build the isode package on an RS/6000
model 520. I made what seemed like the appropriate modifications to the
config and make files but it won't compile.

It seems that several functions are declared in multiple files. An example
is that sprintf() is declared both in stdio.h and in compat/general.h. The
compiler complains about this in the following way...

        cc -g    -I. -I../h -c general.c
Processing include file ../h/general.h
 11   120 | int     sprintf ();
            ........a..........
a - 1506-132: (S) Illegal redeclaration of function, sprintf.

If I allow compilation to continue it eventually gives up.

Has anyone gotten isode to compile on the 6000? Any direction would be
greatly appreciated.

				mike
		shaffer@hamlet.ctd.anl.gov (Michael Shaffer)
		Argonne National Labs - Argonne IL