compile error please help more help
Thomas Weber
thomas.weber.mail at gmail.com
Mon Dec 15 01:43:14 CST 2008
Am Sonntag, den 14.12.2008, 19:40 -0500 schrieb Doug Stewart:
> Doug Stewart wrote:
> > Thomas Weber wrote:
> >> Ouch. PCRE surely comes with your distribution.
> >>
> >> What's the output of
> >> apt-get build-dep octave3.0
> >> ?
> >>
> >> Thomas
> >>
> >>
> >>
> > wow this showed up about 23 files missing.
> >
> > I will now try again
> >
> >
> this time it was great!!!! 1 hr. to do make and make check
> thanks to Thomas!!! That really helped.
> octave:1> plot([1 2],[3 4])
> Expected X11 driver: /usr/lib/gnuplot/gnuplot_x11
> Exec failed: No such file or directory
> See 'help x11' for more details
> Expected X11 driver: /usr/lib/gnuplot/gnuplot_x11
> Exec failed: No such file or directory
> See 'help x11' for more details
Octave's build dependencies in Debian/Ubuntu only pull in a non-x11
version of gnuplot (ie, you can print into files). Your error message
looks like you haven't installed the gnuplot-x11 package.
Thomas
More information about the Help-octave
mailing list