- Thank you received: 24
Issue compiling coefficient functions.
5 years 3 days ago #2143
by hvwahl
Issue compiling coefficient functions. was created 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
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
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
- christopher
- Offline
- Administrator
Less
More
- Thank you received: 101
4 years 11 months ago #2155
by christopher
Replied by christopher on topic Issue compiling coefficient functions.
This was a clang-only flag, we removed it.
Best
Best
The following user(s) said Thank You: hvwahl
Time to create page: 0.093 seconds