Talk:Building EDuke32 on Linux: Difference between revisions
→Problem with 'make': new section |
|||
| Line 30: | Line 30: | ||
I'm a noob with linux so I'm pretty lost now | I'm a noob with linux so I'm pretty lost now | ||
== Error, no libc6 == | |||
<code> | |||
> make | |||
Build started using "gcc -ggdb -O0 -DDEBUGGINGAIDS -W -Wall -Wimplicit -Werror-implicit-function-declaration -funsigned-char -fno-strict-aliasing -DNO_GCC_BUILTINS -DNOCOPYPROTECT -Isource -Ibuild/include -Isource/jmact -Isource/jaudiolib -D_FORTIFY_SOURCE=2 -fno-pic -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_GTK2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DHAVE_INTTYPES -DRENDERTYPESDL=1 -DRANCID_NETWORKING -DSUPERBUILD -DPOLYMOST -DUSE_OPENGL -DPOLYMER" | |||
Changing dir to /home/ducon/jeux/redneck/erampage/erampage-read-only/build | |||
Changing dir to /home/ducon/jeux/redneck/erampage/erampage-read-only | |||
/usr/bin/ld: eobj/libengine.a(glbuild.o): undefined reference to symbol 'dlopen@@GLIBC_2.1' | |||
/usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO //lib/libdl.so.2 so try adding it to the linker command line | |||
//lib/libdl.so.2: could not read symbols: Invalid operation | |||
collect2: ld returned 1 exit status | |||
Failed linking executable erampage! | |||
</code> | |||