Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!snorkelwacker!usc!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!bhd20867 From: bhd20867@uxa.cso.uiuc.edu Newsgroups: comp.sys.mac.programmer Subject: Re: _CType Link Error Message-ID: <1234600044@uxa.cso.uiuc.edu> Date: 11 Jul 90 16:51:00 GMT References: <900041@yoyodyne> Lines: 17 Nf-ID: #R:yoyodyne:900041:uxa.cso.uiuc.edu:1234600044:000:753 Nf-From: uxa.cso.uiuc.edu!bhd20867 Jul 11 11:51:00 1990 I was able to figure out what was wrong the next day. I compared the file on my hard drive with the version that is released on the 3.0 C disk. They were different. The file installed on my hard drive was the C++ version. Here are the differences. C 3.0 CType.h: extern char _ctype[]; C++ 3.1B1 CType.h: extern char _CType[]; It comes down to the fact that I did not install the new C libraries that come with the Beta C++ distribution. But I did install the Beta C++ header files, creating a discrepency. Well time to install new C libraries. Thanks to Landon Dyer (landon@apple.com) and Tom Dowdy (dowdy@apple.com) for pointing out my header/library discrepency. bernied@yoyodyne.ncsa.uiuc.edu Bernhard Damberger