undefined symbol

Daniel Sperka djsperka at ucdavis.edu
Mon Jan 30 16:13:17 PST 2006


I'm experiencing the same problem with kernel 2.6.15.1, latest CVS drm 
and Mesa.

Where is egl making its determination of the driver to use? Why doesn't 
it choose radeon_dri.so instead of r200_dri.so?

Where does egl get its configuration from?


Thanks.

Dan

Otto Solares wrote:
> Hi!
> 
> I compile linux-dri with EGL enabled, it compiles fine but
> when running the demos at progs/egl I get errors.
> 
> These demos runs fine when using eglGetDisplay with
> EGL_DEFAULT_DISPLAY as it uses the demodriver, r200_dri
> have undefined symbols.
> 
> Also compiling fb_dri when added to the DRI_DIRS is broken.
> 
> I was using linux-solo like a year ago, I just recently realize
> about this extension which is _much_much_ better so keep the
> good work!
> 
> EGL Info: eglChooseDriver() choosing r200_dri
> EGL Debug: dlopen(r200_dri.so)
> EGL Warning: Could not open r200_dri.so
> (/home/solca/devel/Mesa/lib/r200_dri.so: undefined symbol: _glapi_Dispatch)
> eglinfo: eglInitialize failed
> 
> -otto



More information about the dri-egl mailing list