Originally posted by birdie
View Post
libweston is a shared library. A shared library/object can be used by multiple applications. My last post in that topic links to this oracle page that explains what a shared object is. I then quoted the page as I will do again right now lol
A shared object is an indivisible unit that is generated from one or more relocatable objects. Shared objects can be bound with dynamic executables to form a runable process. As their name implies, shared objects can be shared by more than one application. Because of this potentially far-reaching effect, this chapter describes this form of link-editor output in greater depth than has been covered in previous chapters.
Here's yet another link describing what a shared library is.
A shared library or shared object is a file that is intended to be shared by multiple programs. Symbols used by a program are loaded from shared libraries into memory at load time or runtime.
A shared library or shared object is a file that is intended to be shared by executable files and further shared object files.
I have a feeling that you do get it but you've been invested in this idea for too long and your ego is refusing let you admit you're wrong. You've been saying that there needs to be a reference compositor for Wayland. You were pointed to Weston multiple times. You got angry and said it can't be a reference compositor because nothing else is using it. I pointed you to the definition of a "reference implementation" where it stated that a reference implementation doesn't have to be the most used implementation. Then without acknowledging that you were wrong about what a reference implementation is, you switch your argument to
Originally posted by birdie
View Post
You claimed that you admit when you're wrong. This is your chance to prove that.
Comment