MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0011027 | CMake | Modules | public | 2010-07-22 05:34 | 2011-10-27 19:01 | |||||
| Reporter | George Petasis | |||||||||
| Assigned To | David Cole | |||||||||
| Priority | normal | Severity | block | Reproducibility | always | |||||
| Status | closed | Resolution | fixed | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | CMake-2-8 | |||||||||
| Target Version | Fixed in Version | CMake 2.8.4 | ||||||||
| Summary | 0011027: FindPerlLibs.cmake fails to locate perl library under OS X 10.6 | |||||||||
| Description | FindPerlLibs does not work for perl under Snow Leopard. In order to locate the libperl.dylib, it constructs PERL_POSSIBLE_LIB_PATHS based on the value of PERL_ARCHLIB, which is filled with "perl -V:installarchlib". Thus, PERL_ARCHLIB gets the value /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level, while "perl -V:archlib" returns /System/Library/Perl/5.10.0/darwin-thread-multi-2level. locate libperl: /System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE/libperl.dylib /System/Library/Perl/5.8.9/darwin-thread-multi-2level/CORE/libperl.dylib /System/Library/Perl/lib/5.10/libperl.dylib /System/Library/Perl/lib/5.8/libperl.dylib So, FindPerlLibs.cmake needs to also add the path returned aby archlib when searching for library & include files. | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2010-07-22 05:34 | George Petasis | New Issue | ||||||||
| 2011-01-17 16:36 | David Cole | Assigned To | => David Cole | |||||||
| 2011-01-17 16:36 | David Cole | Status | new => assigned | |||||||
| 2011-01-17 16:37 | David Cole | Note Added: 0024826 | ||||||||
| 2011-01-19 11:56 | David Cole | Note Added: 0024925 | ||||||||
| 2011-01-19 11:56 | David Cole | Status | assigned => resolved | |||||||
| 2011-01-19 11:56 | David Cole | Fixed in Version | => CMake 2.8.4 | |||||||
| 2011-01-19 11:56 | David Cole | Resolution | open => fixed | |||||||
| 2011-05-02 14:46 | David Cole | Note Added: 0026367 | ||||||||
| 2011-05-02 14:46 | David Cole | Status | resolved => closed | |||||||
| 2011-10-28 13:33 | Brad King | Relationship added | related to 0012544 | |||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||