Building static libraries under Linux
David Goodenough <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <CANA1XhX2xogxebyeOStfyjzkcNbxJ2oEfEp1a20=zWfQrLzoaA@mail.gmail.com> |
I suspect that I'm doing something wrong, but as far as I can see, this should work. I downloaded the mesa-19.1.6 source, unpacked the tarball, and then executed the following three commands: meson build-mesa meson configure build-mesa -Ddefault_library=both -Dosmesa=gallium -Dgallium_drivers=swrast ninja -C build-mesa The intention is to build the statically linked OSMesa library that uses the gallium drivers. When the build had finished build-mesa/src/gallium/targets/osmesa only contained the shared library, there was no file anywhere in build-mesa that matched the pattern *OSMesa*.a What should I do to fix this? _______________________________________________ mesa-users mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-users