Help for this page

Select Code to Download


  1. or download this
    PATH=/usr/ccs/bin:$PATH     # to add the correct "ar"
    
    ...
    gmake check 
    
    gmake install
    
  2. or download this
    # Update LD_LIBRARY_PATH
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/corion/lib
    
  3. or download this
    unless (
      check_lib(     # fill in what you prompted the user for here
    ...
        ($expat_libpath?
        (libpath => "$expat_libpath -lexpat"):()),
      )) {
    
  4. or download this
    perl Makefile.PL EXPATLIBPATH=/home/corion/lib/lib EXPATINCPATH=/home/
    +corion/lib/include -lexpat
    gmake
    gmake test
    gmake install