Re: ORBit unexpected malloc dependency



On Fri, 08 Jan 1999 10:22:48 -0500, Brandon S. Allbery
<allbery@ece.cmu.edu> wrote:

>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().

Please always get the latest from CVS before making bug reports...
-- Elliot
"In film you will find four basic story lines. Man versus man, man
 versus nature, nature versus nature, and dog versus vampire."
    - Steven Spielberg



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]