Known Problems

Undefined Symbols

When compiling with EnhancementPak using non-vendor supplied compilers, undefined symbols may be found; in particular __huge_val. If this occurs, add the following lines to your main file.

#include <math.h>
double __huge_val = HUGE_VAL;