the fact that config.log reports some libraries as missing should not matter,
It merely means that configure has checked their presence and decided that
they weren't there. The rest of the compilation then adjusts itself to that
situation.
Regarding
ar: libapl_la-Plot_xcb.o: ... please try to build in a clean directory (or run make distclean or similar)so that no dependencies from a prior build are lurking around.
It may also help to copy the file libapl_la-Plot_xcb.o from directory .libs
to the directory where the other .o files are created (which one depends,
it is src by default but some other directory can also be specified).
Best Regards,
Jürgen
On 6/17/21 8:21 PM, enz...@gmx.com
wrote:
Hellowhen i compile libapl for 1474 with configure --with-libapl --without-gtk3 the configure succeeds but the make errors and quits with ar: libapl_la-Plot_xcb.o: No such file or directory it exists in src/.libs/libapl_la-Plot_xcb.o when i compile libapl with configure --with-libapl --without-gtk3 --disble-static the make suceeds (no libapl.a made and haven't tested the libapl.so made) the config.log says it can't find libtinfo libsocket libfftw3 libatomicity are these really needed?