Skip to content

Instantly share code, notes, and snippets.

@ZachBacon
Created November 12, 2018 23:22
Show Gist options
  • Save ZachBacon/b73228264b34f4d93c7dc6bb19c4d15d to your computer and use it in GitHub Desktop.
Save ZachBacon/b73228264b34f4d93c7dc6bb19c4d15d to your computer and use it in GitHub Desktop.
/usr/bin/install -c ./config/icu-config-top config/icu-config
chmod u+w config/icu-config
make[1]: Entering directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/config'
rm -rf pkgdata.inc
LC_ALL=C /home/zachbacon/vbam-build-mingw32/root/bin/sed -f ./config/make2sh.sed < ./config/Makefile.inc | grep -v '#M#' | uniq >> config/icu-config
LC_ALL=C /home/zachbacon/vbam-build-mingw32/root/bin/sed -f ./config/make2sh.sed < ./config/mh-mingw | grep -v '#M#' | uniq >> config/icu-config
config/icu-i18n.pc updated.
config/icu-uc.pc updated.
cat ./config/icu-config-bottom >> config/icu-config
chmod u-w config/icu-config
make[0]: Making `all' in `stubdata'
make[1]: Entering directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/stubdata'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/stubdata'
make[0]: Making `all' in `common'
config/icu-io.pc updated.
make[1]: Entering directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/common'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/common'
make[0]: Making `all' in `i18n'
make[1]: Leaving directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/config'
make[1]: Entering directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/i18n'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/i18n'
make[0]: Making `all' in `io'
make[1]: Entering directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/io'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/io'
make[0]: Making `all' in `tools'
make[1]: Entering directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/tools'
make[1]: Making `all' in `toolutil'
make[2]: Entering directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/tools/toolutil'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/tools/toolutil'
make[1]: Making `all' in `ctestfw'
make[2]: Entering directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/tools/ctestfw'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/tools/ctestfw'
make[1]: Making `all' in `makeconv'
make[2]: Entering directory '/home/zachbacon/vbam-build-mingw32/dists/libicu-target/source/tools/makeconv'
ccache i686-w64-mingw32-g++ -L/usr/i686-w64-mingw32/usr/lib -static-libgcc -static-libstdc++ -static -lpthread -DMINGW_HAS_SECURE_API -lm -fPIC -I/home/zachbacon/vbam-build-mingw32/root/include -L/home/zachbacon/vbam-build-mingw32/root/lib -std=gnu++11 -fpermissive -pthread -lm -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -mthreads -L/usr/i686-w64-mingw32/usr/lib -static-libgcc -static-libstdc++ -static -lpthread -DMINGW_HAS_SECURE_API -lm -fPIC -L/home/zachbacon/vbam-build-mingw32/root/lib -pthread -lm -ldl -lcatgets -lkernel32 -o ../../bin/makeconv.exe makeconv.o ucnvstat.o genmbcs.o gencnvex.o -L../../lib -licutu -L../../lib -licuin -L../../lib -licuuc -L../../stubdata -licudt -lpthread -lm -lpthread -lm
/home/linuxbrew/.linuxbrew/Cellar/mingw-w64/5.0.4_1/toolchain-i686/bin/i686-w64-mingw32-ld: ../../lib/libicuin.a(winnmfmt.ao):winnmfmt.cpp:(.text+0x581): undefined reference to `_imp__ResolveLocaleName@12'
collect2: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment