On Mon, 20 Jan 2014, Talha Yalta wrote:
I recently updated my system to Mint-KDE 16, and when I want to
compile gretl I get "Please install libcurl ..."
However, I already have libcurl since running, "sudo apt-get install
libcurl3" says I have the recent version. I thought maybe I need the
dev package but could not see anything like libcurl3-dev.
Debian has a libcurl-dev virtual package, so I guess Mint ought to have
something similar.
Also, saying "--without-gnome" during configure gives
"unrecognized
options: --without-gnome" Since this is changed now, are there other
new things to be careful about? More specifically, what would be a
good configure command for 64 bit Linux Mint KDE? (For a long time I
have been using "./configure --prefix=/opt/gretl --without-gnome")
--without-gnome has gone now since we don't offer any gnome-specific
support; we supply xdg support instead (generic modern Linux desktop
stuff).
Nothing else should be tricky. But you probably want to add
--enable-openmp to the configure flags if you have a multi-core machine.
Allin