Re: Can't compile Tux userspace utils

"Johann Burkard" <[email protected]> Fri, 27 Aug 2004 12:18:58 +0200
Newsgroups gmane.network.tux
Message-ID <001201c48c1f$4ee56db0$2100a8c0@granularr>
Johann Burkard wrote:
> Can someone tell me what's wrong here?

I found pkgconfig and also compiled glib, but it still doesn't compile on my
box:

# make
gcc -g -fomit-frame-pointer -O2 -Wall -I. -DINTERFACE_VERSION=3 -D_LARGEFILE
64_SOURCE  -I$(top_builddir)//root/glib-2.0.0 -I$(top_builddir)//root/glib-2
.0.0/. -I$(top_builddir)//root/glib-2.0.0/./glib   -c tux.c
/bin/sh: line 1: top_builddir: command not found
/bin/sh: line 1: top_builddir: command not found
/bin/sh: line 1: top_builddir: command not found
tux.c: In function `tux':
tux.c:51: error: can't find a register in class `BREG' while reloading `asm'
make: *** [tux.o] Error 1
# gcc --version
gcc (GCC) 3.3.4 20040623 (Gentoo Hardened Linux 3.3.4-r1, ssp-3.3.2-2,
pie-8.7.6)

I was able to compile tux and tux2w3c on another machine, and finally Tux
worked fine.

Maybe this compilation error should be fixed.

Greetings,

Johann