Help for this page

Select Code to Download


  1. or download this
    # .bash_profile
    
    ...
    unset USERNAME           
    export PERL5LIB=/home/monkfan/lib/perl5/site_perl/5.8.5/i686-linux:/ho
    +me/monkfan/lib/perl5/site_perl/5.8.5
    
  2. or download this
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    
  3. or download this
    ~/.cpan/build/Tree-Suffix-0.12$ perl Makefile.pl CFLAGS="$CFLAGS -I$HO
    +ME/MyBioTool/libstree-0.4.2/include" LDFLAGS="$LDFLAGS -L$HOME/MyBioT
    +ool/libstree-0.4.2/lib"
    
  4. or download this
     export LD_LIBRARY_PATH=/home/monkfan/MyBioTool/libstree-0.4.2/lib:${L
    +D_LIBRARY_PATH}
        export CFLAGS="-I $HOME/MyBioTool/libstree-0.4.2/include";
        export LDFLAGS="-L $HOME/MyBioTool/libstree-0.4.2/lib";
    
  5. or download this
        export LIBRARY_PATH=$HOME/MyBioTool/libstree-0.4.2/lib
    
  6. or download this
    __BEGIN__
    use strict;
    ...
    
    
    __END__
    
  7. or download this
    $ perl Makefile.PL PREFIX=~/lib/   LIB=~/lib/
      OR
    $ perl Makefile.PL PREFIX=~/lib/perl5/site_perl/5.8.5 LIB=~/lib/perl5/
    +site_perl/5.8.5