linking problem, can't find symbol even though nm shows symbol in library
问题 I'm linking an app against lflutter_linux_glfw . nm tools shows it has glad_glTexImage2D : nm libflutter_linux_glfw.so | grep glTexImage2D 00000000034e87a0 b glad_glTexImage2D 00000000034e87a8 b glad_glTexImage2DMultisample So I included lflutter_linux_glfw.so before flutter_video_renderer.o , and I get this: clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64