|
From: Ethan M. <merritt@u.washington.edu> - 2010-02-09 21:34:42
|
On Tuesday 09 February 2010 13:17:58 gerion wrote: > > Hello, > > I tried to install the TkiZ terminal in v4.4.0-rc1 on Ubuntu 9.10, lua 5.1. Known problem. We have added instructions in the INSTALL file for 4.4.0 to cover this case. The problem is that Ubuntu does not install a lua package configuration file with a generic name. 204 Ubuntu: 205 ./configure fails to find lua support because Ubuntu packages it as 206 "lua5.1" rather than "lua". You can fix this by adding a symlink 207 prior to running ./configure 208 ln -s /usr/lib/pkgconfig/lua5.1.pc /usr/lib/pkgconfig/lua.pc 209 210 Ethan > The configure command reads like this: > > LUA_CFLAGS="-I /usr/include/lua5.1/lua.h" LUA_LIBS="-L /usr/lib/liblua5.1.a" > ./configure --with-lua=yes > > The command gives the following output: > > ... > checking for LUA... yes > checking for library containing luaL_openlibs... no > ... > === configuring in lisp (/home/christian/Desktop/gnuplot-4.4.0-rc1/lisp) > configure: running /bin/bash ./configure --disable-option-checking > '--prefix=/usr/local' '--with-lua=yes' 'LUA_CFLAGS=-I > /usr/include/lua5.1/lua.h' 'LUA_LIBS=-L /usr/lib/liblua5.1.a' > --cache-file=/dev/null --srcdir=. > .. > ** Configuration summary for gnuplot 4.4.0-rc1: > > gnuplot will be compiled with the following terminals: > ... > lua/TikZ terminal: no > ... > > Any ideas how to make this work? cheers > -- > View this message in context: http://old.nabble.com/install-TkiZ-terminal-gnuplot-4.4.0-rc1-tp27479233p27479233.html > Sent from the Gnuplot - Dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle 98195-7742 |