Greetings. I'm trying to compile the bb ASCII art demo on Slackware (Download from
http://aa-project.sourceforge.net/bb/)
Configure doesn't seem to be able to find aalib, even though it is installed on my system. I thought it might be because I was running 64 bit (Slackware64-current), but trying to compile it on a 32 bit Slack 13.1 box fails at the same place:
checking for aa_init in -laa... no
checking for aa_init in -laa... no
--------------------------------------------------------
Library AA-lib is required for BB!
Please download it from ftp.ta.jcu.cz:/pub/aa
Install AA-lib into /usr/local/.. tree or just compile in same
directory as bb
Even after uninstalling aalib1.4rc5 and downloading the source, successfully compiling, and installing to /usr/local version 1.2 of aalib, the version listed under "stuff required to compile BB" on the website, I still get the same configure error when trying to compile bb.
aalib does seem to work on my system, as the aafire demo works fine.
Thanks.