[HELP] Installing Allegro on Linux

Started by
11 comments, last by SriLumpa 12 years, 8 months ago
Instead of
`allegro-config --libs`
(backquotes included), you have to put
-L/usr/lib -Wl, -Bsymbolic-functions -lalleg-4.2.2
Advertisement
Same error
You can try with just:-L/usr/lib -lalleg-4.2.2You can check the lib file for symbols.

Reproducing (or not) manually outside of codeblocks would also give hints.

This topic is closed to new replies.

Advertisement