View Issue Details

IDProjectCategoryView StatusLast Update
0001005ThirdPartyBugpublic2013-10-17 09:27
Reporterwyldckat Assigned Touser4 
PrioritynormalSeverityminorReproducibilitysometimes
Status resolvedResolutionfixed 
Summary0001005: makeCmake script's -gcc option is missing an important detail
DescriptionIt's missing the definition that the CC compiler should also be gcc, not just CXX should be g++. In other words:

    -gcc)
        export CC=gcc # use gcc <- missing line
        export CXX=g++ # use g++
        shift
        ;;


TagsNo tags attached.

Activities

user4

2013-10-17 09:27

  ~0002558

Fixed in next major release. Thanks for reporting.

Issue History

Date Modified Username Field Change
2013-09-10 17:02 wyldckat New Issue
2013-10-17 09:27 user4 Note Added: 0002558
2013-10-17 09:27 user4 Status new => resolved
2013-10-17 09:27 user4 Fixed in Version => other
2013-10-17 09:27 user4 Resolution open => fixed
2013-10-17 09:27 user4 Assigned To => user4