Le lundi 05 septembre 2016 06:56:58, Ari Jolma a écrit : > 05.09.2016, 03:27, JIA Pei kirjoitti: > > If I just move forward without enabling all other configurations, > > namely, still keep all "no"s, and do "make -j8", I got the following > > error message: > > libtool: compile: g++ -DHAVE_AVX_AT_COMPILE_TIME > > -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall > > -Wextra -Winit-self -Wunused-parameter -Wformat > > -Werror=format-security -Wno-format-nonliteral -Wlogical-op -Wshadow > > -Werror=vla -Wfloat-conversion -Wmissing-declarations > > -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names > > -I/home/jiapei/Downloads/rsgis/OSGeo/gdal/gdal/port -DGDAL_COMPILATION > > -c -I../../port Huffman.cpp -o ../../o/Huffman.o >/dev/null 2>&1 > > What you don't get it is the error message. Could you run just this > command without the trailing >/dev/null, which eats the error message?
You probably don't need to do something particular regarding >/dev/null, as the error message from the compiler should probably be a few lines around in the console in the non-libtool compilation step. I've tried to reproduce with an as close possible setup (Ubuntu 16.04.1 + gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609 + today trunk) and this compiles fine for me. Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
