You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/03 11:13:16 UTC

DO NOT REPLY [Bug 13238] New: - make install, documentation

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=13238>.
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=13238

make install, documentation

           Summary: make install, documentation
           Product: XalanC
           Version: 1.4.x
          Platform: PC
               URL: http://xml.apache.org/xalan-c/readme.html#unix
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: chris@hubick.com


There should be a "make install" to copy executables and libraries to their
proper places.

And using this should be mentioned in the build instruction steps at the URL for
the bug.

The document at:
http://xml.apache.org/xalan-c/getstarted.html#unixpath
should also mention where to copy the executables/libs FROM.

After I finished compiling according to the steps, it took me 10 minutes to find
where things were built to.  And with no make install, I was reading through
"install-sh" in the src dir, etc.

Newbie docs:  Does XALANCROOT always need to be set inorder to /use/ the
library?  Can I delete the distribution dir after I have installed things?

A note directing RedHat users to add /usr/local/lib to /etc/ld.so.conf might
also be helpful.