Results 1 to 2 of 2

Thread: can I put sudo ./configure-args prefix together ?

  1. #1
    Join Date
    Jun 2008
    Location
    Michigan
    Beans
    19
    Distro
    Kubuntu 8.04 Hardy Heron

    can I put sudo ./configure-args prefix together ?

    I am trying this


    greenlinux4r@greenlinux4r-desktop:/usr/lib/R/Rmpi$ sudo ./configure-args=--with-mpi=/usr/lib/R/bin/lam714 --prefix=/usr/lib/R/site-library/Rmpi

    but it won't work and I got a message saying

    sudo: please use single character options
    usage: sudo -h | -K | -k | -L | -l | -V | -v
    usage: sudo [-bEHPS] [-p prompt] [-u username|#uid] [VAR=value]
    {-i | -s | <command>}
    usage: sudo -e [-S] [-p prompt] [-u username|#uid] file ...

    Am I missing something or putting much stuff together?

  2. #2
    Join Date
    Jun 2008
    Location
    Michigan
    Beans
    19
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: can I put sudo ./configure-args prefix together ?

    I figured it out like below.

    greenlinux4r@greenlinux4r-desktop:/usr/lib/R/site-library$ sudo R CMD INSTALL --configure-args=--with-mpi=/usr/lib/R/bin/lam714 -l /usr/lib/R/site-library Rmpi_0.5-4.tar.gz

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •