Documentation for a newer release is available. View Latest

Herramientas de desarrollo

pkgconf como Implementación de pkg-config del Sistema

En Fedora 26, la implementación de pkg-config se cambió a pkgconf. Esta es una implementación más reciente y con mantenimiento activo de pkg-config que ofrece compatibilidad más avanzada con archivos .pc y proporciona una interfaz de biblioteca para que los desarrolladores integren el procesamiento de pkg-config en sus aplicaciones.

More information about pkgconf can be found at pkgconf.org.

Enable systemd-coredump by Default

By default, core dumps from crashing programs are now stored by systemd-coredump, rather than created in the crashing process’s current working directory by ABRT. They may be extracted using the coredumpctl tool. For example, simply run coredumpctl gdb to view a backtrace for the most recent crash in gdb. For more information on this change, refer to the manpages coredumpctl(1), systemd-coredump(8), and coredump.conf(5).