Bug#556050: FTBFS with binutils-gold

Peter Fritzsche peter.fritzsche at gmx.de
Fri Nov 13 10:05:40 UTC 2009


Source: parsec47
Version: 0.2.dfsg1-1
Severity: minor
User: peter.fritzsche at gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

gdc -Wall -g -O2 -o parsec47 src/abagames/util/sdl/Screen3D.o src/abagames/util/sdl/GameManager.o src/abagames/util/sdl/Sound.o src/abagames/util/sdl/Input.o src/abagames/util/sdl/SDLInitFailedException.o src/abagames/util/sdl/Texture.o src/abagames/util/sdl/MainLoop.o src/abagames/util/sdl/Pad.o src/abagames/util/sdl/Screen.o src/abagames/util/ActorInitializer.o src/abagames/util/Logger.o src/abagames/util/Vector.o src/abagames/util/PrefManager.o src/abagames/util/Rand.o src/abagames/util/bulletml/Bullet.o src/abagames/util/bulletml/BulletsManager.o src/abagames/util/ActorPool.o src/abagames/util/Actor.o src/abagames/p47/Particle.o src/abagames/p47/Ship.o src/abagames/p47/LuminousActorPool.o src/abagames/p47/SoundManager.o src/abagames/p47/LetterRender.o src/abagames/p47/Lock.o src/abagames/p47/EnemyType.o src/abagames/p47/BarrageManager.o src/abagames/p47/P47Bullet.o src/abagames/p47/Roll.o src/abagames/p47/Title.o src/abagames/p47/Fragment.o src/abagames/p47/StageManager.o src/abagames/p47/P47Screen.o src/abagames/p47/BulletActor.o src/abagames/p47/LuminousActor.o src/abagames/p47/BulletActorPool.o src/abagames/p47/Shot.o src/abagames/p47/P47PrefManager.o src/abagames/p47/LuminousScreen.o src/abagames/p47/MorphBullet.o src/abagames/p47/P47GameManager.o src/abagames/p47/Enemy.o src/abagames/p47/P47Boot.o src/abagames/p47/Field.o src/abagames/p47/Bonus.o src/dirent.o src/mt.o import/SDL_video.o import/SDL_mixer.o src/dirent_d.o -lbulletml -lSDL_mixer -lSDL -lGLU -lm
/usr/bin/ld: src/abagames/util/sdl/Screen3D.o: in function _D8abagames4util3sdl8Screen3D8Screen3D11handleErrorMFZv:Screen3D.d(.text+0x79): error: undefined reference to 'glGetError'
/usr/bin/ld: src/abagames/util/sdl/Screen3D.o: in function _D8abagames4util3sdl8Screen3D8Screen3D13screenResizedMFZv:Screen3D.d(.text+0x157): error: undefined reference to 'glViewport'
/usr/bin/ld: src/abagames/util/sdl/Screen3D.o: in function _D8abagames4util3sdl8Screen3D8Screen3D13screenResizedMFZv:Screen3D.d(.text+0x161): error: undefined reference to 'glMatrixMode'
/usr/bin/ld: src/abagames/util/sdl/Screen3D.o: in function _D8abagames4util3sdl8Screen3D8Screen3D13screenResizedMFZv:Screen3D.d(.text+0x166): error: undefined reference to 'glLoadIdentity'
/usr/bin/ld: src/abagames/util/sdl/Screen3D.o: in function _D8abagames4util3sdl8Screen3D8Screen3D13screenResizedMFZv:Screen3D.d(.text+0x1c0): error: undefined reference to 'glFrustum'
/usr/bin/ld: src/abagames/util/sdl/Screen3D.o: in function _D8abagames4util3sdl8Screen3D8Screen3D7initSDLMFZv:Screen3D.d(.text+0x30a): error: undefined reference to 'glClearColor'
/usr/bin/ld: src/abagames/util/sdl/Screen3D.o: in function _D8abagames4util3sdl8Screen3D8Screen3D8setColorFffffZv:Screen3D.d(.text+0x35): error: undefined reference to 'glColor4f'
/usr/bin/ld: src/abagames/util/sdl/Screen3D.o: in function _D8abagames4util3sdl8Screen3D8Screen3D5clearMFZv:Screen3D.d(.text+0xd6): error: undefined reference to 'glClear'
/usr/bin/ld: src/abagames/util/sdl/Screen3D.o: in function _D8abagames4util3sdl8Screen3D8Screen3D13screenResizedMFZv:Screen3D.d(.text+0x1ce): error: undefined reference to 'glMatrixMode'
/usr/bin/ld: src/abagames/util/sdl/Texture.o: in function _D8abagames4util3sdl7Texture7Texture5_ctorMFAaZC8abagames4util3sdl7Texture7Texture:Texture.d(.text+0xb4): error: undefined reference to 'glGenTextures'
/usr/bin/ld: src/abagames/util/sdl/Texture.o: in function _D8abagames4util3sdl7Texture7Texture5_ctorMFAaZC8abagames4util3sdl7Texture7Texture:Texture.d(.text+0xc1): error: undefined reference to 'glBindTexture'
/usr/bin/ld: src/abagames/util/sdl/Texture.o: in function _D8abagames4util3sdl7Texture7Texture5_ctorMFAaZC8abagames4util3sdl7Texture7Texture:Texture.d(.text+0xf4): error: undefined reference to 'glTexImage2D'
/usr/bin/ld: src/abagames/util/sdl/Texture.o: in function _D8abagames4util3sdl7Texture7Texture5_ctorMFAaZC8abagames4util3sdl7Texture7Texture:Texture.d(.text+0x108): error: undefined reference to 'glTexParameteri'
/usr/bin/ld: src/abagames/util/sdl/Texture.o: in function _D8abagames4util3sdl7Texture7Texture5_ctorMFAaZC8abagames4util3sdl7Texture7Texture:Texture.d(.text+0x11c): error: undefined reference to 'glTexParameteri'
/usr/bin/ld: src/abagames/util/sdl/Texture.o: in function _D8abagames4util3sdl7Texture7Texture4bindMFZv:Texture.d(.text+0x29): error: undefined reference to 'glBindTexture'
/usr/bin/ld: src/abagames/util/sdl/Texture.o: in function _D8abagames4util3sdl7Texture7Texture13deleteTextureMFZv:Texture.d(.text+0x3a): error: undefined reference to 'glDeleteTextures'
/usr/bin/ld: src/abagames/p47/Particle.o: in function _D8abagames3p478Particle8Particle12drawLuminousMFZv:Particle.d(.text+0xfc): error: undefined reference to 'glVertex3f'
/usr/bin/ld: src/abagames/p47/Particle.o: in function _D8abagames3p478Particle8Particle4drawMFZv:Particle.d(.text+0x138): error: undefined reference to 'glVertex3f'
/usr/bin/ld: src/abagames/p47/Particle.o: in function _D8abagames3p478Particle8Particle12drawLuminousMFZv:Particle.d(.text+0x115): error: undefined reference to 'glVertex3f'
/usr/bin/ld: src/abagames/p47/Particle.o: in function _D8abagames3p478Particle8Particle4drawMFZv:Particle.d(.text+0x151): error: undefined reference to 'glVertex3f'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship18createDisplayListsFZv:Ship.d(.text+0x7a): error: undefined reference to 'glGenLists'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship18createDisplayListsFZv:Ship.d(.text+0x8c): error: undefined reference to 'glNewList'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship18createDisplayListsFZv:Ship.d(.text+0x11b): error: undefined reference to 'glEndList'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship18createDisplayListsFZv:Ship.d(.text+0x12e): error: undefined reference to 'glNewList'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship18createDisplayListsFZv:Ship.d(.text+0x19f): error: undefined reference to 'glEndList'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship18createDisplayListsFZv:Ship.d(.text+0x1b2): error: undefined reference to 'glNewList'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x280): error: undefined reference to 'glPushMatrix'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x298): error: undefined reference to 'glTranslatef'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x2a6): error: undefined reference to 'glCallList'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x2be): error: undefined reference to 'glRotatef'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x2d1): error: undefined reference to 'glTranslatef'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x2dc): error: undefined reference to 'glCallList'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x2f4): error: undefined reference to 'glTranslatef'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x2ff): error: undefined reference to 'glCallList'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x312): error: undefined reference to 'glTranslatef'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x31d): error: undefined reference to 'glCallList'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x322): error: undefined reference to 'glPopMatrix'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x327): error: undefined reference to 'glPushMatrix'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x355): error: undefined reference to 'glRotatef'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x3be): error: undefined reference to 'glPopMatrix'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x3c3): error: undefined reference to 'glPushMatrix'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x409): error: undefined reference to 'glRotatef'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x438): error: undefined reference to 'glRotatef'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x4a3): error: undefined reference to 'glPopMatrix'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x4a8): error: undefined reference to 'glPushMatrix'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship4drawMFZv:Ship.d(.text+0x566): error: undefined reference to 'glPopMatrix'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship18deleteDisplayListsFZv:Ship.d(.text+0x6c): error: undefined reference to 'glDeleteLists'
/usr/bin/ld: src/abagames/p47/Ship.o: in function _D8abagames3p474Ship4Ship18createDisplayListsFZv:Ship.d(.text+0x24f): error: undefined reference to 'glEndList'
/usr/bin/ld: src/abagames/p47/LetterRender.o: in function _D8abagames3p4712LetterRender12LetterRender18createDisplayListsFZv:LetterRender.d(.text+0x309): error: undefined reference to 'glGenLists'
/usr/bin/ld: src/abagames/p47/LetterRender.o: in function _D8abagames3p4712LetterRender12LetterRender18createDisplayListsFZv:LetterRender.d(.text+0x321): error: undefined reference to 'glNewList'
/usr/bin/ld: src/abagames/p47/LetterRender.o: in function _D8abagames3p4712LetterRender12LetterRender18createDisplayListsFZv:LetterRender.d(.text+0x33e): error: undefined reference to 'glEndList'
/usr/bin/ld: src/abagames/p47/LetterRender.o: in function _D8abagames3p4712LetterRender12LetterRender10drawLetterFiffffZv:LetterRender.d(.text+0x41f): error: undefined reference to 'glScalef'
/usr/bin/ld: src/abagames/p47/LetterRender.o: in function _D8abagames3p4712LetterRender12LetterRender18deleteDisplayListsFZv:LetterRender.d(.text+0x3c): error: undefined reference to 'glDeleteLists'
/usr/bin/ld: src/abagames/p47/Title.o: in function _D8abagames3p475Title5Title14drawTitleBoardMFZv:Title.d(.text+0x3fa): error: undefined reference to 'glEnable'
/usr/bin/ld: src/abagames/p47/Title.o: in function _D8abagames3p475Title5Title14drawTitleBoardMFZv:Title.d(.text+0x427): error: undefined reference to 'glBegin'
/usr/bin/ld: src/abagames/p47/Title.o: in function _D8abagames3p475Title5Title14drawTitleBoardMFZv:Title.d(.text+0x432): error: undefined reference to 'glTexCoord2f'
/usr/bin/ld: src/abagames/p47/Title.o: in function _D8abagames3p475Title5Title14drawTitleBoardMFZv:Title.d(.text+0x45a): error: undefined reference to 'glTexCoord2f'
/usr/bin/ld: src/abagames/p47/Title.o: in function _D8abagames3p475Title5Title14drawTitleBoardMFZv:Title.d(.text+0x482): error: undefined reference to 'glTexCoord2f'
/usr/bin/ld: src/abagames/p47/Title.o: in function _D8abagames3p475Title5Title14drawTitleBoardMFZv:Title.d(.text+0x4aa): error: undefined reference to 'glTexCoord2f'
/usr/bin/ld: src/abagames/p47/Title.o: in function _D8abagames3p475Title5Title14drawTitleBoardMFZv:Title.d(.text+0x4c7): error: undefined reference to 'glEnd'
/usr/bin/ld: src/abagames/p47/Title.o: in function _D8abagames3p475Title5Title14drawTitleBoardMFZv:Title.d(.text+0x4d2): error: undefined reference to 'glDisable'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen11drawBoxLineFffffZv:P47Screen.d(.text+0x12e): error: undefined reference to 'glBegin'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen12drawBoxSolidFffffZv:P47Screen.d(.text+0x1fe): error: undefined reference to 'glBegin'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen13drawLineRetroFffffZv:P47Screen.d(.text+0x408): error: undefined reference to 'glBegin'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen15viewPerspectiveMFZv:P47Screen.d(.text+0xc5a): error: undefined reference to 'glMatrixMode'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen15viewPerspectiveMFZv:P47Screen.d(.text+0xc69): error: undefined reference to 'glMatrixMode'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen14viewOrthoFixedMFZv:P47Screen.d(.text+0xc94): error: undefined reference to 'glLoadIdentity'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen14viewOrthoFixedMFZv:P47Screen.d(.text+0xcc1): error: undefined reference to 'glOrtho'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen4initMFZv:P47Screen.d(.text+0xd65): error: undefined reference to 'glLineWidth'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen4initMFZv:P47Screen.d(.text+0xd6f): error: undefined reference to 'glEnable'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen4initMFZv:P47Screen.d(.text+0xd7e): error: undefined reference to 'glBlendFunc'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen4initMFZv:P47Screen.d(.text+0xd88): error: undefined reference to 'glEnable'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen4initMFZv:P47Screen.d(.text+0xd92): error: undefined reference to 'glDisable'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen4initMFZv:P47Screen.d(.text+0xd9c): error: undefined reference to 'glDisable'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen4initMFZv:P47Screen.d(.text+0xda6): error: undefined reference to 'glDisable'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen11drawBoxLineFffffZv:P47Screen.d(.text+0x1c0): error: undefined reference to 'glEnd'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen12drawBoxSolidFffffZv:P47Screen.d(.text+0x290): error: undefined reference to 'glEnd'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen13drawLineRetroFffffZv:P47Screen.d(.text+0x460): error: undefined reference to 'glEnd'
/usr/bin/ld: src/abagames/p47/P47Screen.o: in function _D8abagames3p479P47Screen9P47Screen14viewOrthoFixedMFZv:P47Screen.d(.text+0xcd9): error: undefined reference to 'glLoadIdentity'
/usr/bin/ld: src/abagames/p47/BulletActor.o: in function _D8abagames3p4711BulletActor11BulletActor18createDisplayListsFZv:BulletActor.d(.text+0x49a): error: undefined reference to 'glGenLists'
/usr/bin/ld: src/abagames/p47/BulletActor.o: in function _D8abagames3p4711BulletActor11BulletActor18createDisplayListsFZv:BulletActor.d(.text+0x6d5): error: undefined reference to 'glEnable'
/usr/bin/ld: src/abagames/p47/BulletActor.o: in function _D8abagames3p4711BulletActor11BulletActor4drawMFZv:BulletActor.d(.text+0x14e9): error: undefined reference to 'glScalef'
/usr/bin/ld: src/abagames/p47/BulletActor.o: in function _D8abagames3p4711BulletActor11BulletActor18deleteDisplayListsFZv:BulletActor.d(.text+0x47c): error: undefined reference to 'glDeleteLists'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen9viewOrthoMFZv:LuminousScreen.d(.text+0x74): error: undefined reference to 'glLoadIdentity'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen9viewOrthoMFZv:LuminousScreen.d(.text+0xa1): error: undefined reference to 'glOrtho'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen4drawMFZv:LuminousScreen.d(.text+0xe4): error: undefined reference to 'glBindTexture'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen4drawMFZv:LuminousScreen.d(.text+0x111): error: undefined reference to 'glColor4f'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen4drawMFZv:LuminousScreen.d(.text+0x159): error: undefined reference to 'glVertex2f'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen4drawMFZv:LuminousScreen.d(.text+0x195): error: undefined reference to 'glVertex2f'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen4drawMFZv:LuminousScreen.d(.text+0x1ce): error: undefined reference to 'glVertex2f'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen4drawMFZv:LuminousScreen.d(.text+0x206): error: undefined reference to 'glVertex2f'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen18endRenderToTextureMFZv:LuminousScreen.d(.text+0x241): error: undefined reference to 'glBindTexture'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen18endRenderToTextureMFZv:LuminousScreen.d(.text+0x26f): error: undefined reference to 'glCopyTexImage2D'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen19makeLuminousTextureMFZv:LuminousScreen.d(.text+0x2d2): error: undefined reference to 'glGenTextures'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen19makeLuminousTextureMFZv:LuminousScreen.d(.text+0x318): error: undefined reference to 'glTexImage2D'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen19makeLuminousTextureMFZv:LuminousScreen.d(.text+0x32c): error: undefined reference to 'glTexParameteri'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen18endRenderToTextureMFZv:LuminousScreen.d(.text+0x289): error: undefined reference to 'glViewport'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen20startRenderToTextureMFZv:LuminousScreen.d(.text+0x2a1): error: undefined reference to 'glViewport'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen5closeMFZv:LuminousScreen.d(.text+0x2ba): error: undefined reference to 'glDeleteTextures'
/usr/bin/ld: src/abagames/p47/LuminousScreen.o: in function _D8abagames3p4714LuminousScreen14LuminousScreen19makeLuminousTextureMFZv:LuminousScreen.d(.text+0x345): error: undefined reference to 'glTexParameteri'
/usr/bin/ld: src/abagames/p47/P47GameManager.o: in function _D8abagames3p4714P47GameManager14P47GameManager9drawBoardMFiiiiZv:P47GameManager.d(.text+0x72f): error: undefined reference to 'glColor4f'
/usr/bin/ld: src/abagames/p47/P47GameManager.o: in function _D8abagames3p4714P47GameManager14P47GameManager10inGameDrawMFZv:P47GameManager.d(.text+0xafe): error: undefined reference to 'glBlendFunc'
/usr/bin/ld: src/abagames/p47/P47GameManager.o: in function _D8abagames3p4714P47GameManager14P47GameManager10inGameDrawMFZv:P47GameManager.d(.text+0xb1a): error: undefined reference to 'glBlendFunc'
/usr/bin/ld: src/abagames/p47/Field.o: in function _D8abagames3p475Field5Field18createDisplayListsFZv:Field.d(.text+0x70b): error: undefined reference to 'glGenLists'
/usr/bin/ld: src/abagames/p47/Field.o: in function _D8abagames3p475Field5Field4drawMFZv:Field.d(.text+0x88f): error: undefined reference to 'glScalef'
/usr/bin/ld: src/abagames/p47/Field.o: in function _D8abagames3p475Field5Field18deleteDisplayListsFZv:Field.d(.text+0x1cc): error: undefined reference to 'glDeleteLists'
collect2: ld returned 1 exit status
make[1]: *** [parsec47] Error 1





More information about the Pkg-games-devel mailing list