Hi Cliff,
I ran into the same issue. There are 2 possible solutions:
1. Add +define+UVM_NO_DPI
2. Follow the examples/simple/phases/run_test/Makefile.questa (or any other simple examples). Please note your gcc/g++ version, the code would not work with older GCC (mine is gcc-4.3.2)
By default, UVM would bring in some DPI for regexp in the new resource configuration.
Hope that this helps,
Nguyen Le