Re: propably automake bug

2024-01-12 Thread Mike Frysinger
i think you might be describing this bug report: https://debbugs.gnu.org/60508 -mike signature.asc Description: PGP signature

Re: propably automake bug

2023-03-10 Thread aotto
Update If I add *EXTRA_ConfigServer_DEPENDENCIES* just with the value of *liblcconfig_static_LIBADD* than it works. It is now clear that *ConfigServer_LDADD* was "forgotten" in the dependency-list. myexe += ConfigServer ConfigServer_CPPFLAGS = $(libmqmsgque_CPPFLAGS) $(liblcconfig_CPPFLAGS) C

propably automake bug

2023-03-10 Thread aotto
Hi, I use *automake* to build my environment. The build is done using the default *AM_* flags and for the special executable *ConfigServer* with a specific set of flags. ERROR: I figure out that on *static* build the executable *ConfigServer* does *not* rebuild even if a *static* dependency li