| Newsgroups |
gmane.mail.ifile.general |
| Message-ID |
<[email protected]> |
[email protected] writes:
> - the argp .o files don't get that flag
Ah, argp has its own configure which doesn't (yet) know about
--with-dmalloc.
> - the -ldmalloc doesn't get used in the final link stage,
Hm, it seems to be there, albeit buried in the middle:
gcc -g -O2 -Wall -Wimplicit ifile.o -o ifile -ldmalloc -L. -lifile -L./argp -largp -lm
^^^^^^^^^
Incidentally, there should be another space between [ and --with-dmalloc
in
[ --with-dmalloc build with the dmalloc library])
in configure.in so that the --help output lines up properly.
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [email protected] (NOT a valid e-mail address) for more info.