fplll / g6k

The General Sieve Kernel
GNU General Public License v2.0
99 stars 30 forks source link

FPLLL configure fails #124

Closed lducas closed 5 months ago

lducas commented 5 months ago

While running bootstrap.sh, I encounter the following error during fplll configure.

Full dump:

./configure: line 18596: syntax error near unexpected token `LIBQD,'
./configure: line 18596: `  PKG_CHECK_MODULES(LIBQD, qd, have_libqd="yes",'
make: *** No rule to make target 'clean'.  Stop.
Make clean failed in fplll. This is usually because there was an error with either autogen.sh or configure.
Check the logs above - they'll contain more information.

I get the same error running ./configure manually in the subfolder g6k-env. I do not get the error if I run the same in a fresh independent fplll folder manually cloned from fplll repository.

cr-marcstevens commented 5 months ago

It seems a pkg-config issue. Is it installed on system?

lducas commented 5 months ago

I was missing libtool indeed.