I'm trying to build Octave 3.6.1 on my 64bit ubuntu 11.10. I was able to fix all other warning messages from configure except this one: 'fontconfig library not found'. I tried to install libfontconfig, but apt-get uses libfontconfig1 instead of libfontconfig. How can I let configure to use libfontconfig1 instead?
Thanks.