KGC_TEST/KGCAPP/3rdparty/miracl/mac.txt

14 lines
257 B
Plaintext

Running gcc under Snow Leopard requires an under-score in front of the function names in mrmuldv.s64
So muldiv becomes _muldiv, etc.
On a MAC using GCC, use the flag
-mdynamic-no-pic
when compiling MIRACL assembly language modules..
(Thanks Augusto)