Undefined symbols for architecture x86_64

Dominique Dhumieres dominiq@lps.ens.fr
Sun Oct 20 17:50:00 GMT 2013


> Undefined symbols for architecture x86_64:

Usually this means that different parts have been compiled for different modes.
What happens if you compile the main code with -m32 or recompile libjulian
with -m64?

Dominique



More information about the Fortran mailing list