[comp.lang.c] Large C programs on IBM 370

ADLER1%BRANDEIS.BITNET@WISCVM.WISC.EDU (12/13/87)

A friend of mine is porting a large C program to an IBM 370. I have already
reported the space problems he encountered. He says that the way to deal
with such problems is to put all the object files in a TXTLIB. However,
when he tried to do so, he received error messages to the effect that
the ESD had an invalid record format. Apparently, the Whitesmiths C
compiler produces object code which can not be put into a TXTLIB.

Can anyone confirm or deny that this is the case ? Does anyone have
any way around this ?