Problem with making, please help !

34 views
Skip to first unread message

mayank

unread,
Mar 1, 2010, 1:10:58 PM3/1/10
to CLooG
hi,

I was trying to build cloog-ppl-0.15.8 from ftp://gcc.gnu.org/pub/gcc/infrastructure/
for my gcc build. But after configure it breaks on 'make'.

here's the make process :

Making all in .
make[1]: Entering directory `/home/eth/Documents/cloog-ppl-0.15.8'
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -
I. -I./include/cloog -I./include -I./include -Wall -fomit-frame-
pointer -g -O2 -MT block.lo -MD -MP -MF ".deps/block.Tpo" -c -o
block.lo `test -f 'source/block.c' || echo './'`source/block.c; \
then mv -f ".deps/block.Tpo" ".deps/block.Plo"; else rm -f
".deps/
block.Tpo"; exit 1; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include/cloog -I./
include -I./include -Wall -fomit-frame-pointer -g -O2 -MT block.lo -MD
-MP -MF .deps/block.Tpo -c source/block.c -fPIC -DPIC -o .libs/
block.o
In file included from source/../include/cloog/cloog.h:93,
from source/block.c:42:
./include/cloog/domain.h:93: error: expected ‘)’ before ‘*’ token
make[1]: *** [block.lo] Error 1
make[1]: Leaving directory `/home/eth/Documents/cloog-ppl-0.15.8'
make: *** [all-recursive] Error 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 configure, which was
generated by GNU Autoconf 2.63. Invocation command line was

$ ./configure --prefix=/home/eth/Documents/cloog-ppl-0.15.8/obj-dir
--no-create --no-recursion

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

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.31.12-174.2.22.fc12.i686.PAE
uname -s = Linux
uname -v = #1 SMP Fri Feb 19 19:10:04 UTC 2010

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/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/lib/qt-3.3/bin
PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/lib/ccache
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /home/eth/bin


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

configure:2090: checking for a BSD-compatible install
configure:2158: result: /usr/bin/install -c
configure:2169: checking whether build environment is sane
configure:2212: result: yes
configure:2274: checking for gawk
configure:2290: found /usr/bin/gawk
configure:2301: result: gawk
configure:2312: checking whether make sets $(MAKE)
configure:2334: result: yes
configure:2593: checking for gcc
configure:2609: found /usr/lib/ccache/gcc
configure:2620: result: gcc
configure:2852: checking for C compiler version
configure:2860: gcc --version >&5
gcc (GCC) 4.4.3 20100127 (Red Hat 4.4.3-4)
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:2864: $? = 0
configure:2871: gcc -v >&5
Using built-in specs.
Target: i686-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --
infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/
bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --
enable-checking=release --with-system-zlib --enable-__cxa_atexit --
disable-libunwind-exceptions --enable-gnu-unique-object --enable-
languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --
disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-
gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-
mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-
multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686
--build=i686-redhat-linux
Thread model: posix
gcc version 4.4.3 20100127 (Red Hat 4.4.3-4) (GCC)
configure:2875: $? = 0
configure:2882: gcc -V >&5
gcc: '-V' option must have argument
configure:2886: $? = 1
configure:2909: checking for C compiler default output file name
configure:2931: gcc conftest.c >&5
configure:2935: $? = 0
configure:2973: result: a.out
configure:2992: checking whether the C compiler works
configure:3002: ./a.out
configure:3006: $? = 0
configure:3025: result: yes
configure:3032: checking whether we are cross compiling
configure:3034: result: no
configure:3037: checking for suffix of executables
configure:3044: gcc -o conftest conftest.c >&5
configure:3048: $? = 0
configure:3074: result:
configure:3080: checking for suffix of object files
configure:3106: gcc -c conftest.c >&5
configure:3110: $? = 0
configure:3135: result: o
configure:3139: checking whether we are using the GNU C compiler
configure:3168: gcc -c conftest.c >&5
configure:3175: $? = 0
configure:3192: result: yes
configure:3201: checking whether gcc accepts -g
configure:3231: gcc -c -g conftest.c >&5
configure:3238: $? = 0
configure:3339: result: yes
configure:3356: checking for gcc option to accept ISO C89
configure:3430: gcc -c -g -O2 conftest.c >&5
configure:3437: $? = 0
configure:3460: result: none needed
configure:3489: checking for style of include used by make
configure:3517: result: GNU
configure:3545: checking dependency style of gcc
configure:3635: result: gcc3
configure:3652: checking whether ln -s works
configure:3656: result: yes
configure:3663: checking whether make sets $(MAKE)
configure:3685: result: yes
configure:3696: checking for cd
configure:3726: result: no
configure:3745: checking for a BSD-compatible install
configure:3813: result: /usr/bin/install -c
configure:3855: checking build system type
configure:3873: result: i686-pc-linux-gnu
configure:3895: checking host system type
configure:3910: result: i686-pc-linux-gnu
configure:3932: checking for a sed that does not truncate output
configure:3998: result: /bin/sed
configure:4016: checking for grep that handles long lines and -e
configure:4076: result: /bin/grep
configure:4081: checking for egrep
configure:4145: result: /bin/grep -E
configure:4150: checking for fgrep
configure:4214: result: /bin/grep -F
configure:4249: checking for ld used by gcc
configure:4316: result: /usr/local/bin/ld
configure:4325: checking if the linker (/usr/local/bin/ld) is GNU ld
configure:4340: result: yes
configure:4352: checking for BSD- or MS-compatible name lister (nm)
configure:4401: result: /usr/local/bin/nm -B
configure:4519: checking the name lister (/usr/local/bin/nm -B)
interface
configure:4526: gcc -c -g -O2 conftest.c >&5
configure:4529: /usr/local/bin/nm -B "conftest.o"
configure:4532: output
00000000 B some_variable
configure:4539: result: BSD nm
configure:4543: checking the maximum length of command line arguments
configure:4663: result: 1966080
configure:4680: checking whether the shell understands some XSI
constructs
configure:4690: result: yes
configure:4694: checking whether the shell understands "+="
configure:4700: result: yes
configure:4735: checking for /usr/local/bin/ld option to reload object
files
configure:4742: result: -r
configure:4811: checking for objdump
configure:4827: found /usr/local/bin/objdump
configure:4838: result: objdump
configure:4870: checking how to recognize dependent libraries
configure:5066: result: pass_all
configure:5126: checking for ar
configure:5142: found /usr/local/bin/ar
configure:5153: result: ar
configure:5231: checking for strip
configure:5247: found /usr/local/bin/strip
configure:5258: result: strip
configure:5330: checking for ranlib
configure:5346: found /usr/local/bin/ranlib
configure:5357: result: ranlib
configure:5447: checking command to parse /usr/local/bin/nm -B output
from gcc object
configure:5565: gcc -c -g -O2 conftest.c >&5
configure:5568: $? = 0
configure:5572: /usr/local/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:5575: $? = 0
configure:5629: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5632: $? = 0
configure:5670: result: ok
configure:6537: checking how to run the C preprocessor
configure:6577: gcc -E conftest.c
configure:6584: $? = 0
configure:6615: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6622: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cloog"
| #define VERSION "0.15"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6655: result: gcc -E
configure:6684: gcc -E conftest.c
configure:6691: $? = 0
configure:6722: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6729: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cloog"
| #define VERSION "0.15"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6769: checking for ANSI C header files
configure:6799: gcc -c -g -O2 conftest.c >&5
configure:6806: $? = 0
configure:6905: gcc -o conftest -g -O2 conftest.c >&5
configure:6909: $? = 0
configure:6915: ./conftest
configure:6919: $? = 0
configure:6937: result: yes
configure:6961: checking for sys/types.h
configure:6982: gcc -c -g -O2 conftest.c >&5
configure:6989: $? = 0
configure:7006: result: yes
configure:6961: checking for sys/stat.h
configure:6982: gcc -c -g -O2 conftest.c >&5
configure:6989: $? = 0
configure:7006: result: yes
configure:6961: checking for stdlib.h
configure:6982: gcc -c -g -O2 conftest.c >&5
configure:6989: $? = 0
configure:7006: result: yes
configure:6961: checking for string.h
configure:6982: gcc -c -g -O2 conftest.c >&5
configure:6989: $? = 0
configure:7006: result: yes
configure:6961: checking for memory.h
configure:6982: gcc -c -g -O2 conftest.c >&5
configure:6989: $? = 0
configure:7006: result: yes
configure:6961: checking for strings.h
configure:6982: gcc -c -g -O2 conftest.c >&5
configure:6989: $? = 0
configure:7006: result: yes
configure:6961: checking for inttypes.h
configure:6982: gcc -c -g -O2 conftest.c >&5
configure:6989: $? = 0
configure:7006: result: yes
configure:6961: checking for stdint.h
configure:6982: gcc -c -g -O2 conftest.c >&5
configure:6989: $? = 0
configure:7006: result: yes
configure:6961: checking for unistd.h
configure:6982: gcc -c -g -O2 conftest.c >&5
configure:6989: $? = 0
configure:7006: result: yes
configure:7024: checking for dlfcn.h
configure:7045: gcc -c -g -O2 conftest.c >&5
configure:7052: $? = 0
configure:7069: result: yes
configure:7255: checking for objdir
configure:7270: result: .libs
configure:7562: checking if gcc supports -fno-rtti -fno-exceptions
configure:7580: 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
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++
but not for C
configure:7584: $? = 0
configure:7597: result: no
configure:7617: checking for gcc option to produce PIC
configure:7889: result: -fPIC -DPIC
configure:7901: checking if gcc PIC flag -fPIC -DPIC works
configure:7919: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:7923: $? = 0
configure:7936: result: yes
configure:7960: checking if gcc static flag -static works
configure:7988: result: no
configure:8003: checking if gcc supports -c -o file.o
configure:8024: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8028: $? = 0
configure:8050: result: yes
configure:8058: checking if gcc supports -c -o file.o
configure:8105: result: yes
configure:8138: checking whether the gcc linker (/usr/local/bin/ld)
supports shared libraries
configure:9213: result: yes
configure:9250: checking whether -lc should be explicitly linked in
configure:9255: gcc -c -g -O2 conftest.c >&5
configure:9258: $? = 0
configure:9273: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9276: $? = 0
configure:9288: result: no
configure:9452: checking dynamic linker characteristics
configure:9895: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo
conftest.c >&5
configure:9902: $? = 0
configure:10147: result: GNU/Linux ld.so
configure:10249: checking how to hardcode library paths into programs
configure:10274: result: immediate
configure:11107: checking whether stripping libraries is possible
configure:11112: result: yes
configure:11147: checking if libtool supports shared libraries
configure:11149: result: yes
configure:11152: checking whether to build shared libraries
configure:11173: result: yes
configure:11176: checking whether to build static libraries
configure:11180: result: yes
configure:11217: checking for an ANSI C-conforming const
configure:11292: gcc -c -g -O2 conftest.c >&5
configure:11299: $? = 0
configure:11314: result: yes
configure:11324: checking for size_t
configure:11352: gcc -c -g -O2 conftest.c >&5
configure:11359: $? = 0
configure:11386: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:58: error: expected expression before ')' token
configure:11393: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cloog"
| #define VERSION "0.15"
| #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/"
| /* 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:11416: result: yes
configure:11431: checking for ANSI C header files
configure:11599: result: yes
configure:11615: checking for strtol
configure:11671: gcc -o conftest -g -O2 conftest.c >&5
configure:11678: $? = 0
configure:11700: result: yes
configure:11723: checking sys/resource.h usability
configure:11740: gcc -c -g -O2 conftest.c >&5
configure:11747: $? = 0
configure:11761: result: yes
configure:11765: checking sys/resource.h presence
configure:11780: gcc -E conftest.c
configure:11787: $? = 0
configure:11801: result: yes
configure:11829: checking for sys/resource.h
configure:11836: result: yes
configure:11932: checking whether gmp works
configure:11953: checking gmp.h usability
configure:11970: gcc -c -g -O2 conftest.c >&5
configure:11977: $? = 0
configure:11991: result: yes
configure:11995: checking gmp.h presence
configure:12010: gcc -E conftest.c
configure:12017: $? = 0
configure:12031: result: yes
configure:12059: checking for gmp.h
configure:12066: result: yes
configure:12071: checking for __gmpz_init in -lgmp
configure:12106: gcc -o conftest -g -O2 conftest.c -lgmp >&5
configure:12113: $? = 0
configure:12134: result: yes
configure:12406: checking for location of PolyLib
configure:12440: result: installed in standard location
configure:12446: checking for PolyhedronTSort in -lpolylib64
configure:12481: gcc -o conftest -g -O2 conftest.c -lpolylib64 -
lgmp >&5
configure:12488: $? = 0
configure:12511: result: yes
configure:12542: checking polylib/polylib64.h usability
configure:12559: gcc -c -g -O2 conftest.c >&5
configure:12566: $? = 0
configure:12580: result: yes
configure:12584: checking polylib/polylib64.h presence
configure:12599: gcc -E conftest.c
configure:12606: $? = 0
configure:12620: result: yes
configure:12648: checking for polylib/polylib64.h
configure:12657: result: yes
configure:12692: checking for Parma Polyhedral Library (PPL)
configure:12913: result: not using PPL
configure:13071: creating ./config.status

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
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_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_strtol=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_gmp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_polylib_polylib64_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_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_gmp___gmpz_init=yes
ac_cv_lib_polylib64___PolyhedronTSort=yes
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_install='/usr/bin/install -c'
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
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
cl_cv_polylib=polylib64
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/local/bin/ld
lt_cv_path_NM='/usr/local/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=no
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_prefix='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=1966080

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

ACLOCAL='${SHELL} /home/eth/Documents/cloog-ppl-0.15.8/autoconf/
missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/eth/Documents/cloog-ppl-0.15.8/autoconf/missing
--run tar'
AR='ar'
AUTOCONF='${SHELL} /home/eth/Documents/cloog-ppl-0.15.8/autoconf/
missing --run autoconf'
AUTOHEADER='${SHELL} /home/eth/Documents/cloog-ppl-0.15.8/autoconf/
missing --run autoheader'
AUTOMAKE='${SHELL} /home/eth/Documents/cloog-ppl-0.15.8/autoconf/
missing --run automake-1.9'
AWK='gawk'
BITS='64'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CD=''
CFLAGS='-g -O2'
CLOOG_VERSION_BETA='0'
CLOOG_VERSION_MAJOR='0'
CLOOG_VERSION_MINOR='15'
CLOOG_VERSION_REVISION='0'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GIT_INDEX=''
GREP='/bin/grep'
INSTALL='/usr/bin/install -c'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LD='/usr/local/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS='-lpolylib64 -lgmp '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/eth/Documents/cloog-ppl-0.15.8/autoconf/
missing --run makeinfo'
NM='/usr/local/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='cloog'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POLYHEDRAL_BACKEND='polylib'
POLYLIB_CPPFLAGS=''
POLYLIB_LDFLAGS=''
POLYLIB_LIBS=''
PPL_CPPFLAGS=''
PPL_LDFLAGS=''
PPL_LIBS=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SHEXT=''
STRIP='strip'
VERSION='0.15'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
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'
cl_cv_polylib='polylib64'
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='/home/eth/Documents/cloog-ppl-0.15.8/autoconf/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/eth/Documents/cloog-ppl-0.15.8/obj-dir'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target=''
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "cloog"
#define VERSION "0.15"
#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 STDC_HEADERS 1
#define HAVE_STRTOL 1
#define HAS_SYS_RESOURCE_H 1
#define LINEAR_VALUE_IS_MP 1

configure: exit 0

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

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

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

on localhost.localdomain

config.status:1007: creating Makefile
config.status:1007: creating test/Makefile
config.status:1007: creating include/cloog/cloog.h
config.status:1007: creating autoconf/Doxyfile
config.status:1007: creating doc/Makefile
config.status:1007: creating genversion.sh
config.status:1007: creating include/cloog/cloog-config.h
config.status:1223: include/cloog/cloog-config.h is unchanged
config.status:1274: executing depfiles commands
config.status:1274: executing libtool commands
config.status:1274: executing version.h commands
config.status:1274: executing doc/gitversion.texi commands

please help !!!! don't understand why it breaks ?

Thank you

regards
Mayank
may...@gmail.com
Thapar University,
Punjab

yyqem...@gmail.com

unread,
Nov 16, 2012, 11:12:53 AM11/16/12
to cl...@googlegroups.com
hi,
    I got the same problem with you and could not find the answer from google. It was long time since you ask this. Had you got the answer now ?
    Thank you!!!

在 2010年3月2日星期二UTC+8上午2时10分58秒,mayank写道:
Reply all
Reply to author
Forward
0 new messages