From mboxrd@z Thu Jan 1 00:00:00 1970 From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers) Date: Fri, 18 Sep 2020 11:16:51 -0400 (EDT) Subject: [lttng-dev] Lttng-UST requires shared libraries In-Reply-To: References: Message-ID: <1381831273.34861.1600442211965.JavaMail.zimbra@efficios.com> ----- On Sep 16, 2020, at 3:57 AM, lttng-dev wrote: > Hello All, > I'm trying to configure Lttng-UST and disabling shared libraries using the > option --enable-shared=no. > I always get an Error that Lttng-UST requires shared libraries enabled. > Why is this option available if I can't use it ? Is there something I'm missing This option is only there because it's part of the autotools boilerplate. It has been disabled by the lttng-ust project on purpose. See README.md: "LTTng-UST needs to be a shared library, _even if_ the tracepoint probe provider is statically linked into the application." Static linking of liblttng-ust has never been a supported use-case, and would require a significant design/implementation effort. Thanks, Mathieu > Regards, > Abdelrahman. > _______________________________________________ > lttng-dev mailing list > lttng-dev at lists.lttng.org > https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com -------------- next part -------------- An HTML attachment was scrubbed... URL: