Discussion:
[arch-general] Static Lib Build for SDL2
Jayesh Badwaik via arch-general
2018-11-03 10:01:50 UTC
Permalink
Hi,

As I currently notice here (line 32)

https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?
h=packages/sdl2#n31

The SDL2 library is not build with a static component. This is useful for a
lot of development and hence, it would be nice if it is build with static
component. Also, it would be also good if the line 50 of the package was not
done, since that causes problem with using CMake files portably across other
systems. If instead such a thing is needed, I would suggest that a symlink
`libSDL2.a` be created to point to `SDL2main.a`.

Cheers
--
Jayesh Badwaik
https://jayeshbadwaik.github.io
Jayesh Badwaik via arch-general
2018-11-03 10:02:42 UTC
Permalink
Fixed the link:

https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/sdl2#n50
--
Jayesh Badwaik
https://jayeshbadwaik.github.io
Jayesh Badwaik via arch-general
2018-11-03 11:40:19 UTC
Permalink
Hmm, sorry for the noise. You can safely ignore the mail. The problem was caused by incompatible configuration in other operating systems, not ArchLinux.
--
Cheers
Jayesh Badwaik
https://jayeshbadwaik.github.io
Loading...