Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> I think the opengl driver situation is complex, where I hear you need userland per-hardware libraries which basically require dynamic linking

Yes. OpenGL driver is loading dynamically, but.. Are you sure that there are any problems with OpenGL ABI stability? I have never hear about breaking changes in it



The OpenGL ABI is extremely stable but OpenGL drivers (especially the open source ones) also use other libraries which distros like to link dynamically. This can cause problems if you ship different versions of the same libraries with your program. This includes statically linked libraries if you did not build them correctly and your executable still exports the library symbols. Not insurmountable problems but still thinks that inexperienced Linux developers can mess up.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: