1Make sure you have the xmplthc.if file in the /if directory.
2
3Also for THC stubs you have to modify the /if/Hakefile and 
4include the interface under flounderTHCFile.  For example:
5
6
7-- these are for THC stubs
8[ flounderTHCFile (options arch) f
9      | f <- [ "bench",
10               "ping_pong",
11               "xmplthc" ],
12             arch <- allArchitectures
13]
14