On 21 June 2010 11:09, Josep Andreu <holborn(a)telefonica.net> wrote:
Hi
We are pleased to announce the release of rakarrack 0.5.8 Equinox, a summer gift. This
is a major feature release, but we have also fixed many old bugs.
on gentoo amd64 testing,
./configure finds fltk-config,
but then fails to find fltk.
config.log:
...(snip)...
configure:4098: checking for fltk-config
configure:4114: found /usr/bin/fltk-config
configure:4125: result: fltk-config
...(snip)...
configure:5415: checking for main in -lfltk
configure:5434: gcc -o conftest -g -O2 conftest.c -lfltk -lX11
-lXft -lXrender -ldl >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lfltk
collect2: ld returned 1 exit status
configure:5434: $? = 1
configure: failed program was:
...(snip)...
configure:5443: result: no
configure:5452: error: FLTK library not found.
I've remmed out the test in configure.in and autoconfed again
#AC_CHECK_LIB([fltk], [main], [ac_fltk="yes"], [ac_fltk="no"])
#if test "x$ac_fltk" = "xno"; then
#AC_MSG_ERROR([FLTK library not found.])
#fi
to get it to build.
cheers.