Re: One more thing
Jason Rennie <[email protected]>
| Newsgroups | gmane.mail.ifile.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] said: > The distribution doesn't ship with the configure.in file. But if you > wanted to make a configuration option --with-dmalloc for using the > dmalloc debugging library (hint, hint), you'd add -ldmalloc to the > end of the list of libraries to link, and -DDMALLOC to the CFLAGS. So, I added configure.in to DIST_FILES in Makefile.in (so that it will be distributed with the next release). Correct me if I'm wrong, but it seems that we'd want to only link in dmalloc if the --with-dmalloc option is given (otherwise we'd be making the ifile binary unnecessarily large). I'm not exactly sure how we'd do this. Would you like to take a shot? Configure.in is attached. Jason D. M. Rennie MIT AI Lab [email protected] (617) 253-5339 http://www.ai.mit.edu/~jrennie/