Compiling Fortran code for Python module

Joshua Root jmr at macports.org
Fri May 3 17:27:05 PDT 2013


On 2013-5-4 03:47 , Frank Schima wrote:
> 
> error: Command "/usr/bin/clang -bundle -undefined dynamic_lookup
> -L/opt/local/lib -undefined
> build/temp.macosx-10.8-x86_64-2.7/qutip/cyQ/spmatfuncs.o
> -Lbuild/temp.macosx-10.8-x86_64-2.7 -o
> build/lib.macosx-10.8-x86_64-2.7/qutip/cyQ/spmatfuncs.so" failed with
> exit status 1

Well, that's down to the extra -undefined (which consumes the following
arg). Can't tell you how it got there though.

- Josh


More information about the macports-dev mailing list