This is a problem trying to compile the SSE assembler instructions. First I would try this:
Modify your rpmbuild line and add this in front: CFLAGS=-msse So would look something like: CFLAGS=-msse rpmbuild --rebuild gnubg.rpm Of course use whatever rpmbuild options you need. The improtant thing is CFLAGS=msse at the beginning. What version of redhat are you using, and is there any chance you can try building from CVS source? That version of gnubg is pretty old. We helped someone with similar issues on redhat with the same rpm. Not sure this thread can help you either (Your errors are different but seem to be related): http://www.mail-archive.com/[email protected]/msg03459.html On 11/06/09 11:32 AM, "Timothy Y. Chow" <[email protected]> wrote: > Error: suffix or operands invalid for `pushf' _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
