Menu

#46 configure on solaris 10 should have -m64 for solaris cc

v3.8beta
open
nobody
5
2010-01-08
2010-01-08
No

A compiler warning thrown by Sun's compiler when it is fed -xarch=v9 is causing configure to incorrectly decide that it can't build a 64-bit version of top. To fix this, find '-xarch=v9' in configure and replace with -m64.

Discussion


Log in to post a comment.