next up previous contents
Next: The compiler complains that Up: FAQ Previous: Why don't you use   Contents

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

If you are not using DICE_function(), then add:

DICE_no_functions;
as if it were a global variable.

If you are using DICE_function(), see section 5.2.



2001-12-09