View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001523CMakepublic2005-01-23 09:272005-04-05 16:13
ReporterSimon Warfield 
Assigned ToBill Hoffman 
PriorityurgentSeveritymajorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001523: cmake is x86_64 unaware
Descriptionlinux AMD64/EM64T platform simultaneously supports
32 bit and 64 bit binaries. However, in some cases it is desirable to link to only 64 bit or only 32 bit libraries, and by default only 64 bit libraries may be installed.

For example:
in detecting OpenGL GLU libraries, a check should first be made for what the compile mode is (64 bit or 32 bit), and the search path should include:
/usr/lib64/libGLU.so

in detecting tcl/tk, the library may be :
/usr/lib64/libtk8.3.so

etc.

Since cmake is not lib64 architecture aware, it fails to correctly configure for that platform.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0002293)
Bill Hoffman (manager)
2005-04-05 16:12

duplicate bug for 1356
(0002294)
Bill Hoffman (manager)
2005-04-05 16:13

That is 1366

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team