[aspect-devel] Errors when compiling a plugin into a shared library
Lev Karatun
lev.karatun at gmail.com
Tue Mar 24 00:22:03 PDT 2015
Hello everyone!
I'm trying to compile a plugin into a shared library for the first time,
and I'm getting a million errors. I resolved ones related to my code, but
I'm confused with the fact that (according to the g++ output) I'm getting a
lot of errors in the deal.II files and files that are part of Aspect
distribution.
The command I'm executing is as follows:
g++ -I/scratch/r/russ/lkaratun/aspect/aspect/include/
-I/scratch/r/russ/lkaratun/aspect/dealii82/include/
-I/scratch/r/russ/lkaratun/aspect/dealii82/include/deal.II/base/
-I/home/r/russ/lkaratun/aspect/trilinos/include
-I/home/r/russ/lkaratun/aspect/p4est/FAST/include -fPIC -shared plasticT.cc
-o plasticT.so
The output is here:
https://www.dropbox.com/s/ab7ljpwqunqog2q/compile_log?dl=0
Could someone please take a look and tell me what I'm doing wrong?
Thanks in advance!
Best regards,
Lev Karatun.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geodynamics.org/pipermail/aspect-devel/attachments/20150324/8d78f565/attachment.html>
More information about the Aspect-devel
mailing list