packjpg / packJPG

A compression program for further compressing JPEG image files
http://packjpg.encode.ru/
GNU Lesser General Public License v3.0
165 stars 26 forks source link

How to compile with GCC #28

Open necros2k7 opened 3 years ago

necros2k7 commented 3 years ago

g++ -o packJPG aricoder.o bitops.o packjpg.o icons.res -s -static -static-libgcc -static-libstdc++ -lstdc++fs -lpthread -L libwinpthread-1.dll c:/mingw/11/bin/../lib/gcc/x86_64-w64-mingw32/11/../../../../x86_64-w64-mingw32/bin/ld.exe: i386 architecture of input file `icons.res' is incompatible with i386:x86-64 output collect2.exe: error: ld returned 1 exit status make: *** [Makefile:34: packJPG] Error 1