I think you're right about my p4est build, there is something wrong with
how it's linking to and/or using Lua, see attached. I will have to
investigate this further.



On Fri, Dec 2, 2016 at 3:44 PM Bruno Turcksin <bruno.turck...@gmail.com>
wrote:

> 2016-12-02 9:36 GMT-05:00 Chris Coutinho <chrisbcouti...@gmail.com>:
> > What do you think, is this a p4est build error? It's not immediately
> clear
> > from the build output if this is an issue or not.
> Yes, it is hard to say but I don't think that these errors are really
> a problem but now I remember one time I installed p4est and everything
> seemed fine but later I had some problems. You can check that the
> installation was successful by going into p4est build directory and
> type make check. If some tests don't pass there is a problem.
>
> Bruno
>
> --
> The deal.II project is located at http://www.dealii.org/
> For mailing list/forum options, see
> https://groups.google.com/d/forum/dealii?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "deal.II User Group" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dealii/vuvu6lxAEEQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dealii+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Making check in sc
make[1]: Entering directory '/home/redclient04/Downloads/p4est-build/DEBUG/sc'
make  test/sc_test_arrays test/sc_test_builtin test/sc_test_dmatrix test/sc_test_dmatrix_pool test/sc_test_pqueue test/sc_test_allgather test/sc_test_notify test/sc_test_reduce test/sc_test_search test/sc_test_sort test/sc_test_sortb test/sc_test_keyvalue
make[2]: Entering directory '/home/redclient04/Downloads/p4est-build/DEBUG/sc'
make[2]: 'test/sc_test_arrays' is up to date.
/bin/sh ./libtool --tag=CC   --mode=link mpicc  -O0 -g   -o test/sc_test_builtin test/test_builtin.o ./src/libsc.la    -llua -ldl -lm 
libtool: link: mpicc -O0 -g -o test/.libs/sc_test_builtin test/test_builtin.o  ./src/.libs/libsc.so -llua -ldl -lm -Wl,-rpath -Wl,/home/redclient04/Software/p4est/p4est-0.3.4.1/DEBUG/lib64
test/test_builtin.o: In function `test_lua':
/home/redclient04/Downloads/p4est-0.3.4.1/sc/test/test_builtin.c:114: undefined reference to `lua_open'
collect2: error: ld returned 1 exit status
Makefile:1665: recipe for target 'test/sc_test_builtin' failed
make[2]: *** [test/sc_test_builtin] Error 1
make[2]: Leaving directory '/home/redclient04/Downloads/p4est-build/DEBUG/sc'
Makefile:4195: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/home/redclient04/Downloads/p4est-build/DEBUG/sc'
Makefile:3282: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1

Reply via email to