[LLVMdev] Error Linking Math Library

Duncan Sands baldrick at free.fr
Thu Mar 29 12:07:47 PDT 2012


> gcc out.o.linked.s -o hmmer

Try this instead:
   gcc out.o.linked.s -o hmmer -lm

Ciao, Duncan.



More information about the llvm-dev mailing list