Frank Heckenbach wrote:
Hmm, perhaps the assembler doesn't like `_p_Complex_Ln' to be an external symbol (for complex `Ln' internally) and an asmname of an function.
Does it help if you replace `Ln' by `Complex_Ln' in Complex_ArcSin, Complex_ArcCos and Complex_Power?
It does, thanks, the compiler now builds.
Or if you move the implementation of Complex_ArcSin and Complex_ArcCos after that of Complex_Ln? (Please try both.)
This doesn't help.
Regards,
Adriaan van Os