[Sablevm-bugs] [ sablevm-Bugs-602543 ] #include <malloc.h> is a Linux-ism
Brought to you by:
egagnon
From: <no...@so...> - 2002-09-10 17:39:12
|
Bugs item #602543, was opened at 2002-08-30 13:27 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105523&aid=602543&group_id=5523 Category: Compilation Problem >Group: SablePath Status: Open Resolution: None Priority: 3 Submitted By: Archie Cobbs (archiecobbs) Assigned to: Etienne M. Gagnon (egagnon) Summary: #include <malloc.h> is a Linux-ism Initial Comment: Please wrap instances of #include <malloc.h> within #ifdef HAVE_MALLOC_H . There are two instances in the sablevm-native-library tarball. <malloc.h> is a Linux-specific thing. All the world does not use Linux, sorry :-) ---------------------------------------------------------------------- Comment By: Etienne M. Gagnon (egagnon) Date: 2002-08-31 20:37 Message: Logged In: YES user_id=15365 This should be fixed in upstream GNU Classpath. I will do so. Etienne ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105523&aid=602543&group_id=5523 |