Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Issue compiling coefficient functions.

More
4 years 5 months ago #2143 by hvwahl
Hi everyone,

due to some problem with ngsxfem compiled on MacOS 10.15 using the standard AppleClang compiler, I have switched to GCC 9.2 (installed via Homebrew). However when I compile CoefficientFunctions with the resulting installation, I get the error
Code:
g++-9: error: unrecognized command line option '-Qunused-arguments' terminate called after throwing an instance of 'ngcore::Exception' what(): problem calling compiler Caught SIGABRT: usually caused by abort() or assert() Collecting backtrace...

As a workaround, I removed the "'-Qunused-arguments" flag from the ngscxx file manually. However, is there a way of avoiding this issue in the first place?

Best wishes,
Henry
More
4 years 4 months ago #2155 by christopher
This was a clang-only flag, we removed it.
Best
The following user(s) said Thank You: hvwahl
Time to create page: 0.131 seconds