#40317: stimfit @0.12.4_2: update 0.12.8 -------------------------+--------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch maintainer Port: stimfit | -------------------------+--------------------------------- Comment (by mojca@…): And here's the test from `config.log`: {{{ #ifdef __cplusplus extern "C" #endif char dgemm_ (); int main () { return dgemm_ (); ; return 0; } }}} built with {{{ /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -fPIC -DWITH_PYTHON -L/opt/local/lib -Wl,-headerpad_max_install_names -headerpad_max_install_names -arch x86_64 conftest.c -llapack }}} I can reproduce the behaviour in an isolated environment and adding `-L/usr/lib` doesn't help in any way. Minimal example: {{{ clang conftest.c -llapack Undefined symbols for architecture x86_64: "_dgemm_", referenced from: _main in x-NjwmLU.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) }}} -- Ticket URL: <https://trac.macports.org/ticket/40317#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X