AndreRH / hangover

Hangover runs simple Win32 applications on arm64 Linux
GNU Lesser General Public License v2.1
1.24k stars 91 forks source link

Strange error while compiling #103

Closed HoSnoopy closed 3 years ago

HoSnoopy commented 3 years ago

System Details

Raspberry Pi4 / 8GB RAM running with Debian 10.7 / ARM64

Problems Description

First I had this "clang not found error", then I followed this: https://github.com/AndreRH/hangover/issues/85

After about 1 hour compiling this came: cd src && make install prefix='/usr/src/hangover/build/x86_64-w64-mingw32' exec_prefix='/usr/src/hangover/build/x86_64-w64-mingw32' libdir='/usr/src/hangover/build/x86_64-w64-mingw32/lib' make[2]: Verzeichnis „/usr/src/hangover/build/libiconv64/src“ wird betreten /bin/bash ../libtool --mode=link clang -L/usr/local/lib -I/usr/local/include iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la iconv.res -o iconv_no_i18n libtool: link: clang -I/usr/local/include iconv_no_i18n.o iconv.res -o iconv_no_i18n -L/usr/local/lib ../srclib/libicrt.a ../lib/.libs/libiconv.a iconv.res: file not recognized: file format not recognized clang: error: linker command failed with exit code 1 (use -v to see invocation)

The process of compiling stopped here.

AndreRH commented 3 years ago

Duplicate of #99