The other issue here is: multiple library conflict. If there is a user
using tetgen directly [and has a separate install of it] - and also
uses petsc from the same code , then there could be duplicate symbol
issue. [Now the solution is - don't link with a separate tegen - just
link with petsc - but thats generally not good.]