Hi,
I'm just trying to use CDP on Linux.
But when I build libaaio, I got a configuration error below.
I tried on both Manjaro and Debian13.
Here are the versions on my Manjaro
aclocal: 1.18.1
automake: 1.18.1
gcc: 15.1.1
On Debian13
aclocal: 1.17
automake: 1.17
gcc: 14.2.0
Do you have a plan to update source code for Linux?
./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
I downloaded libaaio from slackbuilds and built it. make got further along but now I'm stuck @
[ 99%] Linking C executable ../../../../NewRelease/listaudevs
/usr/bin/ld: cannot find -ljack: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [dev/externals/paprogs/listaudevs/CMakeFiles/listaudevs.dir/build.make:98: NewRelease/listaudevs] Error 1
make[1]: *** [CMakeFiles/Makefile2:7645: dev/externals/paprogs/listaudevs/CMakeFiles/listaudevs.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
PS I'm on mint