page@astroscu.unam.mx

MaplePrimes Activity


These are questions asked by page@astroscu.unam.mx

I'm using a Mac Pro with Leopard, Maple12, and try to

use "define_external" to use a shared library I created (just a simple trial for now) but get the error:

> define_external('try_it', 'FORTRAN' , 'x'::float[8] , 'y'::float[8] , LIB="try/try_it.so");
Error, external linking: error loading external library try/try_it_ifort.so: dlopen(try/try_it.so, 129): no suitable image found.  Did find:
    try/try_it.so: mach-o, but wrong architecture
 

I compiled the library with:

Page 1 of 1