Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Error by compiling poisson_reconstruction_example

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Error by compiling poisson_reconstruction_example


Chronological Thread 
  • From: Xie Yi <>
  • To:
  • Subject: [cgal-discuss] Re: Error by compiling poisson_reconstruction_example
  • Date: Fri, 25 Jun 2010 06:36:30 -0700 (PDT)


Hi, Laurent,

I just removed the Blas and Lapack with apt-get remove.

And compiled Taucs once again. With
./configure
make
sudo make install

And rm CMakeCash.txt under CGAL-3.6

And then
cmake .
make
make install

Is that right?

But still the cmake doesn't search for Blas and Lapack automatically.

If I cd to examples/Surface_reconstruction_points_3/

cmake -DCGAL_DIR=/home/abbotxie/Programs/CGAL-3.6 .

Blas and Lapack still can't be found.

I also tried to define the environment variants
BLAS_LIB_DIR=/usr/local/lib/ LAPACK_LIB_DIR=/usr/local/lib/
TAUCS_INC_DIR=/usr/local/include/ TAUCS_LIB_DIR=/usr/local/lib/ before I do
cmake. But it didn't help.

Did I do something wrong here?


Regards

XIE Yi
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Re-Error-by-compiling-poisson-reconstruction-example-tp2268101p2268465.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page