[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SVGALIB on Thinkpad



On Tue, May 14, 2002 at 03:05:32PM +0200, Mads Bondo Dydensborg wrote:
> On Tue, 14 May 2002, Katie Lucas wrote:
> 
> > /usr/lib/libSDL.a(SDL_esdaudio.lo): In function `Audio_Available':
> > SDL_esdaudio.lo(.text+0x1c): undefined reference to `esd_open_sound'
> > SDL_esdaudio.lo(.text+0x31): undefined reference to `esd_close'
> > /usr/lib/libSDL.a(SDL_esdaudio.lo): In function `ESD_OpenAudio':
> > SDL_esdaudio.lo(.text+0x452): undefined reference to `esd_play_stream'
> > /usr/lib/libSDL.a(SDL_x11video.lo): In function `X11_VideoInit':
> > /usr/lib/libSDL.a(SDL_x11dga.lo): In function `X11_EnableDGAMouse':
> > SDL_x11dga.lo(.text+0xc6): undefined reference to `XF86DGAQueryExtension'
> > SDL_x11dga.lo(.text+0xea): undefined reference to `XF86DGAQueryVersion'
> > SDL_x11dga.lo(.text+0x118): undefined reference to `XF86DGADirectVideo'
> > /usr/lib/libSDL.a(SDL_x11dga.lo): In function `X11_CheckDGAMouse':
> > SDL_x11dga.lo(.text+0x17e): undefined reference to `XF86DGAQueryDirectVideo'
> > SDL_x11dga.lo(.text+0x1ab): undefined reference to `XF86DGADirectVideo'
> > /usr/lib/libSDL.a(SDL_x11dga.lo): In function `X11_DisableDGAMouse':
> > SDL_x11dga.lo(.text+0x1f9): undefined reference to `XF86DGADirectVideo'
> > 
> > 
> > Now this looks like a library issue, which makes me think
> > /usr/bin/sdl-config isn't installed correctly, but I have no idea how
> > to fix it.
> 
> I am almost 100% sure you just need to install a bunch of -devel packages
> for esd, x11, etc.

I can build X11/GLUT applications fine - ESD I don't know about.

I have a libXxf86dga.a which defines XF86DGADirectVideo, I've got
header files for that extension. I don't have an .so for that
library.. but the would you dynamic link it?