./libtool: line 2621: func__fatal_error: command not found #169
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Whenever I configure with these arguments
CC=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/bin/musl-gcc --prefix=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs --exec-prefix=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/usr --with-system-libdir=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/lib:/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/usr/lib --with-system-includedir=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/usr/include --host=x86_64 --target=x86_64 CFLAGS="-shared"
and try to make, I get:Can someone fix this?
your libtool is broken, it is not a pkgconf issue
But I just installed libtool today on Ubuntu 17.10.
then you should probably have a word with ubuntu, as we just use the system libtool.
beyond that, your CFLAGS are quite strange which likely indicates other breakage. you may want to look into why you need to explicitly specify
-shared
in your CFLAGS, as you usually shouldn't be doing that.either way, it is not a pkgconf issue.
hope that is helpful.