next up previous contents
Next: The program segfaults with Up: FAQ Previous: The compiler complains that   Contents

The compiler complains that there's an ``undefined reference to `DICE_MyTypes'''!

If you did not create any new variable types, then add:

DICE_no_types;
as if it were a global variable.

If you defined new types, see section 2.3.



2001-12-09