Comment 1 for bug 1098198

Revision history for this message
Matthew Gretton-Dann (matthew-gretton-dann) wrote :

Can you please attach the *.ii file generated by executing the G++ command with -save-temps added.

Based on report above something like:

$ cd /home/linaro/flann/flann-1.8.3-src/build/src/cpp && /usr/bin/c++ -D_FLANN_VERSION=1.8.3 -DFLANN_STATIC -fopenmp -O2 -g -I/home/linaro/flann/flann-1.8.3-src/src/cpp -Wall -Wno-unknown-pragmas -Wno-unused-function -fPIC -o MakeFiles/flann_s.dir/flann/flann.cpp.o -c /home/linaro/flann/flann-1.8.3-src/src/cpp/flann/flann.cpp -save-temps

The *.ii file will probably be in the /home/linaro/flann/flann-1.8.3-src/build/src/cpp directory.