HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/tab-separated-values; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 07:42:49 GMT Content-length: 1329 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id summary reporter owner description type status priority milestone component version severity resolution keywords cc lang patch platform 213 wrong link order, fix win32 make installable rurban rurban "Wrong link order, the object file must come before the libs. This is only critical on win32 linkers. This patch was part of rt#39742 $ gcc -o installable_parrot.exe \ > src/main.o \ > -L/usr/src/perl/parrot/parrot-0.9.0-1/build -lparrot -Wl,--enable-auto-image-base -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lcrypt -lgmp -lreadline -lpcre -lcrypto -lintl -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base -L/usr/local/lib src/install_config.o src/install_config.o:install_config.c:(.text+0x17): undefined reference to `_Parrot_set_config_hash_internal' collect2: ld returned 1 exit status $ gcc -o installable_parrot.exe src/main.o src/install_config.o -L/usr/src/perl/parrot/parrot-0.9.0-1/build -lparrot -Wl,--enable-auto-image-base -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lcrypt -lgmp -lreadline -lpcre -lcrypto -lintl -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base -L/usr/local/lib " bug closed blocker 0.9.1 core trunk fatal fixed applied win32 script" src="/