[comp.sys.mac.programmer] Linker error in MPW C++

sigurasg@rhi.hi.is (Sigurdur Asgeirsson) (06/12/91)

  When I tried to compile the count demo program that comes with the C++
compiler (front) from apple I got the following error:

### link: Error: Undefined entry, name: (Error 28) "_CType"
  Referenced from: eatwhite__7istreamFv in file: fx:MPW:Libraries:CLibraries:CPlusLib.o
### link: Errors prevented normal completion.
### MPW Shell - Execution of count.makeout terminated.
### MPW Shell - Execution of BuildProgram terminated.

  Later when I tried to compile a small program of my own I got the following
(same) error:
### Link: Error: Undefined entry, name: (Error 28) "_CType"
  Referenced from: eatwhite__7istreamFv in file: fx:MPW:Libraries:CLibraries:CplusLib.o
### Link: Errors prevented normal completion.
### MPW Shell - Execution of prufa.makeout terminated.
### MPW Shell - Execution of BuildProgram terminated.

  I am new to both C++ and MPW, and I can't imagine whats wrong and any help
would be greatly appreciated.  I am using MPW Shell, C, C++ and ASM v. 3.1.
-- 
sigurasg@rhi.hi.is  | "Well you know, C isn't that hard, void (*(*f[])())() for
Sigurdur Asgeirsson | instance defines f as an array of unspecified size, of
                    | pointers to functions returning a pointer to a function
                    | returnig void... I think"
-- 
sigurasg@rhi.hi.is  | "Well you know, C isn't that hard, void (*(*f[])())() for
Sigurdur Asgeirsson | instance defines f as an array of unspecified size, of
                    | pointers to functions returning a pointer to a function
                    | returnig void... I think"