ORBit unexpected malloc dependency
- From: "Brandon S. Allbery" <allbery ece cmu edu>
- To: gnome-list gnome org
- Subject: ORBit unexpected malloc dependency
- Date: Fri, 08 Jan 1999 10:22:48 -0500
In ORBit/src/IIOP/connections.c I find:
static struct mallinfo mi1, mi2;
#define AM() mi1 = mallinfo();
#define PM(x) mi2 = mallinfo(); printf(x ": used %d, now %d\n", \
mi2.uordblks - mi1.uordblks, mi2.uordblks);
But ORBit's configure does not check to see that -lmalloc is needed to get
mallinfo().
--
brandon s. allbery [os/2][linux][solaris][japh] allbery@kf8nh.apk.net
system administrator [WAY too many hats] allbery@ece.cmu.edu
electrical and computer engineering KF8NH
carnegie mellon university ["God, root, what is difference?" -Pitr]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]