diff --git a/reactos/boot/freeldr/freeldr/setupldr.rbuild b/reactos/boot/freeldr/freeldr/setupldr.rbuild
index fec2e8be1ea..ac8000c8ea0 100644
--- a/reactos/boot/freeldr/freeldr/setupldr.rbuild
+++ b/reactos/boot/freeldr/freeldr/setupldr.rbuild
@@ -17,4 +17,8 @@
cportlib
rtl
libcntpr
+
+ -static
+ -lgcc
+
diff --git a/reactos/boot/freeldr/freeldr/setupldr_main.rbuild b/reactos/boot/freeldr/freeldr/setupldr_main.rbuild
index ec99ca9c962..0da5d2d3820 100644
--- a/reactos/boot/freeldr/freeldr/setupldr_main.rbuild
+++ b/reactos/boot/freeldr/freeldr/setupldr_main.rbuild
@@ -5,13 +5,6 @@
include
-
- -ffreestanding
- -fno-builtin
- -fno-inline
- -fno-zero-initialized-in-bss
- -Os
-
bootmgr.c
inffile.c
diff --git a/reactos/dll/win32/dbghelp/dbghelp.rbuild b/reactos/dll/win32/dbghelp/dbghelp.rbuild
index 22fe8bb2a7f..2504aefd5e1 100644
--- a/reactos/dll/win32/dbghelp/dbghelp.rbuild
+++ b/reactos/dll/win32/dbghelp/dbghelp.rbuild
@@ -15,6 +15,8 @@
2
3
+ _lseek
+ _read
coff.c
cpu_i386.c
cpu_ppc.c
diff --git a/reactos/dll/win32/kernel32/nls/cht.nls b/reactos/dll/win32/kernel32/nls/cht.nls
index b99fe42c388..56ac5a1abea 100644
--- a/reactos/dll/win32/kernel32/nls/cht.nls
+++ b/reactos/dll/win32/kernel32/nls/cht.nls
@@ -80,9 +80,9 @@ STRINGTABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
LOCALE_SABBREVMONTHNAME7 "七月"
LOCALE_SABBREVMONTHNAME8 "八月"
LOCALE_SABBREVMONTHNAME9 "九月"
- LOCALE_SABBREVMONTHNAME10 "十月"
- LOCALE_SABBREVMONTHNAME11 "十一月"
- LOCALE_SABBREVMONTHNAME12 "十二月"
+ LOCALE_SABBREVMONTHNAME10 "BROKEN PLEASE FIX"
+ LOCALE_SABBREVMONTHNAME11 "BROKEN PLEASE FIX"
+ LOCALE_SABBREVMONTHNAME12 "BROKEN PLEASE FIX"
LOCALE_SABBREVMONTHNAME13 ""
LOCALE_SCOUNTRY "Taiwan"
LOCALE_SCURRENCY "NT$"
@@ -116,9 +116,9 @@ STRINGTABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
LOCALE_SMONTHNAME7 "七月"
LOCALE_SMONTHNAME8 "八月"
LOCALE_SMONTHNAME9 "九月"
- LOCALE_SMONTHNAME10 "十月"
- LOCALE_SMONTHNAME11 "十一月"
- LOCALE_SMONTHNAME12 "十二月"
+ LOCALE_SMONTHNAME10 "BROKEN PLEASE FIX"
+ LOCALE_SMONTHNAME11 "BROKEN PLEASE FIX"
+ LOCALE_SMONTHNAME12 "BROKEN PLEASE FIX"
LOCALE_SMONTHNAME13 ""
LOCALE_SMONTHOUSANDSEP ","
LOCALE_SNAME "zh-TW"
diff --git a/reactos/dll/win32/kernel32/nls/zhm.nls b/reactos/dll/win32/kernel32/nls/zhm.nls
index 8893ab2e3ad..8e666d04c06 100644
--- a/reactos/dll/win32/kernel32/nls/zhm.nls
+++ b/reactos/dll/win32/kernel32/nls/zhm.nls
@@ -80,9 +80,9 @@ STRINGTABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_MACAU
LOCALE_SABBREVMONTHNAME7 "七月"
LOCALE_SABBREVMONTHNAME8 "八月"
LOCALE_SABBREVMONTHNAME9 "九月"
- LOCALE_SABBREVMONTHNAME10 "十月"
- LOCALE_SABBREVMONTHNAME11 "十一月"
- LOCALE_SABBREVMONTHNAME12 "十二月"
+ LOCALE_SABBREVMONTHNAME10 "BROKEN PLEASE FIX"
+ LOCALE_SABBREVMONTHNAME11 "BROKEN PLEASE FIX"
+ LOCALE_SABBREVMONTHNAME12 "BROKEN PLEASE FIX"
LOCALE_SABBREVMONTHNAME13 ""
LOCALE_SCOUNTRY "Macau S.A.R."
LOCALE_SCURRENCY "P"
@@ -116,9 +116,9 @@ STRINGTABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_MACAU
LOCALE_SMONTHNAME7 "七月"
LOCALE_SMONTHNAME8 "八月"
LOCALE_SMONTHNAME9 "九月"
- LOCALE_SMONTHNAME10 "十月"
- LOCALE_SMONTHNAME11 "十一月"
- LOCALE_SMONTHNAME12 "十二月"
+ LOCALE_SMONTHNAME10 "BROKEN PLEASE FIX"
+ LOCALE_SMONTHNAME11 "BROKEN PLEASE FIX"
+ LOCALE_SMONTHNAME12 "BROKEN PLEASE FIX"
LOCALE_SMONTHNAME13 ""
LOCALE_SMONTHOUSANDSEP ","
LOCALE_SNAME "zh-MO"
diff --git a/reactos/lib/3rdparty/libmpg123/libmpg123.rbuild b/reactos/lib/3rdparty/libmpg123/libmpg123.rbuild
index 0c52d9649a9..ac4be2133a6 100644
--- a/reactos/lib/3rdparty/libmpg123/libmpg123.rbuild
+++ b/reactos/lib/3rdparty/libmpg123/libmpg123.rbuild
@@ -9,6 +9,10 @@
75
.
include/reactos/libs/libmpg123
+
+ _lseek
+ _read
+ _strdup
compat.c
dct64.c
dct64_i386.c