4

在链接优化的对象文件时出现未定义的引用链接器错误,而不是在链接未优化的对象文件时。我不明白问题是什么或可能是什么。

这是我未优化的构建:

构建文件:../COMPASS.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"COMPASS.d" -MT"COMPASS.d" -o"COMPASS.o" “../COMPASS.cpp”
完成的建筑:../COMPASS.cpp

构建文件:../PSA.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"PSA.d" -MT"PSA.d" -o"PSA.o" “../PSA.cpp”
完成的建筑:../PSA.cpp

构建文件:../SAR.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"SAR.d" -MT"SAR.d" -o"SAR.o" “../SAR.cpp”
完成的建筑:../SAR.cpp

构建文件:../constraints.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"constraints.d" -MT"constraints.d" -o"constraints.o" “../约束.cpp”
完成的建筑:../constraints.cpp

构建文件:../genetic.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"genetic.d" -MT"genetic.d" -o"genetic.o" “../遗传.cpp”
完成的建筑:../genetic.cpp

构建文件:../globals.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"globals.d" -MT"globals.d" -o"globals.o" “../globals.cpp”
完成的建筑:../globals.cpp

构建文件:../logging.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"logging.d" -MT"logging.d" -o"logging.o" “../日志记录.cpp”
完成的建筑:../logging.cpp

构建文件:../main.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"main.d" -MT"main.d" -o"main.o" “../main.cpp”
完成的建筑:../main.cpp

构建文件:../sampling.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"sampling.d" -MT"sampling.d" -o"sampling.o" “../采样.cpp”
完成的建筑:../sampling.cpp

构建文件:../simulation1.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"simulation1.d" -MT"simulation1.d" -o"simulation1.o" “../simulation1.cpp”
../globals.h:在全球范围内:
../globals.h:43: 警告:使用内联函数'double showDecimals(const double&, const int&)' 但从未定义
完成的建筑:../simulation1.cpp

构建文件:../test_function.cpp
调用:GCC C++ 编译器
g++ -O0 -g3 -pg -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"test_function.d" -MT"test_function.d" -o"test_function.o" “../test_function.cpp”
完成构建:../test_function.cpp

构建目标:pc2
调用:GCC C++ 链接器
g++ -pg -fopenmp -pg -o"pc2" ./COMPASS.o ./PSA.o ./SAR.o ./constraints.o ./genetic.o ./globals.o ./logging.o ./main .o ./sampling.o ./simulation1.o ./test_function.o   
完成的建筑目标:pc2

这是我优化的构建:

构建文件:../COMPASS.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"COMPASS.d" -MT"COMPASS.d" -o"COMPASS.o" "../指南针.cpp"
完成的建筑:../COMPASS.cpp

构建文件:../PSA.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"PSA.d" -MT"PSA.d" -o"PSA.o" "../ PSA.cpp"
完成的建筑:../PSA.cpp

构建文件:../SAR.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"SAR.d" -MT"SAR.d" -o"SAR.o" "../ SAR.cpp"
完成的建筑:../SAR.cpp

构建文件:../constraints.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"constraints.d" -MT"constraints.d" -o"constraints.o" "../约束.cpp"
完成的建筑:../constraints.cpp

构建文件:../genetic.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"genetic.d" -MT"genetic.d" -o"genetic.o" "../遗传.cpp"
完成的建筑:../genetic.cpp

构建文件:../globals.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"globals.d" -MT"globals.d" -o"globals.o" "../全局变量.cpp"
完成的建筑:../globals.cpp

构建文件:../logging.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"logging.d" -MT"logging.d" -o"logging.o" "../日志记录.cpp"
完成的建筑:../logging.cpp

构建文件:../main.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"main.d" -MT"main.d" -o"main.o" "../主.cpp"
完成的建筑:../main.cpp

构建文件:../sampling.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"sampling.d" -MT"sampling.d" -o"sampling.o" "../采样.cpp"
完成的建筑:../sampling.cpp

构建文件:../simulation1.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"simulation1.d" -MT"simulation1.d" -o"simulation1.o" "../模拟1.cpp"
../globals.h:在全球范围内:
../globals.h:43: 警告:使用内联函数'double showDecimals(const double&, const int&)' 但从未定义
完成的建筑:../simulation1.cpp

构建文件:../test_function.cpp
调用:GCC C++ 编译器
g++ -O3 -Wall -c -fmessage-length=0 -Wno-sign-compare -fopenmp -MMD -MP -MF"test_function.d" -MT"test_function.d" -o"test_function.o" "../ test_function.cpp"
完成构建:../test_function.cpp

构建目标:pc2
调用:GCC C++ 链接器
g++ -fopenmp -o"pc2" ./COMPASS.o ./PSA.o ./SAR.o ./constraints.o ./genetic.o ./globals.o ./logging.o ./main.o ./采样.o ./simulation1.o ./test_function.o   
./logging.o:在函数“LOG_COMPASS_display_points_MATLAB(int const&, VisitedSet&)”中:
logging.cpp:(.text+0x686): 未定义对“VisitedSet::getSize()”的引用
collect2: ld 返回 1 个退出状态
制作:*** [pc2] 错误 1
make: 离开目录`/home/djunderw/ncsu/workspace/pc2/release'

有任何想法吗?

[修复了 showDecimals() 函数的问题]

文件 COMPASS.h 包含此类模板:

template<class T> class VisitedSet {
public:
    VisitedSet(const T& soln); 
    int getSize();
    void addSolution(const T& soln);
    void evaluate();
    void sample(const int& numNewSolutions, Constraints& space);
    void CSBiased_generateDistribution();
    void constructMPA(Constraints& space);
    vector<T> vec;
    double bestValue;
    int bestIndex;

    /* used to implement biased coordinate sampling */
    double CSBiased_coefficient;
    vector< vector<double> > lastSampledPoints;
    vector<int> lastSampledPointsIndex;
    vector< vector<double> > newSampledPoints;
    vector<int> newSampledPointsIndex;
    vector<double> CSBiased_distribution;

private:
    int iteration;
    int dimension; 
    int SAR(); // simulation allocation rule
};

COMPASS.cpp 包含以下代码:

template<class T>
int VisitedSet<T>::getSize() {
    return vec.size();
}

logging.cpp 文件包含以下代码:

#include "COMPASS.h"
void LOG_COMPASS_display_points_MATLAB(const int& iteration, VisitedSet<Policy>& visited) {
    cout << "points{"<<iteration+1<<"} = [\n"
         << visited.vec[visited.bestIndex].x[0] << "\t" <<     visited.vec[visited.bestIndex].x[1] << "\t" << visited.vec[visited.bestIndex].meanQALY() << ";" << endl;
for(int i=0; i<visited.getSize(); i++) {
    if(i != visited.bestIndex)
        cout << visited.vec[i].x[0] << "\t" << visited.vec[i].x[1] << "\t" << visited.vec[i].meanQALY() << ";" << endl;
}
cout << "];\n";
}
4

1 回答 1

5

int VisitedSet<T>::getSize()是一个模板函数,所以它的定义应该在像 COMPASS.h 这样的头文件中,而不是在 COMPASS.cpp 中。

原因如下:http: //www.parashift.com/c++-faq/templates-defn-vs-decl.html

于 2012-09-03T19:27:53.500 回答