bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gettext] libtextstyle.so: undefined reference to `__builtin_clzll'


From: Jeffrey Walton
Subject: [bug-gettext] libtextstyle.so: undefined reference to `__builtin_clzll'
Date: Wed, 17 Jul 2019 11:40:30 -0400

Hi Everyone,

I'm working on an ancient system with GCC 3.3. GetText is compiling
OK, but it is failing link.

(iConv and GetText are not my goals here. They are dependent libraries
I need to build on the way to my goal of updating Git and Wget).

$ cat ~/get-text.txt
libtool: link: gcc -std=gnu99 -g2 -O2 -fPIC -pthread -Wl,-R
-Wl,\$ORIGIN/../lib -Wl,-R -Wl,/usr/local/lib -Wl,--enable-new-dtags
-o .libs/hello hello.o  -L/usr/local/lib ../lib/.libs/libtextstyle.so
/usr/local/lib/libiconv.so -lm -ldl -lpthread -pthread -Wl,-rpath
-Wl,/usr/local/lib
../lib/.libs/libtextstyle.so: undefined reference to `__builtin_clzll'
collect2: ld returned 1 exit status
make[4]: *** [hello] Error 1
make[4]: Leaving directory `/home/test/gettext-0.20.1/libtextstyle/adhoc-tests'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/test/gettext-0.20.1/libtextstyle'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/test/gettext-0.20.1/libtextstyle'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/test/gettext-0.20.1'
make: *** [all] Error 2
Failed to build GetText



reply via email to

[Prev in Thread] Current Thread [Next in Thread]