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

Re: [leafnode-list] Cannot compile with -DWITH_DMALLOC



Joerg Dietrich wrote:
> 
> I tried to compile ma10pre2 with -DWITH_DMALLOC and get the
> following:
> 
> b_sortnl.o: In function `main':
> /home/joerg/src/leafnode-2.0b8_ma10pre2/b_sortnl.c:31: undefined
> reference to `_malloc_leap'
> /home/joerg/src/leafnode-2.0b8_ma10pre2/b_sortnl.c:49: undefined
> reference to `_malloc_leap'

If you didn't do
        CFLAGS=-DWITH_DMALLOC=1 ./configure && make
instead of
        ./configure --with-dmalloc && make
then I cannot reproduce the problem.  What system, where can dmalloc.h
and libdmalloc*.a be found?  Does the make output show -ldmalloc in the
failing compile statement?

HTH & HAND
Ralf

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list