Thread: badf error
View Single Post
Re: badf error
Old
  (#18)
[NvT]_KaszpiR_
Member
 
[NvT]_KaszpiR_'s Avatar
 
Status: Offline
Posts: 322
Join Date: Apr 2004
Default Re: badf error - 17-05-2006

KWo just f**ed me on the instant messenger
and here are my results on gentoo

makefile is wrong, it does not have the proper MCPU variable - thus the compiler dies

looks like it is okay under cygwin, but under linux it works different
here is my solution:
- in makefile find text
Code:
OBJDIR_LINUX=obj.linux
OBJDIR_WIN32=obj.win32
below that oine write
Code:
MCPU=-mtune
now it shoudl work properly


below the full makefile link to wiki
http://wiki.bots-united.com/index.ph...mpile_Makefile
  
Reply With Quote