PDA

View Full Version : [ubuntu] building sdl 1.3



FatalAttack
April 5th, 2011, 11:20 PM
Hi , I'm using ubuntu 10.10 and I'm trying to build SDL, SDL_image and SDL_fft here is what I did:

I first got the source code:
sudo hg clone http://hg.libsdl.org/SDL
sudo hg clone http://hg.libsdl.org/SDL_image
sudo hg clone http://hg.libsdl.org/SDL_ttf

next in SDL I do the following: ./autogen.sh , ./configure, make, make install => no errors
next I go to SDL_image , there I ./autogen.sh and ./configure => no errors
now when I do make , I get this error:

/usr/local/lib/libSDL.so : undefined reference to 'XGetWMNormalHints'
collect2: ld returned 1 exit status
make: *** [showimage] error 1

I did the same form SDL_ttf and I also get the same error there while trying the make

Anyone know what's wrong?
Thank in advance!

FatalAttack
April 6th, 2011, 02:45 PM
pre { font-family: "Times New Roman"; }p { margin-bottom: 0.08in; } This might also be usefull: the config file from ./configure in SDL_image

This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.67. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = ubuntu uname -m = i686 uname -r = 2.6.35-22-generic uname -s = Linux uname -v = #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/X11R6/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2449: checking build system type configure:2463: result: i686-pc-linux-gnu configure:2483: checking host system type configure:2496: result: i686-pc-linux-gnu configure:2564: checking for gcc configure:2580: found /usr/bin/gcc configure:2591: result: gcc configure:2820: checking for C compiler version configure:2829: gcc --version >&5 gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2840: $? = 0 configure:2829: gcc -v >&5 Using built-in specs. Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) configure:2840: $? = 0 configure:2829: gcc -V >&5 gcc: '-V' option must have argument configure:2840: $? = 1 configure:2829: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:2840: $? = 1 configure:2860: checking whether the C compiler works configure:2882: gcc conftest.c >&5 configure:2886: $? = 0 configure:2934: result: yes configure:2937: checking for C compiler default output file name configure:2939: result: a.out configure:2945: checking for suffix of executables configure:2952: gcc -o conftest conftest.c >&5 configure:2956: $? = 0 configure:2978: result: configure:3000: checking whether we are cross compiling configure:3008: gcc -o conftest conftest.c >&5 configure:3012: $? = 0 configure:3019: ./conftest configure:3023: $? = 0 configure:3038: result: no configure:3043: checking for suffix of object files configure:3065: gcc -c conftest.c >&5 configure:3069: $? = 0 configure:3090: result: o configure:3094: checking whether we are using the GNU C compiler configure:3113: gcc -c conftest.c >&5 configure:3113: $? = 0 configure:3122: result: yes configure:3131: checking whether gcc accepts -g configure:3151: gcc -c -g conftest.c >&5 configure:3151: $? = 0 configure:3192: result: yes configure:3209: checking for gcc option to accept ISO C89 configure:3273: gcc -c -g -O2 conftest.c >&5 configure:3273: $? = 0 configure:3286: result: none needed configure:3306: checking for a sed that does not truncate output configure:3370: result: /bin/sed configure:3388: checking for grep that handles long lines and -e configure:3446: result: /bin/grep configure:3451: checking for egrep configure:3513: result: /bin/grep -E configure:3518: checking for fgrep configure:3580: result: /bin/grep -F configure:3615: checking for ld used by gcc configure:3682: result: /usr/bin/ld configure:3689: checking if the linker (/usr/bin/ld) is GNU ld configure:3704: result: yes configure:3716: checking for BSD- or MS-compatible name lister (nm) configure:3765: result: /usr/bin/nm -B configure:3883: checking the name lister (/usr/bin/nm -B) interface configure:3890: gcc -c -g -O2 conftest.c >&5 configure:3893: /usr/bin/nm -B "conftest.o" configure:3896: output 00000000 B some_variable configure:3903: result: BSD nm configure:3906: checking whether ln -s works configure:3910: result: yes configure:3918: checking the maximum length of command line arguments configure:4044: result: 1572864 configure:4061: checking whether the shell understands some XSI constructs configure:4071: result: yes configure:4075: checking whether the shell understands "+=" configure:4081: result: yes configure:4116: checking for /usr/bin/ld option to reload object files configure:4123: result: -r configure:4192: checking for objdump configure:4208: found /usr/bin/objdump configure:4219: result: objdump configure:4248: checking how to recognize dependent libraries configure:4446: result: pass_all configure:4506: checking for ar configure:4522: found /usr/bin/ar configure:4533: result: ar configure:4611: checking for strip configure:4627: found /usr/bin/strip configure:4638: result: strip configure:4710: checking for ranlib configure:4726: found /usr/bin/ranlib configure:4737: result: ranlib configure:4827: checking command to parse /usr/bin/nm -B output from gcc object configure:4945: gcc -c -g -O2 conftest.c >&5 configure:4948: $? = 0 configure:4952: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:4955: $? = 0 configure:5009: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5012: $? = 0 configure:5050: result: ok configure:5859: checking how to run the C preprocessor configure:5890: gcc -E conftest.c configure:5890: $? = 0 configure:5904: gcc -E conftest.c conftest.c:9: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5904: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5929: result: gcc -E configure:5949: gcc -E conftest.c configure:5949: $? = 0 configure:5963: gcc -E conftest.c conftest.c:9: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5963: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5992: checking for ANSI C header files configure:6012: gcc -c -g -O2 conftest.c >&5 configure:6012: $? = 0 configure:6085: gcc -o conftest -g -O2 conftest.c >&5 configure:6085: $? = 0 configure:6085: ./conftest configure:6085: $? = 0 configure:6096: result: yes configure:6109: checking for sys/types.h configure:6109: gcc -c -g -O2 conftest.c >&5 configure:6109: $? = 0 configure:6109: result: yes configure:6109: checking for sys/stat.h configure:6109: gcc -c -g -O2 conftest.c >&5 configure:6109: $? = 0 configure:6109: result: yes configure:6109: checking for stdlib.h configure:6109: gcc -c -g -O2 conftest.c >&5 configure:6109: $? = 0 configure:6109: result: yes configure:6109: checking for string.h configure:6109: gcc -c -g -O2 conftest.c >&5 configure:6109: $? = 0 configure:6109: result: yes configure:6109: checking for memory.h configure:6109: gcc -c -g -O2 conftest.c >&5 configure:6109: $? = 0 configure:6109: result: yes configure:6109: checking for strings.h configure:6109: gcc -c -g -O2 conftest.c >&5 configure:6109: $? = 0 configure:6109: result: yes configure:6109: checking for inttypes.h configure:6109: gcc -c -g -O2 conftest.c >&5 configure:6109: $? = 0 configure:6109: result: yes configure:6109: checking for stdint.h configure:6109: gcc -c -g -O2 conftest.c >&5 configure:6109: $? = 0 configure:6109: result: yes configure:6109: checking for unistd.h configure:6109: gcc -c -g -O2 conftest.c >&5 configure:6109: $? = 0 configure:6109: result: yes configure:6123: checking for dlfcn.h configure:6123: gcc -c -g -O2 conftest.c >&5 configure:6123: $? = 0 configure:6123: result: yes configure:6605: checking for objdir configure:6620: result: .libs configure:6916: checking if gcc supports -fno-rtti -fno-exceptions configure:6934: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:6938: $? = 0 configure:6951: result: no configure:6971: checking for gcc option to produce PIC configure:7243: result: -fPIC -DPIC configure:7255: checking if gcc PIC flag -fPIC -DPIC works configure:7273: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:7277: $? = 0 configure:7290: result: yes configure:7314: checking if gcc static flag -static works configure:7342: result: yes configure:7357: checking if gcc supports -c -o file.o configure:7378: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:7382: $? = 0 configure:7404: result: yes configure:7412: checking if gcc supports -c -o file.o configure:7459: result: yes configure:7492: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:8478: result: yes configure:8515: checking whether -lc should be explicitly linked in configure:8520: gcc -c -g -O2 conftest.c >&5 configure:8523: $? = 0 configure:8538: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:8541: $? = 0 configure:8553: result: no configure:8717: checking dynamic linker characteristics configure:9152: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:9152: $? = 0 configure:9370: result: GNU/Linux ld.so configure:9472: checking how to hardcode library paths into programs configure:9497: result: immediate configure:10017: checking whether stripping libraries is possible configure:10022: result: yes configure:10057: checking if libtool supports shared libraries configure:10059: result: yes configure:10062: checking whether to build shared libraries configure:10083: result: yes configure:10086: checking whether to build static libraries configure:10090: result: yes configure:10154: checking for a BSD-compatible install configure:10222: result: /usr/bin/install -c configure:10233: checking whether build environment is sane configure:10283: result: yes configure:10424: checking for a thread-safe mkdir -p configure:10463: result: /bin/mkdir -p configure:10476: checking for gawk configure:10492: found /usr/bin/gawk configure:10503: result: gawk configure:10514: checking whether make sets $(MAKE) configure:10536: result: yes configure:10566: checking for style of include used by make configure:10594: result: GNU configure:10679: checking dependency style of gcc configure:10789: result: gcc3 configure:10855: checking for gcc configure:10882: result: gcc configure:11111: checking for C compiler version configure:11120: gcc --version >&5 gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:11131: $? = 0 configure:11120: gcc -v >&5 Using built-in specs. Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) configure:11131: $? = 0 configure:11120: gcc -V >&5 gcc: '-V' option must have argument configure:11131: $? = 1 configure:11120: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:11131: $? = 1 configure:11135: checking whether we are using the GNU C compiler configure:11163: result: yes configure:11172: checking whether gcc accepts -g configure:11233: result: yes configure:11250: checking for gcc option to accept ISO C89 configure:11327: result: none needed configure:11347: checking for inline configure:11363: gcc -c -g -O2 conftest.c >&5 configure:11363: $? = 0 configure:11371: result: inline configure:11390: checking whether make sets $(MAKE) configure:11412: result: yes configure:11430: checking for windres configure:11460: result: no configure:11430: checking for linux-gnu-windres configure:11460: result: no configure:11583: checking for pkg-config configure:11601: found /usr/bin/pkg-config configure:11613: result: /usr/bin/pkg-config configure:11638: checking pkg-config is at least version 0.9.0 configure:11641: result: yes configure:11679: checking for SDL configure:11687: $PKG_CONFIG --exists --print-errors "sdl >= $min_sdl_version" configure:11690: $? = 0 configure:11705: $PKG_CONFIG --exists --print-errors "sdl >= $min_sdl_version" configure:11708: $? = 0 configure:11750: result: yes configure:12108: checking jpeglib.h usability configure:12108: gcc -c -g -O2 -D_REENTRANT -I/usr/local/include/SDL conftest.c >&5 configure:12108: $? = 0 configure:12108: result: yes configure:12108: checking jpeglib.h presence configure:12108: gcc -E conftest.c configure:12108: $? = 0 configure:12108: result: yes configure:12108: checking for jpeglib.h configure:12108: result: yes configure:12114: checking for jpeg_CreateDecompress in -ljpeg configure:12139: gcc -o conftest -g -O2 -D_REENTRANT -I/usr/local/include/SDL conftest.c -ljpeg -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lSDL -lpthread >&5 /usr/local/lib/libSDL.so: undefined reference to `XGetWMNormalHints' collect2: ld returned 1 exit status configure:12139: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PACKAGE "SDL_image" | #define VERSION "1.2.11" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char jpeg_CreateDecompress (); | int | main () | { | return jpeg_CreateDecompress (); | ; | return 0; | } configure:12148: result: no configure:12179: WARNING: *** Unable to find JPEG library (http://www.ijg.org/) configure:12181: WARNING: JPG image loading disabled configure:12189: checking for LIBPNG configure:12197: $PKG_CONFIG --exists --print-errors "libpng" configure:12200: $? = 0 configure:12215: $PKG_CONFIG --exists --print-errors "libpng" configure:12218: $? = 0 configure:12346: result: yes configure:12386: checking tiffio.h usability configure:12386: gcc -c -I/usr/include/libpng12 -g -O2 -D_REENTRANT -I/usr/local/include/SDL conftest.c >&5 configure:12386: $? = 0 configure:12386: result: yes configure:12386: checking tiffio.h presence configure:12386: gcc -E conftest.c configure:12386: $? = 0 configure:12386: result: yes configure:12386: checking for tiffio.h configure:12386: result: yes configure:12392: checking for TIFFClientOpen in -ltiff configure:12417: gcc -o conftest -I/usr/include/libpng12 -g -O2 -D_REENTRANT -I/usr/local/include/SDL conftest.c -ltiff -lz -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lSDL -lpthread >&5 /usr/local/lib/libSDL.so: undefined reference to `XGetWMNormalHints' collect2: ld returned 1 exit status configure:12417: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PACKAGE "SDL_image" | #define VERSION "1.2.11" | #define LOAD_PNG 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char TIFFClientOpen (); | int | main () | { | return TIFFClientOpen (); | ; | return 0; | } configure:12426: result: no configure:12451: WARNING: *** Unable to find Tiff library (http://www.remotesensing.org/libtiff/) configure:12453: WARNING: TIF image loading disabled configure:12708: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ubuntu config.status:1017: creating Makefile config.status:1017: creating SDL_image.spec config.status:1017: creating SDL_image.pc config.status:1188: executing libtool commands config.status:1188: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBPNG_CFLAGS_set= ac_cv_env_LIBPNG_CFLAGS_value= ac_cv_env_LIBPNG_LIBS_set= ac_cv_env_LIBPNG_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_SDL_CFLAGS_set= ac_cv_env_SDL_CFLAGS_value= ac_cv_env_SDL_LIBS_set= ac_cv_env_SDL_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_tiffio_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_lib_jpeg_jpeg_CreateDecompress=no ac_cv_lib_tiff_TIFFClientOpen=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_pref ix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 pkg_cv_LIBPNG_CFLAGS='-I/usr/include/libpng12 ' pkg_cv_LIBPNG_LIBS='-lpng12 ' pkg_cv_SDL_CFLAGS='-D_REENTRANT -I/usr/local/include/SDL ' pkg_cv_SDL_LIBS='-Wl,-rpath,/usr/local/lib -L/usr/local/lib -lSDL -lpthread ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /opt/SDL_image/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /opt/SDL_image/missing --run tar' AR='ar' AS='as' AUTOCONF='${SHELL} /opt/SDL_image/missing --run autoconf' AUTOHEADER='${SHELL} /opt/SDL_image/missing --run autoheader' AUTOMAKE='${SHELL} /opt/SDL_image/missing --run automake-1.11' AWK='gawk' BINARY_AGE='11' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-I/usr/include/libpng12 -g -O2 -D_REENTRANT -I/usr/local/include/SDL ' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.11\" -DLOAD_PNG=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_PNG_DYNAMIC=\"libpng12.so.0\"' DEPDIR='.deps' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' IMG_LIBS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTERFACE_AGE='3' LD='/usr/bin/ld' LDFLAGS='' LIBOBJS='' LIBPNG_CFLAGS='-I/usr/include/libpng12 ' LIBPNG_LIBS='-lpng12 ' LIBS=' -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lSDL -lpthread ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_AGE='8' LT_CURRENT='8' LT_RELEASE='1.2' LT_REVISION='3' MAJOR_VERSION='1' MAKEINFO='${SHELL} /opt/SDL_image/missing --run makeinfo' MICRO_VERSION='11' MINOR_VERSION='2' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='SDL_image' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' RANLIB='ranlib' SDL_CFLAGS='-D_REENTRANT -I/usr/local/include/SDL ' SDL_CONFIG='pkg-config sdl' SDL_LIBS='-Wl,-rpath,/usr/local/lib -L/usr/local/lib -lSDL -lpthread ' SDL_VERSION='1.2.10' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' USE_VERSION_RC_FALSE='' USE_VERSION_RC_TRUE='#' VERSION='1.2.11' WINDRES='' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /opt/SDL_image/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_ECHO='echo' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define PACKAGE "SDL_image" #define VERSION "1.2.11" #define LOAD_PNG 1 #define LOAD_BMP 1 #define LOAD_GIF 1 #define LOAD_LBM 1 #define LOAD_PCX 1 #define LOAD_PNM 1 #define LOAD_TGA 1 #define LOAD_XCF 1 #define LOAD_XPM 1 #define LOAD_XV 1 #define LOAD_PNG_DYNAMIC "libpng12.so.0" configure: exit 0