GCC compiler error under Linux
2011-11-18, 11:53 AM
#1
GCC compiler error under Linux
Code:
g++ -O3 -fomit-frame-pointer -I/usr/X11R6/include -I../enet/include -I../src `sdl-config --cflags`  -o ac_client client.o clientgame.o clients2c.o command.o console.o docs.o editing.o entities.o log.o main.o menus.o packetqueue.o physics.o protocol.o rendercubes.o rendergl.o renderhud.o rendermodel.o renderparticles.o rendertext.o rndmap.o scoreboard.o server.o serverbrowser.o serverms.o shadow.o sound.o texture.o tools.o water.o weapon.o wizard.o world.o worldio.o worldlight.o worldocull.o worldrender.o bot/bot.o bot/botmanager.o bot/bot_ai.o bot/bot_util.o bot/bot_waypoint.o bot/ac_bot.o bot/ac_bot_ai.o  -L/usr/X11R6/lib -L../enet/.libs -lenet `sdl-config --libs` -lSDL_image -lz -lGL -lopenal -lvorbisfile
renderparticles.o: In function `addshotline(playerent*, vec const&, vec const&, int)':
renderparticles.cpp:(.text+0x4897): undefined reference to `hudgunTag(playerent*, char const*)'
collect2: ld returned 1 exit status
make: *** [client] Ошибка 1

Ubuntu 32 bit
2011-11-18, 05:00 PM
#2
RE: GCC compiler error under Linux
Which version did you use?

Best regards,
Victor
//victorz.ca
Code:
Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|)
My antithesis compares favorably with _that of_ any high magnitude of pwnage. (|-me| > |-p|, |me| > |p|)
2011-11-19, 04:52 AM
#3
RE: GCC compiler error under Linux
$ gcc -v
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
2011-11-19, 09:37 AM (This post was last modified: 2011-12-30, 04:06 PM by Victor.)
#4
RE: GCC compiler error under Linux
Fixed long ago...

Best regards,
Victor
//victorz.ca
Code:
Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|)
My antithesis compares favorably with _that of_ any high magnitude of pwnage. (|-me| > |-p|, |me| > |p|)


Forum Jump: