Enviado em 04/09/2021 - 22:46h
Eu instalei o Allegro através do
sudo dnf install AllegroE escrevi algo bem simples pra testar:
#include <allegro5/allegro5.h>Resultado:
#include <allegro5/allegro_font.h>
int main()
{
al_init();
return 0;
}
undefined reference to `al_install_system'Eu testei outras funções como a keyboard e também da undefined. Parece ser um erro no linker, mas não consegui progredir
collect2: error: ld returned 1 exit status