SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] Re: Problems linking TetGen


Chronological Thread 
  • From: tom fogal <tfogal@sci.utah.edu>
  • To: Josef.Barnes@student.griffith.edu.au
  • Cc: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] Re: Problems linking TetGen
  • Date: Wed, 20 May 2009 11:41:43 -0600

Josef.Barnes@student.griffith.edu.au writes:

> I am new to SCIRun and am having problems linking in TetGen (im
> running = linux ubuntu 9=2E04) I followed the instructions in the
> ischemia mode=

Ooops.  Sorry, a minor oversight in the tutorial.  Instead of the
prescribed "make tetlib" command line, use:

  make PREDCXXFLAGS="-fPIC" CXXFLAGS="-fPIC" tetlib

I suggest you remove the tetgen directory and re-extract it from the
tarball first.

> joe=40PC018850=3A=7E/PhD/Programs/SCIRun/bin=24 sudo make

Unrelated / not the issue, but generally you want to run `make' as
your standard user, and only use `sudo' for, well, steps that require
superuser access, e.g. `make install'.

Best,

-tom



Archive powered by MHonArc 2.6.16.

Top of page