|
From: Tim T. <ti...@gm...> - 2009-06-20 20:05:00
|
Hi All, Thanks in advance. Yesterday I downloaded and compiled the CVS version of GNUPLOT. I had to apt-get Lua, and follow the instructions here http://ubuntuforums.org/showthread.php?t=1127979 to get the configure script to pick it up. Compilation seems to go fine, but when I try to set the terminal: gnuplot> set term lua Terminal type set to 'lua' No Lua driver name or file name given! I checked the config.log, and there's a bunch of nonsense about not finding lua.h. I'm not sure why, since pkg-config --cflags "lua" -I/usr/include/lua5.1 Anyhow, the -I flag shows up fine in CPPFLAGS in the Makefile, but I don't know if it's being picked up or not by GCC. Could anyone point me in the right direction? Thanks, Tim. |