DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21718>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21718 exports.c errors with undeclared functions ------- Additional Comments From [EMAIL PROTECTED] 2004-02-12 21:40 ------- The set of functions which are undeclared is curious: it's almost all functions which are new in 2.0.48 since 2.0.47. Do you have an older 2.0.47 install in one of: -I/usr/local/include -I/cis/include for which the headers are being picked up? (there's Another Bug on header ordering which causes this) Otherwise the next step is to get preprocessed output: run make CFLAGS=-E exports.lo which should generate an exports.o which is the cpp output: attach that. It'll show if the wrong headers are being picked up too. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
