On Fri, 10 Dec 2004, Frank Bagehorn wrote: > Is there any reason why I shouldn't have PAM modules on a 64bit Linux ? I > want my PAM ! You can disable the check if you also set CCOBJ to cc -fPIC. Otherwise, there's a problem where we try to link pam modules against archive libraries of static code, and ld on x86_64 doesn't do relocations.