BTW: theHi,This might actually be a libtool issue, trying to locate the file in an invalid location. Do you have libtool in your toolchain? In order to use the one in your toolchain, you will need the complete set of autotools and rerun autogen.sh to regenerate all build files.AX_PREFIX_CONFIG_H macro is also part of autoconf-archive (https://www.gnu.org/software/
autoconf-archive/ax_prefix_ ), but probably a later version than what you have.config_h.html But you can always add these macros by downloading them explicitly and adding them to the m4 subdirectory.
--
BazsiOn Wed, Oct 4, 2017 at 4:35 PM, Benoit Duffez <notifications@github.com> wrote:I have not solved it. It accepts to compile but the linker seems to fail:
CCLD lib/libsyslog-ng.la libtool: link: warning: library `/opt/toolchains/sysroots/cort
exa9hf-neon-poky-linux-gnueabi /usr/lib/libgmodule-2.0.la' was moved. libtool: link: warning: library `/opt/toolchains/sysroots/cort exa9hf-neon-poky-linux-gnueabi /usr/lib/libgthread-2.0.la' was moved. libtool: link: warning: library `/opt/toolchains/sysroots/cort exa9hf-neon-poky-linux-gnueabi /usr/lib/libglib-2.0.la' was moved. libtool: link: warning: library `/opt/toolchains/sysroots/cort exa9hf-neon-poky-linux-gnueabi /usr/lib/libpcre.la' was moved. libtool: link: warning: library `/opt/toolchains/sysroots/cort exa9hf-neon-poky-linux-gnueabi /usr/lib/libuuid.la' was moved. sed: can't read /usr/lib/libglib-2.0.la: No such file or directory libtool: link: `=/usr/lib/libglib-2.0.la' is not a valid libtool archive Makefile:7092: recipe for target 'lib/libsyslog-ng.la' failed make[2]: *** [lib/libsyslog-ng.la] Error 1 Makefile:16376: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 Makefile:6285: recipe for target 'all' failed make: *** [all] Error 2 I think it's a PATH issue because I do have this libglib-2.0.la file, just not at
/usr/bin
(but in a subfolder of/opt/toolchains
)—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.