Am Freitag, den 21.01.2005, 00:13 +0100 schrieb Mario Diehl: > Am Donnerstag, den 20.01.2005, 23:52 +0100 schrieb Mario Diehl: > > Hello Friends, > > > > i'm using Fedora Core 3 and spotted out some possible problems for FC3 > > users. Cause Lua 5 was not installed on my system i had downloaded > > Lua 5.0.2 from dag.wieers.com but this version doesn't provide the *.h > > files so i found then a working .rpm on download.fedora.us > > ups, i think i had not recognized that i need devel package of Lua, but > in this rpm from fedora.us the .h files are provided. Funny, its just > the plainpack for mormal users.
OK, it was not just the normal pack it provides lua and lua.devel next time i had to read exactly. So now i maybe have a problem with the makefile, the makefile searches for: -I/usr/include/lua50 `xml2-config --cflags` `sdl-config --cflags` -o starlane-empire `sdl-config --libs` -lSDL_image -lSDL_mixer -llualib - llua -lm -lSDL_ttf `xml2-config --libs` -lGL -lGLU and produces this error: /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat- linux/3.4.2/../../../liblualib.a when searching for -llualib /usr/bin/ld: skipping incompatible /usr/lib/liblualib.a when searching for -llualib /usr/bin/ld: cannot find -llualib i think its just a problem beacuse of our static makefile. I will try to change the names. greetz Mario