Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!ADLER1%BRANDEIS.BITNET@WISCVM.WISC.EDU
From: ADLER1%BRANDEIS.BITNET@WISCVM.WISC.EDU
Newsgroups: comp.lang.c
Subject: Large C programs on IBM 370
Message-ID: <10805@brl-adm.ARPA>
Date: 12 Dec 87 16:18:33 GMT
Sender: news@brl-adm.ARPA
Lines: 9

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 ?