I'd like to ./configure a software, that requires:
- libboost1.35-dev
- libboost-filesystem1.35-dev
- libboost-thread1.35-dev
My distribution (Ubuntu 9.10) has only 1.40, and the configuration process fails with message:
libboost1.35-dev library is not installed.
Is it the expected behaviour or a bug? Is there a way to configure this program with v1.40 packages? Is it a good solution to break somehow the dependency checking?