[SOLVED] cannot compille 2.8.1 on debian testing

Help regarding development/scripting, troubleshooting or just general gameplay -- anything that hasn't already been answered in the Wiki or pinned FAQs.

Moderator: Developers

Post Reply
debosh
Acid Blob (New member)
Acid Blob (New member)
Posts: 2
Joined: Mon Aug 01, 2011 7:18 am

[SOLVED] cannot compille 2.8.1 on debian testing

Post by debosh »

sorry, help me please

i`m try compiling game from source, but process terminated with error:

Code: Select all

mos@goodluck:~/games/1/egoboo-2.8.1/src$ make all
make -C ./game all PREFIX=/usr PROJ_NAME=egoboo-2.x
make[1]: Entering directory `/home/mos/games/1/egoboo-2.8.1/src/game'
gcc -o egoboo-2.x bbox.o bsp.o camera.o char.o client.o clock.o collision.o egoboo_console.o egoboo_endian.o egoboo_fileutil.o egoboo_math.o egoboo_setup.o egoboo_strutil.o egoboo_typedef.o egoboo_vfs.o enchant.o file_common.o font_bmp.o font_ttf.o game.o graphic.o graphic_fan.o graphic_mad.o graphic_prt.o hash.o input.o lighting.o IDSZ_map.o link.o log.o mad.o md2.o menu.o mesh.o mpd_BSP.o network.o obj_BSP.o particle.o passage.o profile.o quest.o script.o script_compile.o script_functions.o server.o sound.o texture.o ui.o egoboo.o physics.o egoboo_process.o ChrList.o EncList.o PrtList.o egoboo_object.o file_formats/cap_file.o file_formats/configfile.o file_formats/controls_file.o file_formats/eve_file.o file_formats/id_md2.o file_formats/module_file.o file_formats/mpd_file.o file_formats/passage_file.o file_formats/pip_file.o file_formats/scancode_file.o file_formats/SDL_md2.o file_formats/spawn_file.o file_formats/template.o file_formats/treasure_table_file.o file_formats/wawalite_file.o extensions/ogl_debug.o extensions/ogl_extensions.o extensions/ogl_include.o extensions/ogl_texture.o extensions/SDL_extensions.o extensions/SDL_GL_extensions.o platform/file_linux.o platform/sys_linux.o -L/usr/lib -lSDL -L../enet/lib -lSDL_ttf -lSDL_mixer -lGL -lGLU -lSDL_image -lphysfs -lenet -Os -Wall -DPREFIX=\"/usr\" -D_NIX_PREFIX -I. -I.. -I../enet/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I./extensions -I./file_formats -I./platform
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
make[1]: *** [egoboo-2.x] Ошибка 1
make[1]: Leaving directory `/home/mos/games/1/egoboo-2.8.1/src/game'
make: *** [egoboo] Ошибка 2
mos@goodluck:~/games/1/egoboo-2.8.1/src$ 


wtf -lgcc_s ?

thx.
debosh
Acid Blob (New member)
Acid Blob (New member)
Posts: 2
Joined: Mon Aug 01, 2011 7:18 am

Re: cannot compille 2.8.1 on debian testing

Post by debosh »

oops...
sorry, im stupid

apt-get install libgcc1 - all ok.
Post Reply