You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make V=1 ||echo"Libtool is a miserable pile of shit, linking libcharset.so manually"
68
+
69
+
env PATH=`pwd`:$PATH \
70
+
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
71
+
sh -c '$LD $CFLAGS $LDFLAGS -shared libcharset/lib/.libs/*.o -o libcharset/lib/.libs/libcharset.so'||exit 1
72
+
73
+
env PATH=`pwd`:$PATH \
74
+
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
75
+
make V=1 ||echo"Libtool works worse than cat /dev/urandom | head 10000 > library.so, because this will at least generate a target file, linking libiconv.so manually"
76
+
77
+
env PATH=`pwd`:$PATH \
78
+
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
79
+
sh -c '$LD $CFLAGS $LDFLAGS -shared lib/.libs/*.o -o lib/.libs/libiconv.so'||exit 1
80
+
81
+
env PATH=`pwd`:$PATH \
82
+
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
83
+
make V=1 ||echo"Did you know that libtool contributes to global warming by overheating your CPU?"
0 commit comments