The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=11375 ====================================================================== Reported By: Mazhe Assigned To: ====================================================================== Project: CMake Issue ID: 11375 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-10-28 05:25 EDT Last Modified: 2010-10-28 05:25 EDT ====================================================================== Summary: CMake searching of library path on AMD64 architectures with GNU/Linux Description: When looking for libraries (in the context of native, ie 64bits, building) on AMD64/x86_64 architectures under GNU/Linux variants, cmake first tries the lib variants first and lib64 variant next.
While it is a fact that some distributions links lib <-> lib64 (see additional informations for the correctness of this linking), cmake won't work correctly on standards-compilent distributions (like fedora/red hat). ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2010-10-28 05:25 Mazhe New Issue ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
