ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 21 forks source link

Configure error #136

Open donnaaboise opened 6 years ago

donnaaboise commented 6 years ago

This message comes up fairly frequently. Re-running bootstrap usually fixes it. But is this a bigger issue?

checking for library containing fabs... none required
checking for library containing adler32_combine... -lz
checking for library containing lua_createtable... no
configure: Checking BLAS
configure: Not using BLAS
configure: Checking LAPACK
configure: Not using LAPACK
checking for getopt... successful
checking for obstack... failed
configure: did not find obstack. Activating builtin
../forestclaw/configure: line 27844: syntax error near unexpected token `FCLAW'
../forestclaw/configure: line 27844: `SC_CHECK_PTHREAD(FCLAW)'
make: *** [Makefile:3900: config.status] Error 2
cburstedde commented 5 years ago

The recent p4est develop branch (2.2 and up) don't rely on obstack anymore. Can you try again?

cburstedde commented 1 year ago

This seems to be ancient now. Is any of these troubles remaining with the current branches?