Trouble Building CBC Package #92
Unanswered
eranayoner
asked this question in
Q&A
Replies: 1 comment 1 reply
-
configure finds that you have gcc, but there seems to be a problem when calling gcc to compile a simple C program:
You may want to check whether gcc is indeed working. If you want different C/C++ compilers, then set variables |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I receive an error when I try the commands on my terminal:
wget -nH https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
chmod u+x coinbrew
bash coinbrew fetch Cbc@master --no-prompt
bash coinbrew build Cbc@stable/2.10
Specifically a build error with code 77. The part of the message reads:
configure: error: in `/Users/elifrana/CBC/build/Data/Sample/master':
configure: error: C compiler cannot create executables
config.log
I am also attaching the configure log. I suspect the error has to do with an architectural compatibility issue, as I am using an M1 mac with MacOS Version 14.1.2. I must also note that I am using a conda environment different from base to perform these operations. Yet I do not know how to fix it. Any help would be appreciated. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions