Re: [GENERAL] Problem compiling on CentOS

2007-06-20 Thread Robin Ericsson
On 6/20/07, Robin Ericsson <[EMAIL PROTECTED]> wrote: `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. Ok solved. This is what the configure-script barfs on. Hacking the spec-file to change this flag removes this problem. -- regards, Robin ---(

[GENERAL] Problem compiling on CentOS

2007-06-19 Thread Robin Ericsson
Hi, I'm trying to recompile the SRPM with ldap support (maybe this should be added as an option to the spec?) but it fails to check for ldap_r due to problems finding my pthread flag in configure. Snip from configure: checking whether pthreads work with -pthread... no ... checking for ldap_simpl