Search found 2 matches

by Sander
Sun Oct 09, 2005 2:28 pm
Forum: ZDoom (and related) News
Topic: ZDoom 2.0.97 Bugfix Release
Replies: 69
Views: 28038

Hmm I don't know for sure, but my first guess would be that it could have something to do with wrong optimizations. By default, Chris' patch sets the minimum architecture to pentium and optimizes for athlon-xp. If this isn't the kind of machine you have, try changing ARCH_TYPE and TUNE_TYPE in ...
by Sander
Sun Oct 09, 2005 12:45 pm
Forum: ZDoom (and related) News
Topic: ZDoom 2.0.97 Bugfix Release
Replies: 69
Views: 28038

Since your compiler complains about -mtune being an invalid option, I suppose you have older version of gcc. Older versions of gcc used -mcpu, in newer versions -mcpu is deprecated (still available, but not recommended), and replaced by -mtune. You should be able to compile zdoom by changing -mtune ...

Go to advanced search