I'm trying to build gtk+1.3 on ubuntu and I'm getting an error during configure,
ld: cannot find -lpango
I tried installing a ton of pango libraries and its still not installed so I'm not sure what to do. I keep testing it with
ld -lpango
But get the same error. Has anyone successfully installed a pre-built pango on ubuntu? From any repos? Pango website says its difficult to build and I'd like to use a prebuilt binary if possible.
Also I had an error with atk not being found but all I had to do was install libatk1.0* and that was fixed.