WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: Doesn't work on x64 Ubuntu 10.04
by Ruslan on Sunday May 2nd 2010, 16:13
OK. Then you'll have to recompile it as 32bit using different CFLAGS. Go to your libtxc_dxtn build directory, open Makefile with your favorite text editor and change this:
CFLAGS += -Wall -pedantic -fPIC
to this:
CFLAGS += -Wall -pedantic -fPIC -m32

then reissue make and install the library you get into /usr/lib32.

[post new] [reply to this]

Page loaded in 0.00467 seconds.