I'm trying to compile an example, and get these errors:


[ 50%] Linking CXX executable step-1 icpc: command line warning #10006: 
ignoring unknown option '-fuse-ld=gold'                                     
   

/home1/apps/intel15/mvapich2_2_1/dealii/8.4.1/include/deal.II/numerics/derivative_approximation.h

/home1/apps/intel15/mvapich2_2_1/trilinos/12.8.1/lib/libpytrilinos.so: 
undefined reference to `PyType_IsSubtype'

/home1/apps/intel15/mvapich2_2_1/trilinos/12.8.1/lib/libpytrilinos.so: 
undefined reference to `_Py_ZeroStruct'    

/home1/apps/intel15/mvapich2_2_1/dealii/8.4.1/include/deal.II/numerics/dof_output_operator.templates.h


I'm sure that has to do that trilinos is using pytrilinos. So apparently 
the python library is not getting linked.


Eh, I don't speak cmake. How do I add my own libraries to the link line? I 
can't even find the link line....


Victor.


-- 
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.

Reply via email to