Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #474
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!goblin1!aspen.stu.neva.ru!goblin.stu.neva.ru!not-for-mail |
|---|---|
| From | Hongyi Zhao <hszhao.cn@gmail.com> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: cvs version failed to compile. |
| Date | Sun, 24 Jul 2011 14:14:43 +0000 (UTC) |
| Organization | NPO RUSnet InterNetNews site |
| Lines | 45 |
| Sender | zhaohscas@rusnet.ru |
| Message-ID | <j0h9ch$bab$1@aspen.stu.neva.ru> (permalink) |
| References | <j0bijv$ro2$1@aspen.stu.neva.ru> <d312714f-65ab-4e4b-8f53-de27fa890a64@l28g2000yqc.googlegroups.com> <j0e58q$ruc$1@aspen.stu.neva.ru> <ebd8cd95-107e-4630-83ba-4a838c041cfa@q5g2000yqj.googlegroups.com> |
| NNTP-Posting-Host | 222.75.25.3 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | aspen.stu.neva.ru 1311516883 11595 222.75.25.3 (24 Jul 2011 14:14:43 GMT) |
| X-Complaints-To | abuse@rusnet.ru |
| NNTP-Posting-Date | Sun, 24 Jul 2011 14:14:43 +0000 (UTC) |
| User-Agent | Pan/0.134 (Wait for Me; GIT 9383aac --track) |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:474 |
Show key headers only | View raw
On Sun, 24 Jul 2011 03:36:45 -0700, Péter Juhász wrote: > These error messages may mean that your system is not set up properly to > build gnuplot - or any other application - properly. > Are you sure all the necessary packages (development headers, compilers > etc.) are installed on the system? > > The referred file crt1.o should be installed by the libc-dev package, > but installing the build-essential package should install everything you > need for compiling simple applications. > > To compile a fully featured gnuplot, other libraries and their > development packages must be installed as well. > > Péter Juhász Thanks a lot, finally, I got it successfully compiled by perform the following commands: The emacs must be installed for the manual's generation of gnuplot. werner@debian:~$ sudo apt-get install libc-dev emacs Also, I put all of the commands used by me to compile it successfully here just for some others information, thank again: ------------- werner@debian:~$ export CVSROOT=:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot werner@debian:~$ cvs login werner@debian:~$ cvs -z3 checkout gnuplot werner@debian:~$ cd gnuplot/ werner@debian:~/gnuplot$ ./prepare werner@debian:~/gnuplot$ ./configure --prefix=/usr --with-readline=gnu -- without-lua or if you want to use lua, with the following: werner@debian:~/gnuplot$ ./configure --prefix=/usr --with-readline=gnu LUA_LIBS=-llua5.1 LUA_CFLAGS=-I/usr/include/lua5.1 CPPFLAGS=-I/usr/ include/lua5.1 werner@debian:~/gnuplot$ sudo make install ------------- Regards -- .: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
cvs version failed to compile. Hongyi Zhao <hszhao.cn@gmail.com> - 2011-07-22 10:15 +0000
Re: cvs version failed to compile. Péter Juhász <peter.juhasz83@gmail.com> - 2011-07-22 07:14 -0700
Re: cvs version failed to compile. Hongyi Zhao <hszhao.cn@gmail.com> - 2011-07-23 09:46 +0000
Re: cvs version failed to compile. Péter Juhász <peter.juhasz83@gmail.com> - 2011-07-24 03:36 -0700
Re: cvs version failed to compile. Hongyi Zhao <hszhao.cn@gmail.com> - 2011-07-24 13:37 +0000
Re: cvs version failed to compile. Hongyi Zhao <hszhao.cn@gmail.com> - 2011-07-24 14:14 +0000
Re: cvs version failed to compile. sfeam <sfeam@users.sourceforge.net> - 2011-07-24 17:38 -0700
Re: cvs version failed to compile. Hongyi Zhao <hszhao.cn@gmail.com> - 2011-07-25 02:17 +0000
Re: cvs version failed to compile. Ingo Thies <ingo.thies@gmx.de> - 2011-07-26 10:51 +0200
csiph-web