[LLVMdev] build broken on linux/amd64

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Sep 8 11:06:23 PDT 2006


> Please lemme know if it works.
It does. Thanks.

> I don't know what that is :(
I believe that code compiled without -fpic is going into a DSO. This
creates text relocations that are not supported on linux/amd64
(http://people.redhat.com/drepper/dsohowto.pdf).

> -Chris

Rafael



More information about the llvm-dev mailing list