On Mon, 12 Nov 2018 at 05:52, <[email protected]> wrote: > > Hi Hans, > > I also encounter the same issue, did it get resolved? Thanks.
Yes, as explained in my last message in this thread. It is important that all libraries and object files are compiled with the same version of the compiler (or at least similar version). I don't know the details, but I got the impression this is a namespace issue, ie. how the global functions and variables etc. are referred to. If you can't select what compiler to use, you may have to recompile all libraries. It would then be sensible to store the finished library in a separate location -- or all other programs using them will fail. Of course, I can't say if this will fix your problems. Good luck! Regards, -- Hans Peter Verne There are three things I have learned never to discuss with people... religion, politics and The Great Pumpkin! -- Linus van Pelt -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
