packages feed

fltkhs-0.2.0.1: config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by fltkc configure 0.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-hc=ghc --prefix=/home/deech/.cabal --with-gcc=/usr/bin/gcc

## --------- ##
## Platform. ##
## --------- ##

hostname = deech-Precision-M6700
uname -m = x86_64
uname -r = 3.16.0-38-generic
uname -s = Linux
uname -v = #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015

/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: /home/deech/.cabal/bin
PATH: /home/deech/Downloads/ATS2-Postiats-0.2.1/bin
PATH: /home/deech/Scala/scala-2.11.7/bin
PATH: /home/deech/Scala/sbt/bin
PATH: /home/deech/Downloads/firefox
PATH: /home/deech/Downloads/jdk1.8.0_51/bin
PATH: /home/deech/Downloads/phantomjs-2.0.0/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /home/deech/.cabal/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2250: checking for g++
configure:2266: found /usr/bin/g++
configure:2277: result: g++
configure:2304: checking for C++ compiler version
configure:2313: g++ --version >&5
g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
Copyright (C) 2013 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:2324: $? = 0
configure:2313: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) 
configure:2324: $? = 0
configure:2313: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2324: $? = 4
configure:2313: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:2324: $? = 4
configure:2344: checking whether the C++ compiler works
configure:2366: g++    conftest.cpp  >&5
configure:2370: $? = 0
configure:2418: result: yes
configure:2421: checking for C++ compiler default output file name
configure:2423: result: a.out
configure:2429: checking for suffix of executables
configure:2436: g++ -o conftest    conftest.cpp  >&5
configure:2440: $? = 0
configure:2462: result: 
configure:2484: checking whether we are cross compiling
configure:2492: g++ -o conftest    conftest.cpp  >&5
configure:2496: $? = 0
configure:2503: ./conftest
configure:2507: $? = 0
configure:2522: result: no
configure:2527: checking for suffix of object files
configure:2549: g++ -c   conftest.cpp >&5
configure:2553: $? = 0
configure:2574: result: o
configure:2578: checking whether we are using the GNU C++ compiler
configure:2597: g++ -c   conftest.cpp >&5
configure:2597: $? = 0
configure:2606: result: yes
configure:2615: checking whether g++ accepts -g
configure:2635: g++ -c -g  conftest.cpp >&5
configure:2635: $? = 0
configure:2676: result: yes
configure:2747: checking for gcc
configure:2763: found /usr/bin/gcc
configure:2774: result: gcc
configure:3003: checking for C compiler version
configure:3012: gcc --version >&5
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
Copyright (C) 2013 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:3023: $? = 0
configure:3012: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) 
configure:3023: $? = 0
configure:3012: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3023: $? = 4
configure:3012: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3023: $? = 4
configure:3027: checking whether we are using the GNU C compiler
configure:3046: gcc -c   conftest.c >&5
configure:3046: $? = 0
configure:3055: result: yes
configure:3064: checking whether gcc accepts -g
configure:3084: gcc -c -g  conftest.c >&5
configure:3084: $? = 0
configure:3125: result: yes
configure:3142: checking for gcc option to accept ISO C89
configure:3205: gcc  -c   conftest.c >&5
configure:3205: $? = 0
configure:3218: result: none needed
configure:3242: checking for fltk-config
configure:3258: found /usr/local/bin/fltk-config
configure:3270: result: fltk-config
configure:3285: checking how to run the C preprocessor
configure:3316: gcc -E  conftest.c
configure:3316: $? = 0
configure:3330: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fltkc"
| #define PACKAGE_TARNAME "fltkc"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "fltkc 0.1"
| #define PACKAGE_BUGREPORT "aditya dawt siram ayt gmail dawt com"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3355: result: gcc -E
configure:3375: gcc -E  conftest.c
configure:3375: $? = 0
configure:3389: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fltkc"
| #define PACKAGE_TARNAME "fltkc"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "fltkc 0.1"
| #define PACKAGE_BUGREPORT "aditya dawt siram ayt gmail dawt com"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3418: checking for grep that handles long lines and -e
configure:3476: result: /bin/grep
configure:3481: checking for egrep
configure:3543: result: /bin/grep -E
configure:3548: checking for ANSI C header files
configure:3568: gcc -c   conftest.c >&5
configure:3568: $? = 0
configure:3641: gcc -o conftest    conftest.c  >&5
configure:3641: $? = 0
configure:3641: ./conftest
configure:3641: $? = 0
configure:3652: result: yes
configure:3665: checking for sys/types.h
configure:3665: gcc -c   conftest.c >&5
configure:3665: $? = 0
configure:3665: result: yes
configure:3665: checking for sys/stat.h
configure:3665: gcc -c   conftest.c >&5
configure:3665: $? = 0
configure:3665: result: yes
configure:3665: checking for stdlib.h
configure:3665: gcc -c   conftest.c >&5
configure:3665: $? = 0
configure:3665: result: yes
configure:3665: checking for string.h
configure:3665: gcc -c   conftest.c >&5
configure:3665: $? = 0
configure:3665: result: yes
configure:3665: checking for memory.h
configure:3665: gcc -c   conftest.c >&5
configure:3665: $? = 0
configure:3665: result: yes
configure:3665: checking for strings.h
configure:3665: gcc -c   conftest.c >&5
configure:3665: $? = 0
configure:3665: result: yes
configure:3665: checking for inttypes.h
configure:3665: gcc -c   conftest.c >&5
configure:3665: $? = 0
configure:3665: result: yes
configure:3665: checking for stdint.h
configure:3665: gcc -c   conftest.c >&5
configure:3665: $? = 0
configure:3665: result: yes
configure:3665: checking for unistd.h
configure:3665: gcc -c   conftest.c >&5
configure:3665: $? = 0
configure:3665: result: yes
configure:3680: checking stddef.h usability
configure:3680: gcc -c   conftest.c >&5
configure:3680: $? = 0
configure:3680: result: yes
configure:3680: checking stddef.h presence
configure:3680: gcc -E  conftest.c
configure:3680: $? = 0
configure:3680: result: yes
configure:3680: checking for stddef.h
configure:3680: result: yes
configure:3680: checking for stdint.h
configure:3680: result: yes
configure:3680: checking for stdlib.h
configure:3680: result: yes
configure:3680: checking for string.h
configure:3680: result: yes
configure:3680: checking for unistd.h
configure:3680: result: yes
configure:3690: checking for main in -ldl
configure:3709: gcc -o conftest    conftest.c -ldl   >&5
configure:3709: $? = 0
configure:3718: result: yes
configure:3729: checking for fl_alphasort in -lfltk
configure:3754: gcc -o conftest    conftest.c -lfltk  -ldl  >&5
configure:3754: $? = 0
configure:3763: result: yes
configure:3774: checking for main in -lfltk_gl
configure:3793: gcc -o conftest    conftest.c -lfltk_gl  -lfltk -ldl  >&5
configure:3793: $? = 0
configure:3802: result: yes
configure:3810: checking for main in -lfltk_images
configure:3829: gcc -o conftest    conftest.c -lfltk_images  -lfltk -ldl  >&5
configure:3829: $? = 0
configure:3838: result: yes
configure:3846: checking for main in -lfltk_cairo
configure:3865: gcc -o conftest    conftest.c -lfltk_cairo  -lfltk -ldl  >&5
/usr/bin/ld: cannot find -lfltk_cairo
collect2: error: ld returned 1 exit status
configure:3865: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fltkc"
| #define PACKAGE_TARNAME "fltkc"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "fltkc 0.1"
| #define PACKAGE_BUGREPORT "aditya dawt siram ayt gmail dawt com"
| #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_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBFLTK 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:3874: result: no
configure:3882: checking for main in -lfltk_forms
configure:3901: gcc -o conftest    conftest.c -lfltk_forms  -lfltk -ldl  >&5
configure:3901: $? = 0
configure:3910: result: yes
configure:3924: checking for size_t
configure:3924: gcc -c   conftest.c >&5
configure:3924: $? = 0
configure:3924: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:3924: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fltkc"
| #define PACKAGE_TARNAME "fltkc"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "fltkc 0.1"
| #define PACKAGE_BUGREPORT "aditya dawt siram ayt gmail dawt com"
| #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_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBFLTK 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:3924: result: yes
configure:3939: checking for stdlib.h
configure:3939: result: yes
configure:3949: checking for GNU libc compatible malloc
configure:3973: gcc -o conftest    conftest.c -lfltk -ldl  >&5
configure:3973: $? = 0
configure:3973: ./conftest
configure:3973: $? = 0
configure:3983: result: yes
configure:4007: checking for select
configure:4007: gcc -o conftest    conftest.c -lfltk -ldl  >&5
configure:4007: $? = 0
configure:4007: result: yes
configure:4007: checking for strdup
configure:4007: gcc -o conftest    conftest.c -lfltk -ldl  >&5
conftest.c:52:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
 char strdup ();
      ^
configure:4007: $? = 0
configure:4007: result: yes
configure:4007: checking for strerror
configure:4007: gcc -o conftest    conftest.c -lfltk -ldl  >&5
configure:4007: $? = 0
configure:4007: result: yes
configure:4007: checking for strrchr
configure:4007: gcc -o conftest    conftest.c -lfltk -ldl  >&5
conftest.c:54:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
 char strrchr ();
      ^
configure:4007: $? = 0
configure:4007: result: yes
configure:4007: checking for strtol
configure:4007: gcc -o conftest    conftest.c -lfltk -ldl  >&5
configure:4007: $? = 0
configure:4007: result: yes
configure:4171: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by fltkc config.status 0.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on deech-Precision-M6700

config.status:735: creating Makefile
config.status:735: creating c-src/Makefile
config.status:735: creating c-examples/Makefile
config.status:735: creating fltkhs.buildinfo
configure:5175: WARNING: unrecognized options: --with-hc, --with-gcc

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_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_func_malloc_0_nonnull=yes
ac_cv_func_select=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strrchr=yes
ac_cv_func_strtol=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_unistd_h=yes
ac_cv_lib_dl_main=yes
ac_cv_lib_fltk_cairo_main=no
ac_cv_lib_fltk_fl_alphasort=yes
ac_cv_lib_fltk_forms_main=yes
ac_cv_lib_fltk_gl_main=yes
ac_cv_lib_fltk_images_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_FLTKCONFIG=fltk-config
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_type_size_t=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
DEFS='-DPACKAGE_NAME=\"fltkc\" -DPACKAGE_TARNAME=\"fltkc\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"fltkc\ 0.1\" -DPACKAGE_BUGREPORT=\"aditya\ dawt\ siram\ ayt\ gmail\ dawt\ com\" -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_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBDL=1 -DHAVE_LIBFLTK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRTOL=1'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FLTKCONFIG='fltk-config'
FLTKCONFIGCOMMAND='/usr/local/lib/libfltk_images.a -lpng -lz -ljpeg /usr/local/lib/libfltk_gl.a -lGLU -lGL /usr/local/lib/libfltk_forms.a /usr/local/lib/libfltk.a -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11'
FLTK_HOME='/usr/local/include'
GREP='/bin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS='-lfltk -ldl '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='aditya dawt siram ayt gmail dawt com'
PACKAGE_NAME='fltkc'
PACKAGE_STRING='fltkc 0.1'
PACKAGE_TARNAME='fltkc'
PACKAGE_URL=''
PACKAGE_VERSION='0.1'
PATH_SEPARATOR=':'
SHELL='/bin/bash'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/deech/.cabal'
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 "fltkc"
#define PACKAGE_TARNAME "fltkc"
#define PACKAGE_VERSION "0.1"
#define PACKAGE_STRING "fltkc 0.1"
#define PACKAGE_BUGREPORT "aditya dawt siram ayt gmail dawt com"
#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_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LIBDL 1
#define HAVE_LIBFLTK 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_SELECT 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRRCHR 1
#define HAVE_STRTOL 1

configure: exit 0