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

Adam Tauno WIlliams adam at morrison-ind.com
Fri Oct 8 14:11:16 EDT 2004


> 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? 

These really look similiar to something i saw over someones shoulder not
to long ago.  I *believe* that the console routines are not in the
standard C libraries on the Mac,  you need to add the libraries to the
linker command.  If you make an empty project (in their IDE, whatever
that is) with a target of a 'console app' and look under references
maybe the libraries you don't have will be listed there.  It looked very
similiar to how all the .NET stuff is managed.  Anyway, that is what I
would try.



More information about the Members mailing list