为了使用 allegro 5 编译代码,我需要向 g++ 添加哪些标志?我试过了
g++ allegro5test.cpp -o allegro5test `allegro-config --libs`
但这不起作用。我正在使用 ubuntu 11.04。我使用http://wiki.allegro.cc/index.php?title=Install_Allegro5_From_SVN/Linux/Debian上的说明安装了 allegro 5
我试过了:
g++ allegro5test.cpp -o allegro5test `allegro-config --cflags --libs`
它还给出了一堆未定义的错误,例如: undefined reference to `al_install_system'
allegro-config --cflags --libs
输出:
-I/usr/local/include
-L/usr/local/lib -lalleg