Fix multiple definition of DoLastComp
Brought to you by:
rwhaley,
tonyc040457
Hi Clint,
ATLAS 3.11.39 didn't produce shared objects on my laptop. Meanwhile the linker told me
there are multiple definition of DoLastComp.
This is because ATL_tammm_G.c would be compiled to 4 different objects
(ATL_{s,d,c,z}tammm_G.o) and each of them has a definition of DoLastComp.
Declear DoLastComp to be static will solve this.
The patch proposal is attached.
Thanks! I have made the change in the basefiles, so should be able to close this report once 3.11.40 is released. Moving this to the bug queue in the meantime.
Ticket moved from /p/math-atlas/patches/75/
I have released 3.11.40, so I'm closing this report. If problem re-occurs in 40, open up a new report!