-
Bug
-
Resolution: Done
-
P2: Important
-
1.0.0
-
None
-
Ubuntu Karmic x86_64, g++ 4.4.1, Qt SDK 2009.05
-
37a51d69ef010b8ecd49b2dad3fa0c897b9baf30
Passing a -prefix /whatever option to configure causes the install step to just install everything into include and lib at the root of the source tree. If I have the sources at /home/whatever/src/mobility, running ./configure -prefix /opt/mobility and make install creates /home/whatever/src/mobility/include and /home/whatever/src/mobility/lib and puts all headers in the former and all libs in the latter, but installs nothing into /opt/mobility.
This happens at least with eb8b12f0.