[Mesa-dev] [Bug 38716] Can't build, error: undefined reference to `_eglFilterConfigArray'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 28 21:05:19 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=38716

--- Comment #8 from Alexandre Demers <alexandre.f.demers at gmail.com> 2011-06-28 21:05:19 PDT ---
Here are some different results:

-nm -D src/egl/main/eglconfig.o | grep eglFilter
nm: src/egl/main/eglconfig.o: No symbols

-nm src/egl/main/eglconfig.o | grep eglFilter
         U _eglFilterArray
00000c30 T _eglFilterConfigArray

-nm i386-linux-gnu/libEGL.so | grep eglFilter
00000000000089c0 T _eglFilterArray

and obviously
nm -D i386-linux-gnu/libEGL.so | grep eglFilter
00000000000089c0 T _eglFilterArray

I'll attach my log in a couple of minutes.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list