PDA

View Full Version : CVS not compile - Linking


Ragezort
October 21st, 2006, 04:20 PM
It can't compile :
Tags : LINUX=1 SDL=1
Linking...
gcc -DLINUX -DHWRENDER -DDIRECTFULLSCREEN -DHAVE_MIXER -DSDL -DVID_X11 -DSTDC_HEADERS -I. -I/usr/local/include/SDL -I/usr/X11R6/include -Wall -mpentium -O6 -ffast-math -fomit-frame-pointer -fwritable-strings -fno-strict-aliasing -L/usr/X11R6/lib -L/usr/local/lib ../objs/i_video.o ../objs/dosstr.o ../objs/endtxt.o ../objs/hw_bsp.o ../objs/hw_draw.o ../objs/hw_light.o ../objs/hw_main.o ../objs/hw_md2.o ../objs/hw_cache.o ../objs/hw_trick.o ../objs/r_opengl.o ../objs/ogl_sdl.o ../objs/hwsym_sdl.o ../objs/dstrings.o ../objs/i_cdmus.o ../objs/i_net.o ../objs/i_tcp.o ../objs/i_system.o ../objs/i_sound.o ../objs/tables.o ../objs/f_finale.o ../objs/f_wipe.o ../objs/d_main.o ../objs/d_net.o ../objs/d_items.o ../objs/g_game.o ../objs/m_menu.o ../objs/m_misc.o ../objs/m_argv.o ../objs/m_bbox.o ../objs/m_fixed.o ../objs/m_swap.o ../objs/m_cheat.o ../objs/m_random.o ../objs/am_map.o ../objs/p_ceilng.o ../objs/p_doors.o ../objs/p_enemy.o ../objs/p_floor.o ../objs/p_genlin.o ../objs/p_info.o ../objs/p_inter.o ../objs/p_lights.o ../objs/p_map.o ../objs/p_maputl.o ../objs/p_plats.o ../objs/p_pspr.o ../objs/p_setup.o ../objs/p_sight.o ../objs/p_spec.o ../objs/p_switch.o ../objs/p_mobj.o ../objs/p_telept.o ../objs/p_tick.o ../objs/p_saveg.o ../objs/p_user.o ../objs/r_bsp.o ../objs/r_data.o ../objs/r_draw.o ../objs/r_main.o ../objs/r_plane.o ../objs/r_segs.o ../objs/r_sky.o ../objs/r_things.o ../objs/w_wad.o ../objs/wi_stuff.o ../objs/v_video.o ../objs/st_lib.o ../objs/st_stuff.o ../objs/hu_stuff.o ../objs/s_sound.o ../objs/z_zone.o ../objs/info.o ../objs/sounds.o ../objs/p_fab.o ../objs/dehacked.o ../objs/qmus2mid.o ../objs/g_input.o ../objs/screen.o ../objs/console.o ../objs/command.o ../objs/d_netcmd.o ../objs/d_clisrv.o ../objs/r_splats.o ../objs/g_state.o ../objs/t_array.o ../objs/t_func.o ../objs/t_oper.o ../objs/t_parse.o ../objs/t_prepro.o ../objs/t_script.o ../objs/t_spec.o ../objs/t_vari.o ../objs/d_netfil.o ../objs/mserv.o ../objs/p_hsight.o ../objs/s_amb.o ../objs/sb_bar.o ../objs/p_heretic.o ../objs/md5.o ../objs/p_chex.o ../objs/filesrch.o ../objs/b_game.o ../objs/b_look.o ../objs/b_node.o ../objs/b_search.o ../objs/i_main.o \
-o ../bin/lsdldoom -lm -lSDL -lSDL_mixer -lpthread -lGL -lGLU
/usr/bin/ld: cannot open output file ../bin/lsdldoom: El fitxer o directori no existeix
collect2: ld va retornar l'estat de sortida 1
make: *** [../bin/lsdldoom] Error 1

Ragezort
October 22nd, 2006, 04:19 AM
I recomend to add more documentation for Legacy Doom.
If do you get this problem, then make dirs ../bin and ../objs and totally Ok.

Planky
October 22nd, 2006, 08:33 PM
Perhaps someone can create instructions on the Legacy Wiki.

DooMAD
October 23rd, 2006, 09:48 AM
Yes. Sadly, I know nothing about compiling, or I would probably have done it by now. There are plenty of people around here who are more knowledgeable than I am about such things, I'm mostly just there to keep it tidy.

MR_ROCKET
October 23rd, 2006, 02:20 PM
There is the Compiling Doc's over at the Legacy C++ CVS here. (http://doomlegacy.cvs.sourceforge.net/*checkout*/doomlegacy/doomlegacy_c%2B%2B/docs/compiling.html?content-type=text%2Fplain)
But you guys have probably already looked through that stuff.