You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "D. Stimits" <st...@idcomm.com> on 2001/10/14 19:29:49 UTC

Re: DO NOT REPLY [Bug 4133] - --prefix not used properly in configure

bugzilla@apache.org 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 murrayc@usa.net  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: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org

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, stimits@idcomm.com

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org