shishire@system76-pc:~$ mkdir altocumulus-segfault shishire@system76-pc:~$ cd altocumulus- altocumulus-OS X/ altocumulus-segfault/ shishire@system76-pc:~$ cd altocumulus- altocumulus-OS X/ altocumulus-segfault/ shishire@system76-pc:~$ cd altocumulus-segfault/ shishire@system76-pc:~/altocumulus-segfault$ tar -xvzf ../altocumulus/altocumulus-0.2.tar.gz altocumulus-0.2/ altocumulus-0.2/m4/ altocumulus-0.2/m4/ax_check_gl.m4 altocumulus-0.2/m4/ax_check_glu.m4 altocumulus-0.2/m4/ax_check_glut.m4 altocumulus-0.2/m4/ax_lang_compiler_ms.m4 altocumulus-0.2/m4/ax_pthread.m4 altocumulus-0.2/m4/libcurl_check_config.m4 altocumulus-0.2/README altocumulus-0.2/configure.ac altocumulus-0.2/aclocal.m4 altocumulus-0.2/Makefile.am altocumulus-0.2/Makefile.in altocumulus-0.2/configure altocumulus-0.2/AUTHORS altocumulus-0.2/COPYING altocumulus-0.2/ChangeLog altocumulus-0.2/INSTALL altocumulus-0.2/NEWS altocumulus-0.2/compile altocumulus-0.2/config.guess altocumulus-0.2/config.sub altocumulus-0.2/depcomp altocumulus-0.2/install-sh altocumulus-0.2/missing altocumulus-0.2/src/ altocumulus-0.2/src/Makefile.am altocumulus-0.2/src/Makefile.in altocumulus-0.2/src/main.h altocumulus-0.2/src/main.c altocumulus-0.2/src/DrawObject.h altocumulus-0.2/src/DrawObject.c altocumulus-0.2/src/getData.h altocumulus-0.2/src/getData.c altocumulus-0.2/src/buildCloudDB.h altocumulus-0.2/src/buildCloudDB.c shishire@system76-pc:~/altocumulus-segfault$ ls altocumulus-0.2 shishire@system76-pc:~/altocumulus-segfault$ cd altocumulus-0.2/ shishire@system76-pc:~/altocumulus-segfault/altocumulus-0.2$ ls aclocal.m4 compile configure depcomp m4 missing src AUTHORS config.guess configure.ac INSTALL Makefile.am NEWS ChangeLog config.sub COPYING install-sh Makefile.in README shishire@system76-pc:~/altocumulus-segfault/altocumulus-0.2$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking FTGL/ftgl.h usability... yes checking FTGL/ftgl.h presence... yes checking for FTGL/ftgl.h... yes checking curl/curl.h usability... yes checking curl/curl.h presence... yes checking for curl/curl.h... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DEPS... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for X... libraries , headers checking for a sed that does not truncate output... /bin/sed checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether we are using the Microsoft C compiler... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for GL/gl.h... yes checking for OpenGL/gl.h... no checking for OpenGL library... -lGL checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for GL/glu.h... yes checking for OpenGL/glu.h... no checking for OpenGL Utility library... -lGLU checking for varargs GLU tesselator callback function type... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking GL/glut.h usability... yes checking GL/glut.h presence... yes checking for GL/glut.h... yes checking GLUT/glut.h usability... no checking GLUT/glut.h presence... no checking for GLUT/glut.h... no checking for GLUT library... -lglut checking for gawk... (cached) gawk checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.19.7 checking whether libcurl is usable... yes checking for curl_free... yes checking for library containing ftglGetLayoutBBox... -lftgl configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands shishire@system76-pc:~/altocumulus-segfault/altocumulus-0.2$ make CFLAGS="-O0" && src/altocumulus Making all in src make[1]: Entering directory `/home/shishire/altocumulus-segfault/altocumulus-0.2/src' gcc -DPACKAGE_NAME=\"altocumulus\" -DPACKAGE_TARNAME=\"altocumulus\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"altocumulus\ 0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"altocumulus\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_FTGL_FTGL_H=1 -DHAVE_CURL_CURL_H=1 -DHAVE_PTHREAD=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_FEATURE_IDN=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_PROTOCOL_HTTP=1 -DLIBCURL_PROTOCOL_HTTPS=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_FILE=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_LDAP=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL_TFTP=1 -I. -I/usr/local/include -I/usr/local/include/FTGL -I/usr/include/freetype2 -pthread -O0 -MT altocumulus-main.o -MD -MP -MF .deps/altocumulus-main.Tpo -c -o altocumulus-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/altocumulus-main.Tpo .deps/altocumulus-main.Po gcc -DPACKAGE_NAME=\"altocumulus\" -DPACKAGE_TARNAME=\"altocumulus\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"altocumulus\ 0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"altocumulus\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_FTGL_FTGL_H=1 -DHAVE_CURL_CURL_H=1 -DHAVE_PTHREAD=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_FEATURE_IDN=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_PROTOCOL_HTTP=1 -DLIBCURL_PROTOCOL_HTTPS=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_FILE=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_LDAP=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL_TFTP=1 -I. -I/usr/local/include -I/usr/local/include/FTGL -I/usr/include/freetype2 -pthread -O0 -MT altocumulus-DrawObject.o -MD -MP -MF .deps/altocumulus-DrawObject.Tpo -c -o altocumulus-DrawObject.o `test -f 'DrawObject.c' || echo './'`DrawObject.c mv -f .deps/altocumulus-DrawObject.Tpo .deps/altocumulus-DrawObject.Po gcc -DPACKAGE_NAME=\"altocumulus\" -DPACKAGE_TARNAME=\"altocumulus\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"altocumulus\ 0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"altocumulus\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_FTGL_FTGL_H=1 -DHAVE_CURL_CURL_H=1 -DHAVE_PTHREAD=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_FEATURE_IDN=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_PROTOCOL_HTTP=1 -DLIBCURL_PROTOCOL_HTTPS=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_FILE=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_LDAP=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL_TFTP=1 -I. -I/usr/local/include -I/usr/local/include/FTGL -I/usr/include/freetype2 -pthread -O0 -MT altocumulus-getData.o -MD -MP -MF .deps/altocumulus-getData.Tpo -c -o altocumulus-getData.o `test -f 'getData.c' || echo './'`getData.c mv -f .deps/altocumulus-getData.Tpo .deps/altocumulus-getData.Po gcc -DPACKAGE_NAME=\"altocumulus\" -DPACKAGE_TARNAME=\"altocumulus\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"altocumulus\ 0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"altocumulus\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_FTGL_FTGL_H=1 -DHAVE_CURL_CURL_H=1 -DHAVE_PTHREAD=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_FEATURE_IDN=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_PROTOCOL_HTTP=1 -DLIBCURL_PROTOCOL_HTTPS=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_FILE=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_LDAP=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL_TFTP=1 -I. -I/usr/local/include -I/usr/local/include/FTGL -I/usr/include/freetype2 -pthread -O0 -MT altocumulus-buildCloudDB.o -MD -MP -MF .deps/altocumulus-buildCloudDB.Tpo -c -o altocumulus-buildCloudDB.o `test -f 'buildCloudDB.c' || echo './'`buildCloudDB.c buildCloudDB.c: In function 'buildCloudDB': buildCloudDB.c:119: warning: assignment makes integer from pointer without a cast mv -f .deps/altocumulus-buildCloudDB.Tpo .deps/altocumulus-buildCloudDB.Po gcc -O0 -L/usr/local/lib -lftgl -lglut -lcurl -o altocumulus altocumulus-main.o altocumulus-DrawObject.o altocumulus-getData.o altocumulus-buildCloudDB.o -lftgl make[1]: Leaving directory `/home/shishire/altocumulus-segfault/altocumulus-0.2/src' make[1]: Entering directory `/home/shishire/altocumulus-segfault/altocumulus-0.2' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/home/shishire/altocumulus-segfault/altocumulus-0.2' Segmentation fault shishire@system76-pc:~/altocumulus-segfault/altocumulus-0.2$ make clean && make CFLAGS="-O2" && src/altocumulus Making clean in src make[1]: Entering directory `/home/shishire/altocumulus-segfault/altocumulus-0.2/src' test -z "altocumulus" || rm -f altocumulus rm -f *.o make[1]: Leaving directory `/home/shishire/altocumulus-segfault/altocumulus-0.2/src' Making clean in . make[1]: Entering directory `/home/shishire/altocumulus-segfault/altocumulus-0.2' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/home/shishire/altocumulus-segfault/altocumulus-0.2' Making all in src make[1]: Entering directory `/home/shishire/altocumulus-segfault/altocumulus-0.2/src' gcc -DPACKAGE_NAME=\"altocumulus\" -DPACKAGE_TARNAME=\"altocumulus\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"altocumulus\ 0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"altocumulus\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_FTGL_FTGL_H=1 -DHAVE_CURL_CURL_H=1 -DHAVE_PTHREAD=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_FEATURE_IDN=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_PROTOCOL_HTTP=1 -DLIBCURL_PROTOCOL_HTTPS=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_FILE=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_LDAP=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL_TFTP=1 -I. -I/usr/local/include -I/usr/local/include/FTGL -I/usr/include/freetype2 -pthread -O2 -MT altocumulus-main.o -MD -MP -MF .deps/altocumulus-main.Tpo -c -o altocumulus-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/altocumulus-main.Tpo .deps/altocumulus-main.Po gcc -DPACKAGE_NAME=\"altocumulus\" -DPACKAGE_TARNAME=\"altocumulus\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"altocumulus\ 0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"altocumulus\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_FTGL_FTGL_H=1 -DHAVE_CURL_CURL_H=1 -DHAVE_PTHREAD=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_FEATURE_IDN=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_PROTOCOL_HTTP=1 -DLIBCURL_PROTOCOL_HTTPS=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_FILE=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_LDAP=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL_TFTP=1 -I. -I/usr/local/include -I/usr/local/include/FTGL -I/usr/include/freetype2 -pthread -O2 -MT altocumulus-DrawObject.o -MD -MP -MF .deps/altocumulus-DrawObject.Tpo -c -o altocumulus-DrawObject.o `test -f 'DrawObject.c' || echo './'`DrawObject.c mv -f .deps/altocumulus-DrawObject.Tpo .deps/altocumulus-DrawObject.Po gcc -DPACKAGE_NAME=\"altocumulus\" -DPACKAGE_TARNAME=\"altocumulus\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"altocumulus\ 0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"altocumulus\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_FTGL_FTGL_H=1 -DHAVE_CURL_CURL_H=1 -DHAVE_PTHREAD=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_FEATURE_IDN=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_PROTOCOL_HTTP=1 -DLIBCURL_PROTOCOL_HTTPS=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_FILE=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_LDAP=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL_TFTP=1 -I. -I/usr/local/include -I/usr/local/include/FTGL -I/usr/include/freetype2 -pthread -O2 -MT altocumulus-getData.o -MD -MP -MF .deps/altocumulus-getData.Tpo -c -o altocumulus-getData.o `test -f 'getData.c' || echo './'`getData.c mv -f .deps/altocumulus-getData.Tpo .deps/altocumulus-getData.Po gcc -DPACKAGE_NAME=\"altocumulus\" -DPACKAGE_TARNAME=\"altocumulus\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"altocumulus\ 0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"altocumulus\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_FTGL_FTGL_H=1 -DHAVE_CURL_CURL_H=1 -DHAVE_PTHREAD=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLUT_H=1 -DHAVE_LIBCURL=1 -DLIBCURL_FEATURE_SSL=1 -DLIBCURL_FEATURE_IPV6=1 -DLIBCURL_FEATURE_LIBZ=1 -DLIBCURL_FEATURE_IDN=1 -DLIBCURL_FEATURE_NTLM=1 -DLIBCURL_PROTOCOL_HTTP=1 -DLIBCURL_PROTOCOL_HTTPS=1 -DLIBCURL_PROTOCOL_FTP=1 -DLIBCURL_PROTOCOL_FTPS=1 -DLIBCURL_PROTOCOL_FILE=1 -DLIBCURL_PROTOCOL_TELNET=1 -DLIBCURL_PROTOCOL_LDAP=1 -DLIBCURL_PROTOCOL_DICT=1 -DLIBCURL_PROTOCOL_TFTP=1 -I. -I/usr/local/include -I/usr/local/include/FTGL -I/usr/include/freetype2 -pthread -O2 -MT altocumulus-buildCloudDB.o -MD -MP -MF .deps/altocumulus-buildCloudDB.Tpo -c -o altocumulus-buildCloudDB.o `test -f 'buildCloudDB.c' || echo './'`buildCloudDB.c buildCloudDB.c: In function 'buildCloudDB': buildCloudDB.c:119: warning: assignment makes integer from pointer without a cast mv -f .deps/altocumulus-buildCloudDB.Tpo .deps/altocumulus-buildCloudDB.Po gcc -O2 -L/usr/local/lib -lftgl -lglut -lcurl -o altocumulus altocumulus-main.o altocumulus-DrawObject.o altocumulus-getData.o altocumulus-buildCloudDB.o -lftgl make[1]: Leaving directory `/home/shishire/altocumulus-segfault/altocumulus-0.2/src' make[1]: Entering directory `/home/shishire/altocumulus-segfault/altocumulus-0.2' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/home/shishire/altocumulus-segfault/altocumulus-0.2' shishire@system76-pc:~/altocumulus-segfault/altocumulus-0.2$