View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001450CMakepublic2005-01-02 14:392005-02-09 23:01
ReporterBill Lorensen 
Assigned ToSystem Admin 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001450: Possible invalid return value for TestBigEndian
DescriptionIf TestBigEndian fails to execute, the return value is not interpreted correctly.
In particular, if TestBigEndian fails because of a missing or incorrect .so, the return value may be not 1, but some other non-zero value. TestBigEndian.cmake should check to see if the value returned is neither 0 nor 1. If so, it should report an error. The current implementation assumes that the system is BigEndian.
For example, on linux using the intel icc 8.0 compiler, failure to assign the proper LD_LIBRARY_PATH can cause TestBigEndian to reurn a value of 127.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0002048)
Bill Hoffman (manager)
2005-02-09 23:01

Fixed in cvs.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team