--- Begin Message ---
Source: therion
Version: 5.2.8-1
Severity: minor
User: peter.fritzs...@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
c++ -o loch -Wall lxR2P.o lxTR.o lxOGLFT.o lxSetup.o lxRender.o lxWX.o
lxImgIO.o lxLRUD.o lxFile.o lxData.o lxMath.o lxSView.o lxSScene.o lxGUI.o
lxGLC.o lxOptDlg.o lxAboutDlg.o img.o -lwx_gtk2u_gl-2.6 -pthread
-lwx_gtk2u_xrc-2.6 -lwx_gtk2u_qa-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_adv-2.6
-lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6
-lvtkHybrid -lvtkGraphics -lvtkFiltering -lvtkCommon -lfreetype -lpthread
/usr/bin/ld: lxR2P.o: in function R2Pmake_context:lxR2P.c(.text+0xc8): error:
undefined reference to 'glXChooseVisual'
/usr/bin/ld: lxR2P.o: in function R2Pmake_context:lxR2P.c(.text+0xf4): error:
undefined reference to 'glXChooseVisual'
/usr/bin/ld: lxR2P.o: in function R2Pmake_context:lxR2P.c(.text+0x13f): error:
undefined reference to 'glXCreateContext'
/usr/bin/ld: lxR2P.o: in function R2Pmake_pixmap:lxR2P.c(.text+0x1c9): error:
undefined reference to 'XCreatePixmap'
/usr/bin/ld: lxR2P.o: in function R2Pmake_pixmap:lxR2P.c(.text+0x212): error:
undefined reference to 'glXCreateGLXPixmap'
/usr/bin/ld: lxR2P.o: in function R2PCreate:lxR2P.c(.text+0x272): error:
undefined reference to 'XOpenDisplay'
/usr/bin/ld: lxR2P.o: in function R2PMakeCurrent:lxR2P.c(.text+0x2ca): error:
undefined reference to 'glXMakeCurrent'
/usr/bin/ld: lxR2P.o: in function R2PDestroy:lxR2P.c(.text+0x2f4): error:
undefined reference to 'glXDestroyGLXPixmap'
/usr/bin/ld: lxR2P.o: in function R2PDestroy:lxR2P.c(.text+0x309): error:
undefined reference to 'XFreePixmap'
/usr/bin/ld: lxR2P.o: in function R2PDestroy:lxR2P.c(.text+0x31d): error:
undefined reference to 'glXDestroyContext'
/usr/bin/ld: lxR2P.o: in function R2PDestroy:lxR2P.c(.text+0x32a): error:
undefined reference to 'XCloseDisplay'
/usr/bin/ld: lxTR.o: in function trBeginTile:lxTR.c(.text+0x57c): error:
undefined reference to 'glGetIntegerv'
/usr/bin/ld: lxTR.o: in function trBeginTile:lxTR.c(.text+0x745): error:
undefined reference to 'glViewport'
/usr/bin/ld: lxTR.o: in function trBeginTile:lxTR.c(.text+0x753): error:
undefined reference to 'glGetIntegerv'
/usr/bin/ld: lxTR.o: in function trBeginTile:lxTR.c(.text+0x75d): error:
undefined reference to 'glMatrixMode'
/usr/bin/ld: lxTR.o: in function trBeginTile:lxTR.c(.text+0x762): error:
undefined reference to 'glLoadIdentity'
/usr/bin/ld: lxTR.o: in function trBeginTile:lxTR.c(.text+0x8ef): error:
undefined reference to 'glFrustum'
/usr/bin/ld: lxTR.o: in function trBeginTile:lxTR.c(.text+0x938): error:
undefined reference to 'glOrtho'
/usr/bin/ld: lxTR.o: in function trBeginTile:lxTR.c(.text+0x942): error:
undefined reference to 'glMatrixMode'
/usr/bin/ld: lxTR.o: in function trEndTile:lxTR.c(.text+0x96d): error:
undefined reference to 'glFinish'
/usr/bin/ld: lxTR.o: in function trEndTile:lxTR.c(.text+0x97b): error:
undefined reference to 'glGetIntegerv'
/usr/bin/ld: lxTR.o: in function trEndTile:lxTR.c(.text+0x989): error:
undefined reference to 'glGetIntegerv'
/usr/bin/ld: lxTR.o: in function trEndTile:lxTR.c(.text+0xa09): error:
undefined reference to 'glReadPixels'
/usr/bin/ld: lxTR.o: in function trEndTile:lxTR.c(.text+0xaa2): error:
undefined reference to 'glPixelStorei'
/usr/bin/ld: lxTR.o: in function trEndTile:lxTR.c(.text+0xaaf): error:
undefined reference to 'glPixelStorei'
/usr/bin/ld: lxTR.o: in function trEndTile:lxTR.c(.text+0xabc): error:
undefined reference to 'glPixelStorei'
/usr/bin/ld: lxTR.o: in function trEndTile:lxTR.c(.text+0xaf9): error:
undefined reference to 'glReadPixels'
/usr/bin/ld: lxTR.o: in function trEndTile:lxTR.c(.text+0xb06): error:
undefined reference to 'glPixelStorei'
/usr/bin/ld: lxTR.o: in function trEndTile:lxTR.c(.text+0xb86): error:
undefined reference to 'glViewport'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xc10): error:
undefined reference to 'glRasterPos3f'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xc26): error:
undefined reference to 'glGetDoublev'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xc37): error:
undefined reference to 'glGetDoublev'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xcc0): error:
undefined reference to 'gluProject'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xcd2): error:
undefined reference to 'glMatrixMode'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xcd7): error:
undefined reference to 'glPushMatrix'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xcdc): error:
undefined reference to 'glLoadIdentity'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xce6): error:
undefined reference to 'glMatrixMode'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xceb): error:
undefined reference to 'glPushMatrix'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xcf0): error:
undefined reference to 'glLoadIdentity'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xd33): error:
undefined reference to 'glOrtho'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xd59): error:
undefined reference to 'glRasterPos3f'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xd96): error:
undefined reference to 'glBitmap'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xd9b): error:
undefined reference to 'glPopMatrix'
/usr/bin/ld: lxTR.o: in function trRasterPos3f:lxTR.c(.text+0xdaa): error:
undefined reference to 'glPopMatrix'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x135d): error: undefined reference to 'glGenTextures'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x136d): error: undefined reference to 'glBindTexture'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x1381): error: undefined reference to 'glTexParameteri'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x1395): error: undefined reference to 'glTexParameteri'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x13a9): error: undefined reference to 'glTexParameteri'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x13bd): error: undefined reference to 'glTexParameteri'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x13f4): error: undefined reference to 'glPushAttrib'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x1420): error: undefined reference to 'glPixelTransferf'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x144c): error: undefined reference to 'glPixelTransferf'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x1478): error: undefined reference to 'glPixelTransferf'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x14a4): error: undefined reference to 'glPixelTransferf'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x1537): error: undefined reference to 'glTexImage2D'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::TranslucentTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x153c): error: undefined reference to 'glPopAttrib'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::GrayscaleTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x185b): error: undefined reference to 'glGenTextures'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::GrayscaleTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x186b): error: undefined reference to 'glBindTexture'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::GrayscaleTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x18f2): error: undefined reference to 'glPushAttrib'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::GrayscaleTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x1a35): error: undefined reference to 'glTexImage2D'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::GrayscaleTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x1a3a): error: undefined reference to 'glPopAttrib'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::MonochromeTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x2009): error: undefined reference to 'glGenTextures'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::MonochromeTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x2019): error: undefined reference to 'glBindTexture'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::MonochromeTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x213a): error: undefined reference to 'glPixelMapfv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::MonochromeTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x214d): error: undefined reference to 'glPixelMapfv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::MonochromeTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x2160): error: undefined reference to 'glPixelMapfv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::MonochromeTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x2176): error: undefined reference to 'glPixelMapfv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::MonochromeTexture::bindTexture(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x21b1): error: undefined reference to 'glTexImage2D'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Polygonal::clearCaches():lxOGLFT.cxx(.text+0x2349): error: undefined
reference to 'glDeleteLists'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Raster::clearCaches():lxOGLFT.cxx(.text+0x23b9): error: undefined
reference to 'glDeleteLists'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Texture::clearCaches():lxOGLFT.cxx(.text+0x2429): error: undefined
reference to 'glDeleteLists'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Texture::clearCaches():lxOGLFT.cxx(.text+0x248e): error: undefined
reference to 'glDeleteTextures'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::beginCallback(unsigned
int):lxOGLFT.cxx(.text+0x24e1): error: undefined reference to 'glBegin'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::endCallback():lxOGLFT.cxx(.text+0x24ed): error: undefined
reference to 'glEnd'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Outline::moveToCallback(FT_Vector_*,
OGLFT::Outline*):lxOGLFT.cxx(.text+0x2515): error: undefined reference to
'glEnd'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Outline::moveToCallback(FT_Vector_*,
OGLFT::Outline*):lxOGLFT.cxx(.text+0x2582): error: undefined reference to
'glBegin'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2734): error: undefined reference to
'glBindTexture'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x274f): error: undefined reference to
'glPushMatrix'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2792): error: undefined reference to
'glTranslatef'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x27cd): error: undefined reference to
'glRotatef'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2808): error: undefined reference to
'glRotatef'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2843): error: undefined reference to
'glRotatef'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x289f): error: undefined reference to
'glTranslatef'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x28a9): error: undefined reference to 'glBegin'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x28b8): error: undefined reference to
'glTexCoord2i'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x28d1): error: undefined reference to
'glVertex2f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x28e1): error: undefined reference to
'glTexCoord2f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2903): error: undefined reference to
'glVertex2f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2927): error: undefined reference to
'glTexCoord2f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2952): error: undefined reference to
'glVertex2f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2965): error: undefined reference to
'glTexCoord2f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2987): error: undefined reference to
'glVertex2f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x298c): error: undefined reference to 'glEnd'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x29a3): error: undefined reference to
'glPopMatrix'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x29fe): error: undefined reference to
'glTranslatef'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::compileGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2a3a): error: undefined reference to
'glGenLists'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::compileGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2a4a): error: undefined reference to
'glNewList'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Texture::compileGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2a6a): error: undefined reference to
'glEndList'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Polygonal::compileGlyph(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x2a8d): error: undefined reference to 'glGenLists'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Polygonal::compileGlyph(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x2a9d): error: undefined reference to 'glNewList'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Polygonal::compileGlyph(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x2abd): error: undefined reference to 'glEndList'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Raster::compileGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2adf): error: undefined reference to
'glGenLists'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Raster::compileGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2aef): error: undefined reference to
'glNewList'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Raster::compileGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x2b0f): error: undefined reference to
'glEndList'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::errorCallback(unsigned
int):lxOGLFT.cxx(.text+0x4130): error: undefined reference to 'gluErrorString'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::vertexCallback(OGLFT::Polygonal::VertexInfo*):lxOGLFT.cxx(.text+0x420b):
error: undefined reference to 'glColor4fv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::vertexCallback(OGLFT::Polygonal::VertexInfo*):lxOGLFT.cxx(.text+0x423c):
error: undefined reference to 'glTexCoord2fv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::vertexCallback(OGLFT::Polygonal::VertexInfo*):lxOGLFT.cxx(.text+0x4245):
error: undefined reference to 'glVertex3dv'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::cubicToCallback(FT_Vector_*,
FT_Vector_*, FT_Vector_*, OGLFT::Filled*):lxOGLFT.cxx(.text+0x47da): error:
undefined reference to 'gluTessVertex'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::cubicToCallback(FT_Vector_*,
FT_Vector_*, FT_Vector_*, OGLFT::Filled*):lxOGLFT.cxx(.text+0x4940): error:
undefined reference to 'gluTessVertex'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::conicToCallback(FT_Vector_*,
FT_Vector_*, OGLFT::Filled*):lxOGLFT.cxx(.text+0x4d0b): error: undefined
reference to 'gluTessVertex'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::conicToCallback(FT_Vector_*,
FT_Vector_*, OGLFT::Filled*):lxOGLFT.cxx(.text+0x4e2d): error: undefined
reference to 'gluTessVertex'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::moveToCallback(FT_Vector_*,
OGLFT::Filled*):lxOGLFT.cxx(.text+0x4ff2): error: undefined reference to
'gluTessEndContour'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::moveToCallback(FT_Vector_*,
OGLFT::Filled*):lxOGLFT.cxx(.text+0x5065): error: undefined reference to
'gluTessBeginContour'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Outline::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x517d): error: undefined reference to
'glPushMatrix'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Outline::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x51ed): error: undefined reference to
'glTranslatef'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Outline::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x5222): error: undefined reference to
'glRotatef'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Outline::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x5354): error: undefined reference to 'glEnd'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Outline::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x5368): error: undefined reference to
'glPopMatrix'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x572c): error: undefined reference to
'glNormal3f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x5741): error: undefined reference to
'glNormal3f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x5750): error: undefined reference to
'glPolygonMode'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x576f): error: undefined reference to
'gluTessBeginPolygon'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x57b9): error: undefined reference to
'gluTessEndContour'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Filled::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x57c9): error: undefined reference to
'gluTessEndPolygon'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::init():lxOGLFT.cxx(.text+0x59d3): error: undefined reference to
'gluNewTess'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::init():lxOGLFT.cxx(.text+0x59fb): error: undefined reference to
'gluTessCallback'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::init():lxOGLFT.cxx(.text+0x5a15): error: undefined reference to
'gluTessCallback'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::init():lxOGLFT.cxx(.text+0x5a2f): error: undefined reference to
'gluTessCallback'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::init():lxOGLFT.cxx(.text+0x5a49): error: undefined reference to
'gluTessCallback'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Outline::cubicToCallback(FT_Vector_*, FT_Vector_*, FT_Vector_*,
OGLFT::Outline*):lxOGLFT.cxx(.text+0x5f9a): error: undefined reference to
'glColor4fv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Outline::cubicToCallback(FT_Vector_*, FT_Vector_*, FT_Vector_*,
OGLFT::Outline*):lxOGLFT.cxx(.text+0x5fa6): error: undefined reference to
'glVertex2dv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Outline::cubicToCallback(FT_Vector_*, FT_Vector_*, FT_Vector_*,
OGLFT::Outline*):lxOGLFT.cxx(.text+0x60a9): error: undefined reference to
'glColor4fv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Outline::cubicToCallback(FT_Vector_*, FT_Vector_*, FT_Vector_*,
OGLFT::Outline*):lxOGLFT.cxx(.text+0x60b5): error: undefined reference to
'glVertex2dv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Outline::conicToCallback(FT_Vector_*, FT_Vector_*,
OGLFT::Outline*):lxOGLFT.cxx(.text+0x6425): error: undefined reference to
'glColor4fv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Outline::conicToCallback(FT_Vector_*, FT_Vector_*,
OGLFT::Outline*):lxOGLFT.cxx(.text+0x6431): error: undefined reference to
'glVertex2dv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Outline::conicToCallback(FT_Vector_*, FT_Vector_*,
OGLFT::Outline*):lxOGLFT.cxx(.text+0x6502): error: undefined reference to
'glVertex2dv'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Monochrome::renderGlyph(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x6938): error: undefined reference to 'glBitmap'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Translucent::renderGlyph(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x6bbb): error: undefined reference to 'glPushAttrib'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Translucent::renderGlyph(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x6cf0): error: undefined reference to 'glBitmap'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Translucent::renderGlyph(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x6d14): error: undefined reference to 'glDrawPixels'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Translucent::renderGlyph(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x6dca): error: undefined reference to 'glBitmap'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Translucent::renderGlyph(FT_FaceRec_*, unsigned
int):lxOGLFT.cxx(.text+0x6dd8): error: undefined reference to 'glPopAttrib'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Grayscale::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x7051): error: undefined reference to
'glPushAttrib'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Grayscale::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x71aa): error: undefined reference to
'glDrawPixels'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Grayscale::renderGlyph(FT_FaceRec_*,
unsigned int):lxOGLFT.cxx(.text+0x726e): error: undefined reference to
'glPopAttrib'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Raster::measure(wchar_t):lxOGLFT.cxx(.text+0x7461): error: undefined
reference to 'glGetDoublev'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Raster::measure(wchar_t):lxOGLFT.cxx(.text+0x7472): error: undefined
reference to 'glGetDoublev'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Raster::measure(wchar_t):lxOGLFT.cxx(.text+0x74bc): error: undefined
reference to 'gluUnProject'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Raster::measure(wchar_t):lxOGLFT.cxx(.text+0x7521): error: undefined
reference to 'gluUnProject'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Raster::measure(wchar_t):lxOGLFT.cxx(.text+0x75e6): error: undefined
reference to 'gluUnProject'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Raster::measure(wchar_t):lxOGLFT.cxx(.text+0x76ac): error: undefined
reference to 'gluUnProject'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Face::draw(wchar_t):lxOGLFT.cxx(.text+0x8298): error: undefined
reference to 'glCallList'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Face::draw(wchar_t):lxOGLFT.cxx(.text+0x831d): error: undefined
reference to 'glCallList'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(float, float, float,
wchar_t):lxOGLFT.cxx(.text+0x83c0): error: undefined reference to 'glColor4f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(float, float, float,
wchar_t):lxOGLFT.cxx(.text+0x83cf): error: undefined reference to
'glRasterPos2i'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(float, float,
wchar_t):lxOGLFT.cxx(.text+0x8447): error: undefined reference to 'glColor4f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(float, float,
wchar_t):lxOGLFT.cxx(.text+0x8456): error: undefined reference to
'glRasterPos2i'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(unsigned
char):lxOGLFT.cxx(.text+0x84de): error: undefined reference to 'glCallList'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(unsigned
char):lxOGLFT.cxx(.text+0x8562): error: undefined reference to 'glCallList'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(float, float, float,
unsigned char):lxOGLFT.cxx(.text+0x8607): error: undefined reference to
'glColor4f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(float, float, float,
unsigned char):lxOGLFT.cxx(.text+0x8616): error: undefined reference to
'glRasterPos2i'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(float, float, unsigned
char):lxOGLFT.cxx(.text+0x8690): error: undefined reference to 'glColor4f'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(float, float, unsigned
char):lxOGLFT.cxx(.text+0x869f): error: undefined reference to 'glRasterPos2i'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::draw(float, float, float,
wxString const&):lxOGLFT.cxx(.text+0x8bef): error: undefined reference to
'glTranslated'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::compile(wxString
const&):lxOGLFT.cxx(.text+0x8f69): error: undefined reference to 'glGenLists'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::compile(wxString
const&):lxOGLFT.cxx(.text+0x8f79): error: undefined reference to 'glNewList'
/usr/bin/ld: lxOGLFT.o: in function OGLFT::Face::compile(wxString
const&):lxOGLFT.cxx(.text+0x8fe8): error: undefined reference to 'glEndList'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::~Filled():lxOGLFT.cxx(.text+0xa626): error: undefined reference
to 'gluDeleteTess'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::~Filled():lxOGLFT.cxx(.text+0xa6f0): error: undefined reference
to 'gluDeleteTess'
/usr/bin/ld: lxOGLFT.o: in function
OGLFT::Filled::~Filled():lxOGLFT.cxx(.text+0xa7ba): error: undefined reference
to 'gluDeleteTess'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPDFFooter():lxRender.cxx(.text+0xafd): error: undefined
reference to 'png_write_end'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPDFFooter():lxRender.cxx(.text+0xfb2): error: undefined
reference to 'png_destroy_write_struct'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPNGFooter():lxRender.cxx(.text+0x1008): error: undefined
reference to 'png_write_end'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPNGFooter():lxRender.cxx(.text+0x101d): error: undefined
reference to 'png_destroy_write_struct'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPDFHeader():lxRender.cxx(.text+0x1228): error: undefined
reference to 'png_create_write_struct'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPDFHeader():lxRender.cxx(.text+0x1265): error: undefined
reference to 'png_create_info_struct'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPDFHeader():lxRender.cxx(.text+0x12eb): error: undefined
reference to 'png_init_io'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPDFHeader():lxRender.cxx(.text+0x136e): error: undefined
reference to 'png_set_IHDR'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPDFHeader():lxRender.cxx(.text+0x1389): error: undefined
reference to 'png_write_info'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPNGHeader():lxRender.cxx(.text+0x13f7): error: undefined
reference to 'png_create_write_struct'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPNGHeader():lxRender.cxx(.text+0x142b): error: undefined
reference to 'png_create_info_struct'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPNGHeader():lxRender.cxx(.text+0x148f): error: undefined
reference to 'png_init_io'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPNGHeader():lxRender.cxx(.text+0x1503): error: undefined
reference to 'png_set_IHDR'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPNGHeader():lxRender.cxx(.text+0x1600): error: undefined
reference to 'png_set_pHYs'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::RenderPNGHeader():lxRender.cxx(.text+0x1615): error: undefined
reference to 'png_write_info'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::Render():lxRender.cxx(.text+0x24eb): error: undefined reference
to 'glColorMask'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::Render():lxRender.cxx(.text+0x252a): error: undefined reference
to 'glClearColor'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::Render():lxRender.cxx(.text+0x2542): error: undefined reference
to 'glClearColor'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::Render():lxRender.cxx(.text+0x254c): error: undefined reference
to 'glClear'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::Render():lxRender.cxx(.text+0x25de): error: undefined reference
to 'glColorMask'
/usr/bin/ld: lxRender.o: in function
lxRenderFile::Render():lxRender.cxx(.text+0x28cb): error: undefined reference
to 'png_write_row'
/usr/bin/ld: lxImgIO.o: in function lxRead_JPEG_file(char const*,
_IO_FILE*):lxImgIO.cxx(.text+0xad): error: undefined reference to
'jpeg_std_error'
/usr/bin/ld: lxImgIO.o: in function lxRead_JPEG_file(char const*,
_IO_FILE*):lxImgIO.cxx(.text+0xe7): error: undefined reference to
'jpeg_destroy_decompress'
/usr/bin/ld: lxImgIO.o: in function lxRead_JPEG_file(char const*,
_IO_FILE*):lxImgIO.cxx(.text+0x133): error: undefined reference to
'jpeg_CreateDecompress'
/usr/bin/ld: lxImgIO.o: in function lxRead_JPEG_file(char const*,
_IO_FILE*):lxImgIO.cxx(.text+0x146): error: undefined reference to
'jpeg_stdio_src'
/usr/bin/ld: lxImgIO.o: in function lxRead_JPEG_file(char const*,
_IO_FILE*):lxImgIO.cxx(.text+0x157): error: undefined reference to
'jpeg_read_header'
/usr/bin/ld: lxImgIO.o: in function lxRead_JPEG_file(char const*,
_IO_FILE*):lxImgIO.cxx(.text+0x163): error: undefined reference to
'jpeg_start_decompress'
/usr/bin/ld: lxImgIO.o: in function lxRead_JPEG_file(char const*,
_IO_FILE*):lxImgIO.cxx(.text+0x1f2): error: undefined reference to
'jpeg_read_scanlines'
/usr/bin/ld: lxImgIO.o: in function lxRead_JPEG_file(char const*,
_IO_FILE*):lxImgIO.cxx(.text+0x22d): error: undefined reference to
'jpeg_finish_decompress'
/usr/bin/ld: lxImgIO.o: in function lxRead_JPEG_file(char const*,
_IO_FILE*):lxImgIO.cxx(.text+0x239): error: undefined reference to
'jpeg_destroy_decompress'
/usr/bin/ld: lxImgIO.o: in function lxWrite_JPEG_file(char const*, int,
lxImageRGB):lxImgIO.cxx(.text+0x2f3): error: undefined reference to
'jpeg_std_error'
/usr/bin/ld: lxImgIO.o: in function lxWrite_JPEG_file(char const*, int,
lxImageRGB):lxImgIO.cxx(.text+0x310): error: undefined reference to
'jpeg_CreateCompress'
/usr/bin/ld: lxImgIO.o: in function lxWrite_JPEG_file(char const*, int,
lxImageRGB):lxImgIO.cxx(.text+0x359): error: undefined reference to
'jpeg_stdio_dest'
/usr/bin/ld: lxImgIO.o: in function lxWrite_JPEG_file(char const*, int,
lxImageRGB):lxImgIO.cxx(.text+0x38b): error: undefined reference to
'jpeg_set_defaults'
/usr/bin/ld: lxImgIO.o: in function lxWrite_JPEG_file(char const*, int,
lxImageRGB):lxImgIO.cxx(.text+0x3a2): error: undefined reference to
'jpeg_set_quality'
/usr/bin/ld: lxImgIO.o: in function lxWrite_JPEG_file(char const*, int,
lxImageRGB):lxImgIO.cxx(.text+0x3b3): error: undefined reference to
'jpeg_start_compress'
/usr/bin/ld: lxImgIO.o: in function lxWrite_JPEG_file(char const*, int,
lxImageRGB):lxImgIO.cxx(.text+0x3ec): error: undefined reference to
'jpeg_write_scanlines'
/usr/bin/ld: lxImgIO.o: in function lxWrite_JPEG_file(char const*, int,
lxImageRGB):lxImgIO.cxx(.text+0x408): error: undefined reference to
'jpeg_finish_compress'
/usr/bin/ld: lxImgIO.o: in function lxWrite_JPEG_file(char const*, int,
lxImageRGB):lxImgIO.cxx(.text+0x41d): error: undefined reference to
'jpeg_destroy_compress'
/usr/bin/ld: lxData.o: in function
lxData::ExportVTK(wxString):lxData.cxx(.text+0x2a4): error: undefined reference
to 'vtkPolyDataWriter::New()'
/usr/bin/ld: lxData.o: in function
lxData::ExportVTK(wxString):lxData.cxx(.text+0x307): error: undefined reference
to 'vtkWriter::SetInput(vtkDataObject*)'
/usr/bin/ld: lxData.o: in function lxDataTexture::CreateTexImages(int,
int):lxData.cxx(.text+0x566): error: undefined reference to 'gluScaleImage'
/usr/bin/ld: lxData.o: in function lxDataTexture::CreateTexImages(int,
int):lxData.cxx(.text+0x702): error: undefined reference to 'gluScaleImage'
/usr/bin/ld: lxGLC.o: in function lxGLCanvas::RenderILine(double, double,
double, double):lxGLC.cxx(.text+0xeac): error: undefined reference to 'glBegin'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderIDepthbar(double):lxGLC.cxx(.text+0x249d): error: undefined
reference to 'glShadeModel'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderIDepthbar(double):lxGLC.cxx(.text+0x263f): error: undefined
reference to 'glShadeModel'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x5348): error: undefined reference to
'glLineWidth'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x5357): error: undefined reference to
'glLoadIdentity'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x53ff): error: undefined reference to
'gluOrtho2D'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x5409): error: undefined reference to
'glDepthMask'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x5413): error: undefined reference to
'glDisable'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x541d): error: undefined reference to
'glDisable'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x5427): error: undefined reference to
'glShadeModel'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x543b): error: undefined reference to
'glEnable'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x5685): error: undefined reference to
'glDepthMask'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x568f): error: undefined reference to
'glEnable'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderInds():lxGLC.cxx(.text+0x5699): error: undefined reference to
'glDisable'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::SetIndicatorsTransform():lxGLC.cxx(.text+0x579f): error: undefined
reference to 'glLineWidth'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::SetIndicatorsTransform():lxGLC.cxx(.text+0x5862): error: undefined
reference to 'glOrtho'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::OpenGLInit():lxGLC.cxx(.text+0x5890): error: undefined reference to
'glEnable'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::OpenGLInit():lxGLC.cxx(.text+0x589a): error: undefined reference to
'glEnable'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::OpenGLInit():lxGLC.cxx(.text+0x58b3): error: undefined reference to
'glBlendFunc'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::GeomOutline():lxGLC.cxx(.text+0x5be9): error: undefined reference
to 'glVertex3f'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::GeomOutline():lxGLC.cxx(.text+0x5cf8): error: undefined reference
to 'glVertex3f'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::GeomOutline():lxGLC.cxx(.text+0x5e07): error: undefined reference
to 'glVertex3f'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::GeomOutline():lxGLC.cxx(.text+0x5f16): error: undefined reference
to 'glVertex3f'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderCenterline():lxGLC.cxx(.text+0x6e2e): error: undefined
reference to 'glLineWidth'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderCenterline():lxGLC.cxx(.text+0x6e3d): error: undefined
reference to 'glLineWidth'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderCenterline():lxGLC.cxx(.text+0x6f88): error: undefined
reference to 'glColor3f'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderCenterline():lxGLC.cxx(.text+0x70cf): error: undefined
reference to 'glColor3f'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderCenterline():lxGLC.cxx(.text+0x7103): error: undefined
reference to 'glColor3f'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderCenterline():lxGLC.cxx(.text+0x7207): error: undefined
reference to 'glColor3f'
/usr/bin/ld: lxGLC.o: in function lxGLCanvas::ProjectPoint(double, double,
double, double*, double*, double*):lxGLC.cxx(.text+0x74cb): error: undefined
reference to 'gluProject'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderOffList():lxGLC.cxx(.text+0x7663): error: undefined reference
to 'glShadeModel'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderOffList():lxGLC.cxx(.text+0x766d): error: undefined reference
to 'glDepthMask'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderOffList():lxGLC.cxx(.text+0x7677): error: undefined reference
to 'glDisable'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderOffList():lxGLC.cxx(.text+0x7814): error: undefined reference
to 'glVertex3d'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderOffList():lxGLC.cxx(.text+0x7829): error: undefined reference
to 'glVertex3d'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderOffList():lxGLC.cxx(.text+0x7842): error: undefined reference
to 'glVertex3d'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderOffList():lxGLC.cxx(.text+0x7857): error: undefined reference
to 'glVertex3d'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderOffList():lxGLC.cxx(.text+0x7f18): error: undefined reference
to 'glTranslated'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderOffList():lxGLC.cxx(.text+0x803d): error: undefined reference
to 'glTranslated'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderOffList():lxGLC.cxx(.text+0x8158): error: undefined reference
to 'glTranslated'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8940): error: undefined reference
to 'glPolygonMode'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8a76): error: undefined reference
to 'glDepthMask'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8aa5): error: undefined reference
to 'glLightModeli'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8ab9): error: undefined reference
to 'glMaterialfv'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8acc): error: undefined reference
to 'glMaterialfv'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8ae0): error: undefined reference
to 'glMaterialfv'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8af4): error: undefined reference
to 'glMaterialfv'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8b25): error: undefined reference
to 'glTexEnvf'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8c78): error: undefined reference
to 'glNormal3f'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8da6): error: undefined reference
to 'glTexCoord2f'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderSurface():lxGLC.cxx(.text+0x8eb5): error: undefined reference
to 'glNormal3f'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderScrapWalls():lxGLC.cxx(.text+0x937c): error: undefined
reference to 'glPolygonMode'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderScrapWalls():lxGLC.cxx(.text+0x94df): error: undefined
reference to 'glLightModeli'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderScrapWalls():lxGLC.cxx(.text+0x9534): error: undefined
reference to 'glColorMaterial'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderAll():lxGLC.cxx(.text+0x9efe): error: undefined reference to
'glClearColor'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderAll():lxGLC.cxx(.text+0x9f11): error: undefined reference to
'glClearColor'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderAll():lxGLC.cxx(.text+0x9f31): error: undefined reference to
'glClearDepth'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderAll():lxGLC.cxx(.text+0x9f51): error: undefined reference to
'glClear'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderAll():lxGLC.cxx(.text+0x9f5d): error: undefined reference to
'glClear'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderAll():lxGLC.cxx(.text+0xa0a4): error: undefined reference to
'glCullFace'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::SetCamera():lxGLC.cxx(.text+0xa32d): error: undefined reference to
'gluPerspective'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::SetCamera():lxGLC.cxx(.text+0xa410): error: undefined reference to
'gluPerspective'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::SetCamera():lxGLC.cxx(.text+0xa4dd): error: undefined reference to
'glOrtho'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::SetCamera():lxGLC.cxx(.text+0xaa88): error: undefined reference to
'gluLookAt'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::SetCamera():lxGLC.cxx(.text+0xabe7): error: undefined reference to
'gluLookAt'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::SetColorMask():lxGLC.cxx(.text+0xafca): error: undefined reference
to 'glColorMask'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::SetColorMask():lxGLC.cxx(.text+0xafe8): error: undefined reference
to 'glColorMask'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::UpdateRenderContents():lxGLC.cxx(.text+0xb6b5): error: undefined
reference to 'glTexImage2D'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderScreen():lxGLC.cxx(.text+0xc2e9): error: undefined reference
to 'glViewport'
/usr/bin/ld: lxGLC.o: in function
lxGLCanvas::RenderScreen():lxGLC.cxx(.text+0xc354): error: undefined reference
to 'glClear'
collect2: ld returned 1 exit status
make[2]: *** [loch] Error 1
--- End Message ---