MantisBT - CMake
View Issue Details
0012537CMakeCMakepublic2011-10-24 17:282012-02-08 14:27
Ken Steele 
 
normalminorhave not tried
closedno change required 
TileGxLinux2.6.38
CMake 2.8.6 
 
0012537: Not using the most recent config.sub and config.guess
cmake does not include the most to to date config.sub and config.guess. Without the latest version, configure doesn't know about the Tile architecture.

With updated config.sub and config.guess, "./configure; make; make install" works and it runs correctly.
check for the "tile" architecture in config.sub and config.guess.
No tags attached.
Issue History
2011-10-24 17:28Ken SteeleNew Issue
2011-10-25 05:23Eric NOULARDNote Added: 0027642
2012-02-08 13:59Rolf Eike BeerNote Added: 0028526
2012-02-08 14:08Ken SteeleNote Added: 0028528
2012-02-08 14:27Rolf Eike BeerStatusnew => closed
2012-02-08 14:27Rolf Eike BeerResolutionopen => no change required

Notes
(0027642)
Eric NOULARD   
2011-10-25 05:23   
What are you doing?
Are you bootstraping CMake from source?
or are you building some other software
using CMake?

Which configure file are you speaking of?

As far as I know there is no
config.sub nor config.guess in CMake sources.
(0028526)
Rolf Eike Beer   
2012-02-08 13:59   
ping?
(0028528)
Ken Steele   
2012-02-08 14:08   
I was building from source and was mistaken that cmake needed config.sub and config.guess.

Everything is working fine now.