From: Mike Haertel (haertel@euclid.uucp)
Date: 06/22/92


From: haertel@euclid.uucp (Mike Haertel)
Subject: Re: malloc.h barfs
Date: 22 Jun 1992 14:18:01 GMT

In article <1992Jun22.030507.2121@mcs.gvsu.edu> wissner@turing.mcs.gvsu.edu (Jim Wissner) writes:
>Has anyone had any problems using malloc.h? I posted a couple of
>days ago about not being able to compile the olgx stuff, and I've
>since found that it wasn't a problem with olgx (or at least not
>solely) - I tried a test program with malloc and it puked the same
>way that olgx did. I just get a screen full of "parse error"s,
>along with a couple of "conflicting type" errors.
> [...]

The GNU project has released a newer version of malloc that gets
rid of all the EXFUN nonsense in malloc.h. Whoever is maintaining
the Linux C library ought to be aware of this. The new version
of malloc can be obtained from alpha.gnu.ai.mit.edu:/gnu/malloc.tar.Z.
It should make your problems go away if you can figure out how to
install it properly.