Philip Ershler <[EMAIL PROTECTED]> wrote:
> gcc: cannot read specs file for arch `i386'

  Ok... that's not good.

> gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5   
> -Wall -D_GNU_SOURCE -DNDEBUG  -I../.. -I../../../../include 
> -I/usr/include/mysql -O3 -fno-omit-frame-pointer -arch i386 -arch ppc 

  Where the heck did the '-arch i386' come from?  It isn't part of the
normal FreeRADIUS configuration or build process.

> I would imaging this line ought to say -arch ppc but I'm not smart 
> enough to fix it.

  It does say "-arch ppc".  The problem is that it *also* says "-arch i386"

  Fixing it should be easy.  Find references to 'arch i386' in Make*,
or any oher file, and delete the text.

  Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to