Re: Problem with build

2022-08-02 Thread Nick Bowler
Hi, On 2022-08-01, aotto wrote: > but in ONE library I dont want to have a static library build because it > is only used as dlopen (by tcl)… [...] > pkglib_LTLIBRARIES = libtclmkkernel.la [...] > question what I have to-do to avoid a "static" library "libtclmkkernel.a" Since this seems to be a

Problem with build

2022-08-01 Thread aotto
Hi, my build uses "LT_INIT([dlopen disable-static])" and compile a lot of libraries by default only shared. if I "configure" with "--enable-static" the automake/libtool create the static libraries to → everything ok. but in ONE library I dont want to have a static library build because it