bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ar problem compiling 1474 for libapl


From: Dr . Jürgen Sauermann
Subject: Re: ar problem compiling 1474 for libapl
Date: Fri, 18 Jun 2021 18:29:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi,

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, enztec@gmx.com wrote:
Hello

when 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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]