Help - Compiling ecu3

Andrew A. Chernov ache at hq.demos.su
Mon Jan 28 06:40:20 AEST 1991


Hi, hackers.
I win it!  Some functions from standard C library needs cfree. This
							^^^^^
function lives in the same module with calloc.  This cause an error
with calloc in -lmalloc.  I wrote dumb module named cfree.c:

void cfree(s)
char *s;
{
	free(s);
}

and add cfree.o to the module list in Make.ecu.
Everything appears OK!
-- 
In-Real-Life: Andrew A. Chernov  |  Domain: ache at hq.demos.su,
Zodiac-Sign:  Virgo              |          ache%hq.demos.su at relay.eu.net
Organization: DEMOS Coop.,       |  Phone:  +7 095 2312129
              Moscow, Russia     |  Fax:    +7 095 2335016



More information about the Comp.unix.xenix.sco mailing list