I don’t have time to wrestle with stinking forum syntax when all I am trying to do is figure out a problem completely unrelated. All the information is in the pastebin. It was not letting me post it so I did it the EASY way. I have been wrestling with this issue for hours. Thank you to any who respond.
http://pastebin.com/gL40jpHA I don’t have time to wrestle with stinking forum syntax when all I
Share
What does
pkg-config --cflags --libs allegro-5.0output ?pkg-config --cflagson its own returns nothing because it isn’t provided with the library to look up the custom CFLAGs and hence returns what CFLAGS is set which is nothing.Try specifying the include and library directories explicitly .
What does
g++ -o foo allegtest.cpp -I/usr/include -L/usr/lib -lallegrooutput ?