[KLUG Members] OS-X/gcc/ Codewarrior problem

Robert G. Brown bob at whizdomsoft.com
Fri Oct 8 12:37:24 EDT 2004


I've been building some apps on OS-X recently, and ran into these errors as a 
result of a build:

-----------------------
Link Error   : undefined: 'WriteCharsToConsole' (code)
Referenced from '__write_console' in MSL_C_PPC.Lib

Link Error   : undefined: 'ReadCharsFromConsole' (code)
Referenced from '__read_console' in MSL_C_PPC.Lib

Link Error   : undefined: 'RemoveConsole' (descriptor)
Referenced from 'check_console' in MSL_C_PPC.Lib

Link Error   : undefined: 'InstallConsole' (code)
Referenced from 'check_console' in MSL_C_PPC.Lib

Link Error   : undefined: 'WriteCharsToConsole' (code)
Referenced from '__write_console' in MSL_C_Carbon.Lib

Link Error   : undefined: 'ReadCharsFromConsole' (code)
Referenced from '__read_console' in MSL_C_Carbon.Lib

Link Error   : undefined: 'RemoveConsole' (descriptor)
Referenced from 'check_console' in MSL_C_Carbon.Lib

Link Error   : undefined: 'InstallConsole' (code)
Referenced from 'check_console' in MSL_C_Carbon.Lib

-----------------------

I'm more or less used to this sort of thing, it's usually caused by library 
paths out of order, or missing libraries. I've pretty much been through the 
mill on this one, looking for the symbols in the  libraries, and rearranging
path entries, all to no avail. This is a bit of a surprise, since usually 
these things can be resolved rather speedily.

I know there are some OS-X developers here, and a number of gcc users as 
well... anyone have any ideas? any particular libs or entry points I need to 
focus on? 
							Regards,
							---> RGB <---



More information about the Members mailing list