[lttng-dev] [RELEASE] Babeltrace 2.0.0-pre3
Nathan Lynch
nathan_lynch at mentor.com
Mon Jul 10 19:06:06 UTC 2017
(This is with master hence the -pre1 reported, but the code is the same.)
I get failures when building with BUILT_IN_PLUGINS as suggested here:
https://lists.lttng.org/pipermail/lttng-dev/2017-June/027243.html
Is BUILT_IN_PLUGINS intended to accomplish something that libtool cannot?
$ ./configure --quiet --disable-shared BUILT_IN_PLUGINS=1
Babeltrace 2.0.0-pre1
System
Target architecture: x86_64
Python 3 language support
Python bindings: no
Python plugin support: no
Plugins
'ctf' plugin: yes
'lttng-utils' plugin: yes
'text' plugin: yes
'utils' plugin: yes
Built-in features
Built-in plugins: yes
Built-in Python plugin support: no
Documentation
HTML API documentation: no
Python bindings documentation: no
Logging
Minimal log level: VERBOSE
Testing
Python bindings tests: no
Install directories
Binaries: /usr/local/bin
Libraries: /usr/local/lib
Plugins: /usr/local/lib/babeltrace/plugins
Configuration: /usr/local/etc
$ make
....
Making all in cli
CCLD babeltrace.bin
/usr/bin/ld: cannot find /home/nathanl/src/babeltrace/plugins/ctf/.libs/libbabeltrace-plugin-ctf.a: No such file or directory
/usr/bin/ld: cannot find /home/nathanl/src/babeltrace/plugins/text/.libs/libbabeltrace-plugin-text.a: No such file or directory
/usr/bin/ld: cannot find /home/nathanl/src/babeltrace/plugins/utils/.libs/libbabeltrace-plugin-utils.a: No such file or directory
/usr/bin/ld: cannot find /home/nathanl/src/babeltrace/plugins/lttng-utils/.libs/libbabeltrace-plugin-lttng-utils.a: No such file or directory
collect2: error: ld returned 1 exit status
More information about the lttng-dev
mailing list