Hi,
I'm working on porting Pango as part of this project. I'm using glib from Open C and the remaining build issue now is these linker errors (udefined symbols):
_g_ascii_table
_g_thread_functions_for_glib_use
_g_thread_use_default_impl
_g_unichar_get_script
_g_utf8_skip
I've tried to link against all possible libraries e.g. libglib.lib libgobject.lib, libgmodule.lib libgthread.lib with no luck. Before I start digging into glib source, has anyone seen this problem before?
Cheers,
iwanj



