Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, all, I have installed 'gnuplot' under /home/UP/gnuplot/ but X11 can not be started, and I got the error: Terminal type set to 'x11' gnuplot> plot sin(x) Expected X11 driver: ...
  1. #1
    Just Joined!
    Join Date
    Sep 2005
    Posts
    25

    gnuplot & x11 DIR problem?

    Hi, all,

    I have installed 'gnuplot' under /home/UP/gnuplot/
    but X11 can not be started,
    and I got the error:
    Terminal type set to 'x11'
    gnuplot> plot sin(x)
    Expected X11 driver: /usr/local/libexec/gnuplot/4.0/gnuplot_x11
    Exec failed: No such file or directory
    See 'help x11' for more details
    In any case I have done:
    (1) ./configure --prefix=/home/UP/gnuplot --libexecdir='/home/UP/gnuplot/libexec'

    (2) make X11_DRIVER_DIR='/home/UP/gnuplot/libexec/gnuplot/4.0'

    (3) make install
    Could you tell me, was's wrong ?
    Thank you very much & greetings

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    you might try installing the package "the debian way"
    Code:
    apt-get install gnuplot
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined!
    Join Date
    Sep 2005
    Posts
    25
    Hi, Vergil83,

    sorry, I have forgot to say,

    gnuplot under Debian is ok,
    now I want to install it in my Mac.,

    Greetings

Posting Permissions

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