Erick Matsen a écrit :
> Hm, unfortunately not the first one.
> 
>>> /usr/lib/libblas.a(xerbla.o): In function `xerbla_':
>>> (.text+0x0): multiple definition of `xerbla_'
>>> /usr/lib/liblapack.a(xerbla.o):(.text+0x0): first defined here
> 
> It doesn't link...

Oh... I overlooked this one. You have to manage to get a set of .a files
so that each object (.o) is there only once. In this case, I would drop
libblas.a, since it is a dependency of liblapack (AFAIU).


Cheers,

-- 
Stéphane


_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to