[EMAIL PROTECTED] wrote: > > 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=4133>. > 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=4133 > > --prefix not used properly in configure > > ------- Additional Comments From [EMAIL PROTECTED] 2001-10-12 17:01 ------- > According to the discussion on the mailing list, this problem happens when no > prefix is specified, but not when a prefix is specified, so the title of this > bug is misleading. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
I'm finding that the bug fix does not fix the problem. Maybe this is specific to a bash shell, I don't know. I'm finding that even if I manually specify prefix (I'm using runConfigure), the "prefix" is still left out. Adding echo statements to the generated Makefiles, it seems that the code to take "prefix" and prepend it to "/include/xercesc" (whether using defaults or not) never expands prefix. "prefix" expands to "NONE" without the bugfix, and to empty with it. For those who have applied this fix, and it seems to now install to /usr/local/include/xercesc/ for headers, are you using runConfigure or manually using some other steps? My command line is: ./runConfigure -plinux -cgcc -xg++ -rpthread Alternately, I also append -P/usr/local. My source is from xerces-c-src1_5_1.tar.gz. D. Stimits, [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
