• Output of make install for expat 2.0.1
  • # make install /bin/sh ./conftools/mkinstalldirs /usr/local/lib /usr/local/in +clude mkdir /usr/local/lib mkdir /usr/local/include /bin/sh ./libtool --mode=install conftools/install-sh -c libex +pat.la /usr/local/lib/libexpat.la conftools/install-sh -c .libs/libexpat.a /usr/local/lib/libexpat.a conftools/install-sh -c .libs/libexpat.lai /usr/local/lib/libexpat.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LIBPATH' environment variable during execution - use the `-Wl,-blibpath:LIBDIR:/usr/vac/lib:/usr/lib:/lib ' linker + flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- for FN in ./lib/expat.h ./lib/expat_external.h ; do conftools/ +install-sh -c -m 644 $FN /usr/local/include ; done /bin/sh ./conftools/mkinstalldirs /usr/local/bin /usr/local/ma +n/man1 mkdir /usr/local/man mkdir /usr/local/man/man1 /bin/sh ./libtool --mode=install conftools/install-sh -c xmlwf +/xmlwf /usr/local/bin/xmlwf conftools/install-sh -c xmlwf/.libs/xmlwf /usr/local/bin/xmlwf conftools/install-sh -c -m 644 ./doc/xmlwf.1 /usr/local/man/ma +n1
  • Output of Perl Makefile
  • # perl Makefile.PL EXPATLIBPATH=/usr/local/lib EXPATINCPATH=/usr/local +/include Warning: prerequisite LWP 0 not found. Writing Makefile for XML::Parser::Expat Writing Makefile for XML::Parser

    In reply to Re^4: make fails during XML::Parser installation by Anonymous Monk
    in thread make fails during XML::Parser installation by mk8570

    Title:
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.