You are not logged in.
Pages: 1
hi.
i can't compile dwarffortress... i can't seem to get a working lib32 build system. i've checked out df from git and tried to compile it from there... still:
g++ -o libs/libgraphics.so -Wl,--as-needed -Wl,-rpath=\$ORIGIN/libs -m32 -shared g_src/basics.os g_src/command_line.os g_src/enabler_sdl.os g_src/files.os g_src/find_files_posix.os g_src/graphics.os g_src/init.os g_src/interface.os g_src/keybindings.os g_src/music_and_sound_openal.os g_src/random.os g_src/textlines.os g_src/glew.os g_src/enabler_input.os g_src/ViewBase.os g_src/KeybindingScreen.os -Llibs -lncursesw -lSDL_image -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lopenal -lsndfile -lSDL -lpthread -lz -lGLU -lGL
Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /bin/g++ line 211.
/usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.3/crtbeginS.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.3/crtendS.o' is incompatible with i386 output
collect2: ld returned 1 exit status
scons: *** [libs/libgraphics.so] Error 1
scons: building terminated because of errors.
i've tried to install
gcc-multilib
but then the compiler will cry out much sooner, also, it's outdate.
could someone please help me out there?
Offline
bump
Offline
Offline
yes, but it's outdated and the permissions are wrong -> segfault.
also you need to install lib32-libpng12 from aur.
Last edited by eNTi (2010-03-06 17:32:14)
Offline
Pages: 1