Giter VIP home page Giter VIP logo

Comments (5)

billtubbs avatar billtubbs commented on June 9, 2024

The package I downloaded from HSL was this one:

CoinHSL Archive 2023.11.17 (mac binaries - Intel)
CoinHSL-archive.v2023.11.17.x86_64-apple-darwin-libgfortran5.tar.gz

from casadi.

billtubbs avatar billtubbs commented on June 9, 2024

Trying to figure this out myself... (I know very little about working in bash/zsh)

It looks like the aliases have worked:

% which gcc
gcc: aliased to /usr/local/bin/gcc-12

However, there is no gcc-12:

$ ls /usr/local/bin/gcc*  
/usr/local/bin/gcc-13		/usr/local/bin/gcc-nm-13
/usr/local/bin/gcc-ar-13	/usr/local/bin/gcc-ranlib-13

I tried changing the bash profile commands to gcc-13 but still get the same error:

checking whether the C compiler works... no

from casadi.

billtubbs avatar billtubbs commented on June 9, 2024

I tried compiling a c source file and indeed, it does not work:

% which gcc
gcc: aliased to /usr/local/bin/gcc-13
% gcc -v
Using built-in specs.
COLLECT_GCC=/usr/local/bin/gcc-13
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/13.2.0/bin/../libexec/gcc/x86_64-apple-darwin23/13/lto-wrapper
Target: x86_64-apple-darwin23
Configured with: ../configure --prefix=/usr/local/opt/gcc --libdir=/usr/local/opt/gcc/lib/gcc/current --disable-nls --enable-checking=release --with-gcc-major-version-only --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-13 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-zstd=/usr/local/opt/zstd --with-pkgversion='Homebrew GCC 13.2.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --with-system-zlib --build=x86_64-apple-darwin23 --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.0 (Homebrew GCC 13.2.0) 
% gcc -o hello hello.c
ld: unsupported tapi file type '!tapi-tbd' in YAML file '/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/lib/libSystem.tbd' for architecture x86_64
collect2: error: ld returned 1 exit status

I have no idea what this means.

from casadi.

billtubbs avatar billtubbs commented on June 9, 2024

Problem solved thanks to this answer on stack overflow.

It must be something to do with my Anaconda package manager (I was in the base environment). So doing this solved the problem:

conda deactivate
checking whether the C compiler works... yes

... etc

configure: Configuration of CoinHSL successful

from casadi.

aghezz1 avatar aghezz1 commented on June 9, 2024

Consider to edit the guide, with your suggestion about conda deactivate and close the issue since you solved it :)

from casadi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.