CVS make install error

View: New views
1 Messages — Rating Filter:   Alert me  

CVS make install error

by Raena Lea-Shannon-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
All goes well with SIP cvs install until last leg of make install :-(

I have done all of these:

      - Scilab 4.0 (SIP seems to work even for Scilab 2.6).
      - AnImaL (An Imaging Library), latest version. You can
        download it at http://animal.sourceforge.net
      - ImageMagick
      - GCC compiler
      - groff text formatter (for help pages)
      - For the SIP CVS version, you need to have recent autoconf,
        automake, and libtool packages installed.

Configure log attached.

Can you assist?

This is the make install error:

[...] snip
/usr/bin/install -c -m 644 './lib'
'/home/raena/DownloadAppsRaena/scilab-4.1/contrib/sip/macros/lib'
/usr/bin/install: cannot stat `./lib': No such file or directory
make[2]: *** [install-macroDATA] Error 1
make[2]: Leaving directory `/home/raena/DownloadAppsRaena/siptoolbox/macros'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/raena/DownloadAppsRaena/siptoolbox/macros'
make: *** [install-recursive] Error 1

--
Raena Lea-Shannon
Partner
Frankel Lawyers
www.frankellawyers.com.au
268 Devonshire Street
Surry Hills NSW 2010
Ph: 02 9318 2900
Fax: 02 9318 1690
email:raena@...

[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 sip configure 0.4.0-rc4-cvs, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --libdir=/usr/local/lib/

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

hostname = linux
uname -m = i686
uname -r = 2.6.13-15.15-default
uname -s = Linux
uname -v = #1 Mon Feb 26 14:11:33 UTC 2007

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

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/raena/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


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

configure:1574: checking for a BSD-compatible install
configure:1629: result: /usr/bin/install -c
configure:1640: checking whether build environment is sane
configure:1683: result: yes
configure:1748: checking for gawk
configure:1764: found /usr/bin/gawk
configure:1774: result: gawk
configure:1784: checking whether make sets $(MAKE)
configure:1804: result: yes
configure:2011: checking for gcc
configure:2027: found /usr/local/bin/gcc
configure:2037: result: gcc
configure:2281: checking for C compiler version
configure:2284: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux)
Copyright (C) 2005 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:2287: $? = 0
configure:2289: gcc -v </dev/null >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,f95,java,ada --disable-checking --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk --disable-libjava-multilib --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --without-system-libunwind --host=i586-suse-linux
Thread model: posix
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
configure:2292: $? = 0
configure:2294: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2297: $? = 1
configure:2320: checking for C compiler default output file name
configure:2323: gcc    conftest.c  >&5
configure:2326: $? = 0
configure:2372: result: a.out
configure:2377: checking whether the C compiler works
configure:2383: ./a.out
configure:2386: $? = 0
configure:2403: result: yes
configure:2410: checking whether we are cross compiling
configure:2412: result: no
configure:2415: checking for suffix of executables
configure:2417: gcc -o conftest    conftest.c  >&5
configure:2420: $? = 0
configure:2445: result:
configure:2451: checking for suffix of object files
configure:2472: gcc -c   conftest.c >&5
configure:2475: $? = 0
configure:2497: result: o
configure:2501: checking whether we are using the GNU C compiler
configure:2525: gcc -c   conftest.c >&5
configure:2531: $? = 0
configure:2535: test -z
                         || test ! -s conftest.err
configure:2538: $? = 0
configure:2541: test -s conftest.o
configure:2544: $? = 0
configure:2557: result: yes
configure:2563: checking whether gcc accepts -g
configure:2584: gcc -c -g  conftest.c >&5
configure:2590: $? = 0
configure:2594: test -z
                         || test ! -s conftest.err
configure:2597: $? = 0
configure:2600: test -s conftest.o
configure:2603: $? = 0
configure:2614: result: yes
configure:2631: checking for gcc option to accept ANSI C
configure:2701: gcc  -c -g -O2  conftest.c >&5
configure:2707: $? = 0
configure:2711: test -z
                         || test ! -s conftest.err
configure:2714: $? = 0
configure:2717: test -s conftest.o
configure:2720: $? = 0
configure:2738: result: none needed
configure:2756: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2762: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2906: checking for style of include used by make
configure:2934: result: GNU
configure:2962: checking dependency style of gcc
configure:3052: result: gcc3
configure:3158: checking build system type
configure:3176: result: i686-suse-linux
configure:3184: checking host system type
configure:3198: result: i686-suse-linux
configure:3206: checking for a sed that does not truncate output
configure:3260: result: /usr/bin/sed
configure:3263: checking for egrep
configure:3273: result: grep -E
configure:3289: checking for ld used by gcc
configure:3356: result: /usr/i586-suse-linux/bin/ld
configure:3365: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
configure:3380: result: yes
configure:3385: checking for /usr/i586-suse-linux/bin/ld option to reload object files
configure:3392: result: -r
configure:3410: checking for BSD-compatible nm
configure:3452: result: /usr/bin/nm -B
configure:3456: checking whether ln -s works
configure:3460: result: yes
configure:3467: checking how to recognise dependent libraries
configure:3639: result: pass_all
configure:4095: checking how to run the C preprocessor
configure:4130: gcc -E  conftest.c
configure:4136: $? = 0
configure:4168: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:4174: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "sip"
| #define PACKAGE_TARNAME "sip"
| #define PACKAGE_VERSION "0.4.0-rc4-cvs"
| #define PACKAGE_STRING "sip 0.4.0-rc4-cvs"
| #define PACKAGE_BUGREPORT "ricardofabbri@..."
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4213: result: gcc -E
configure:4237: gcc -E  conftest.c
configure:4243: $? = 0
configure:4275: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:4281: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "sip"
| #define PACKAGE_TARNAME "sip"
| #define PACKAGE_VERSION "0.4.0-rc4-cvs"
| #define PACKAGE_STRING "sip 0.4.0-rc4-cvs"
| #define PACKAGE_BUGREPORT "ricardofabbri@..."
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4325: checking for ANSI C header files
configure:4350: gcc -c -g -O2  conftest.c >&5
configure:4356: $? = 0
configure:4360: test -z
                         || test ! -s conftest.err
configure:4363: $? = 0
configure:4366: test -s conftest.o
configure:4369: $? = 0
configure:4458: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit'
configure:4461: $? = 0
configure:4463: ./conftest
configure:4466: $? = 0
configure:4481: result: yes
configure:4505: checking for sys/types.h
configure:4521: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4531: test -z
                         || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4551: result: yes
configure:4505: checking for sys/stat.h
configure:4521: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4531: test -z
                         || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4551: result: yes
configure:4505: checking for stdlib.h
configure:4521: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4531: test -z
                         || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4551: result: yes
configure:4505: checking for string.h
configure:4521: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4531: test -z
                         || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4551: result: yes
configure:4505: checking for memory.h
configure:4521: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4531: test -z
                         || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4551: result: yes
configure:4505: checking for strings.h
configure:4521: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4531: test -z
                         || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4551: result: yes
configure:4505: checking for inttypes.h
configure:4521: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4531: test -z
                         || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4551: result: yes
configure:4505: checking for stdint.h
configure:4521: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4531: test -z
                         || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4551: result: yes
configure:4505: checking for unistd.h
configure:4521: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4531: test -z
                         || test ! -s conftest.err
configure:4534: $? = 0
configure:4537: test -s conftest.o
configure:4540: $? = 0
configure:4551: result: yes
configure:4577: checking dlfcn.h usability
configure:4589: gcc -c -g -O2  conftest.c >&5
configure:4595: $? = 0
configure:4599: test -z
                         || test ! -s conftest.err
configure:4602: $? = 0
configure:4605: test -s conftest.o
configure:4608: $? = 0
configure:4618: result: yes
configure:4622: checking dlfcn.h presence
configure:4632: gcc -E  conftest.c
configure:4638: $? = 0
configure:4658: result: yes
configure:4693: checking for dlfcn.h
configure:4700: result: yes
configure:4765: checking for g++
configure:4781: found /usr/local/bin/g++
configure:4791: result: g++
configure:4807: checking for C++ compiler version
configure:4810: g++ --version </dev/null >&5
g++ (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux)
Copyright (C) 2005 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:4813: $? = 0
configure:4815: g++ -v </dev/null >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,f95,java,ada --disable-checking --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk --disable-libjava-multilib --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --without-system-libunwind --host=i586-suse-linux
Thread model: posix
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
configure:4818: $? = 0
configure:4820: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:4823: $? = 1
configure:4826: checking whether we are using the GNU C++ compiler
configure:4850: g++ -c   conftest.cc >&5
configure:4856: $? = 0
configure:4860: test -z
                         || test ! -s conftest.err
configure:4863: $? = 0
configure:4866: test -s conftest.o
configure:4869: $? = 0
configure:4882: result: yes
configure:4888: checking whether g++ accepts -g
configure:4909: g++ -c -g  conftest.cc >&5
configure:4915: $? = 0
configure:4919: test -z
                         || test ! -s conftest.err
configure:4922: $? = 0
configure:4925: test -s conftest.o
configure:4928: $? = 0
configure:4939: result: yes
configure:4981: g++ -c -g -O2  conftest.cc >&5
configure:4987: $? = 0
configure:4991: test -z
                         || test ! -s conftest.err
configure:4994: $? = 0
configure:4997: test -s conftest.o
configure:5000: $? = 0
configure:5026: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:24: error: 'exit' was not declared in this scope
configure:5032: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "sip"
| #define PACKAGE_TARNAME "sip"
| #define PACKAGE_VERSION "0.4.0-rc4-cvs"
| #define PACKAGE_STRING "sip 0.4.0-rc4-cvs"
| #define PACKAGE_BUGREPORT "ricardofabbri@..."
| #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
| /* end confdefs.h.  */
|
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4981: g++ -c -g -O2  conftest.cc >&5
configure:4987: $? = 0
configure:4991: test -z
                         || test ! -s conftest.err
configure:4994: $? = 0
configure:4997: test -s conftest.o
configure:5000: $? = 0
configure:5026: g++ -c -g -O2  conftest.cc >&5
configure:5032: $? = 0
configure:5036: test -z
                         || test ! -s conftest.err
configure:5039: $? = 0
configure:5042: test -s conftest.o
configure:5045: $? = 0
configure:5070: checking dependency style of g++
configure:5160: result: gcc3
configure:5187: checking how to run the C++ preprocessor
configure:5218: g++ -E  conftest.cc
configure:5224: $? = 0
configure:5256: g++ -E  conftest.cc
conftest.cc:23:28: error: ac_nonexistent.h: No such file or directory
configure:5262: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "sip"
| #define PACKAGE_TARNAME "sip"
| #define PACKAGE_VERSION "0.4.0-rc4-cvs"
| #define PACKAGE_STRING "sip 0.4.0-rc4-cvs"
| #define PACKAGE_BUGREPORT "ricardofabbri@..."
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5301: result: g++ -E
configure:5325: g++ -E  conftest.cc
configure:5331: $? = 0
configure:5363: g++ -E  conftest.cc
conftest.cc:23:28: error: ac_nonexistent.h: No such file or directory
configure:5369: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "sip"
| #define PACKAGE_TARNAME "sip"
| #define PACKAGE_VERSION "0.4.0-rc4-cvs"
| #define PACKAGE_STRING "sip 0.4.0-rc4-cvs"
| #define PACKAGE_BUGREPORT "ricardofabbri@..."
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5466: checking for g77
configure:5495: result: no
configure:5466: checking for f77
configure:5495: result: no
configure:5466: checking for xlf
configure:5495: result: no
configure:5466: checking for frt
configure:5495: result: no
configure:5466: checking for pgf77
configure:5495: result: no
configure:5466: checking for fort77
configure:5495: result: no
configure:5466: checking for fl32
configure:5495: result: no
configure:5466: checking for af77
configure:5495: result: no
configure:5466: checking for f90
configure:5495: result: no
configure:5466: checking for xlf90
configure:5495: result: no
configure:5466: checking for pgf90
configure:5495: result: no
configure:5466: checking for epcf90
configure:5495: result: no
configure:5466: checking for f95
configure:5495: result: no
configure:5466: checking for fort
configure:5495: result: no
configure:5466: checking for xlf95
configure:5495: result: no
configure:5466: checking for ifc
configure:5495: result: no
configure:5466: checking for efc
configure:5495: result: no
configure:5466: checking for pgf95
configure:5495: result: no
configure:5466: checking for lf95
configure:5495: result: no
configure:5466: checking for gfortran
configure:5495: result: no
configure:5507: checking for Fortran 77 compiler version
configure:5510:  --version </dev/null >&5
./configure: line 5511: --version: command not found
configure:5513: $? = 127
configure:5515:  -v </dev/null >&5
./configure: line 5516: -v: command not found
configure:5518: $? = 127
configure:5520:  -V </dev/null >&5
./configure: line 5521: -V: command not found
configure:5523: $? = 127
configure:5531: checking whether we are using the GNU Fortran 77 compiler
configure:5545:  -c  conftest.F >&5
./configure: line 5546: -c: command not found
configure:5551: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:5577: result: no
configure:5583: checking whether  accepts -g
configure:5595:  -c -g conftest.f >&5
./configure: line 5596: -c: command not found
configure:5601: $? = 127
configure: failed program was:
|       program main
|
|       end
configure:5626: result: no
configure:5656: checking the maximum length of command line arguments
configure:5748: result: 32768
configure:5759: checking command to parse /usr/bin/nm -B output from gcc object
configure:5855: gcc -c -g -O2  conftest.c >&5
configure:5858: $? = 0
configure:5862: /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:5865: $? = 0
configure:5917: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5920: $? = 0
configure:5958: result: ok
configure:5962: checking for objdir
configure:5977: result: .libs
configure:6067: checking for ar
configure:6083: found /usr/bin/ar
configure:6094: result: ar
configure:6147: checking for ranlib
configure:6163: found /usr/bin/ranlib
configure:6174: result: ranlib
configure:6227: checking for strip
configure:6243: found /usr/bin/strip
configure:6254: result: strip
configure:6541: checking if gcc static flag  works
configure:6569: result: yes
configure:6587: checking if gcc supports -fno-rtti -fno-exceptions
configure:6605: 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:6609: $? = 0
configure:6622: result: no
configure:6637: checking for gcc option to produce PIC
configure:6841: result: -fPIC
configure:6849: checking if gcc PIC flag -fPIC works
configure:6867: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6871: $? = 0
configure:6884: result: yes
configure:6908: checking if gcc supports -c -o file.o
configure:6929: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6933: $? = 0
configure:6955: result: yes
configure:6981: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
configure:7877: result: yes
configure:7903: checking whether -lc should be explicitly linked in
configure:7908: gcc -c -g -O2  conftest.c >&5
configure:7911: $? = 0
configure:7925: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7928: $? = 0
configure:7940: result: no
configure:7948: checking dynamic linker characteristics
configure:8494: result: GNU/Linux ld.so
configure:8498: checking how to hardcode library paths into programs
configure:8523: result: immediate
configure:8537: checking whether stripping libraries is possible
configure:8542: result: yes
configure:9372: checking if libtool supports shared libraries
configure:9374: result: yes
configure:9377: checking whether to build shared libraries
configure:9398: result: yes
configure:9401: checking whether to build static libraries
configure:9405: result: no
configure:9497: creating libtool
configure:10075: checking for ld used by g++
configure:10142: result: /usr/i586-suse-linux/bin/ld
configure:10151: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
configure:10166: result: yes
configure:10217: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
configure:11104: result: yes
configure:11122: g++ -c -g -O2  conftest.cc >&5
configure:11125: $? = 0
configure:11221: checking for g++ option to produce PIC
configure:11489: result: -fPIC
configure:11497: checking if g++ PIC flag -fPIC works
configure:11515: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:11519: $? = 0
configure:11532: result: yes
configure:11556: checking if g++ supports -c -o file.o
configure:11577: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:11581: $? = 0
configure:11603: result: yes
configure:11629: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
configure:11654: result: yes
configure:11725: checking dynamic linker characteristics
configure:12271: result: GNU/Linux ld.so
configure:12275: checking how to hardcode library paths into programs
configure:12300: result: immediate
configure:12314: checking whether stripping libraries is possible
configure:12319: result: yes
configure:19852: checking for xsltproc
configure:19868: found /usr/bin/xsltproc
configure:19879: result: yes
configure:19970: checking for scilab
configure:19986: found /usr/local/bin/scilab
configure:19997: result: yes
configure:20146: checking for animal-config
configure:20164: found /usr/local/bin/animal-config
configure:20177: result: /usr/local/bin/animal-config
configure:20200: checking for animal CFLAGS
configure:20210: result: -I/usr/local/include -I/usr/include  -I/usr/include
configure:20212: checking for animal LIBS
configure:20222: result: -L/usr/local/lib -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib  -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lanimal -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lm  
configure:20224: checking for animal VERSION
configure:20234: result: 0.15.0
configure:20253: checking for animal - version >= 0.14.0
configure:20509: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines  conftest.c  -L/usr/local/lib -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib  -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lanimal -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lm   >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: warning: libMagick.so.6, needed by /usr/local/lib/libanimal.so, not found (try using -rpath or -rpath-link)
configure:20515: $? = 0
configure:20519: test -z
                         || test ! -s conftest.err
configure:20522: $? = 0
configure:20525: test -s conftest
configure:20528: $? = 0
configure:20556: result: yes
configure:20681: checking for Magick-config
configure:20699: found /usr/local/bin/Magick-config
configure:20712: result: /usr/local/bin/Magick-config
configure:20735: checking for ImageMagick CFLAGS
configure:20745: result: -I/usr/local/include -g -O2 -Wall -W -pthread
configure:20747: checking for ImageMagick LIBS
configure:20757: result: -L/usr/local/lib -L/usr/X11R6/lib -lfreetype -lz -lMagick -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lWand -lMagick
configure:20759: checking for ImageMagick VERSION
configure:20769: result: 6.3.3
configure:20788: checking for ImageMagick - version >= 5.4.2
configure:21044: gcc -o conftest -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include  -I/usr/local/include -g -O2 -Wall -W -pthread   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines  conftest.c  -L/usr/local/lib -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib  -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lanimal -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lm   -L/usr/local/lib -L/usr/X11R6/lib -lfreetype -lz -lMagick -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lWand -lMagick  >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: warning: libMagick.so.6, needed by /usr/local/lib/libanimal.so, not found (try using -rpath or -rpath-link)
configure:21050: $? = 0
configure:21054: test -z
                         || test ! -s conftest.err
configure:21057: $? = 0
configure:21060: test -s conftest
configure:21063: $? = 0
configure:21091: result: yes
configure:21146: checking if  ImageMagick links
configure:21167: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
conftest.c: In function 'main':
conftest.c:31: warning: empty body in an if-statement
configure:21173: $? = 0
configure:21177: test -z
                         || test ! -s conftest.err
configure:21180: $? = 0
configure:21183: test -s conftest.o
configure:21186: $? = 0
configure:21188: result: yes
configure:21205: checking for HWBColorspace in ImageMagick
configure:21226: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
conftest.c: In function 'main':
conftest.c:30: warning: empty body in an if-statement
configure:21232: $? = 0
configure:21236: test -z
                         || test ! -s conftest.err
configure:21239: $? = 0
configure:21242: test -s conftest.o
configure:21245: $? = 0
configure:21247: result: yes
configure:21264: checking for HSLColorspace in ImageMagick
configure:21285: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
conftest.c: In function 'main':
conftest.c:31: warning: empty body in an if-statement
configure:21291: $? = 0
configure:21295: test -z
                         || test ! -s conftest.err
configure:21298: $? = 0
configure:21301: test -s conftest.o
configure:21304: $? = 0
configure:21306: result: yes
configure:21323: checking for Virtual Pixel in ImageMagick
configure:21344: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
conftest.c: In function 'main':
conftest.c:32: warning: unused variable 'vpm'
configure:21350: $? = 0
configure:21354: test -z
                         || test ! -s conftest.err
configure:21357: $? = 0
configure:21360: test -s conftest.o
configure:21363: $? = 0
configure:21365: result: yes
configure:21382: checking whether QueryColorDatabase has 3rd parameter in IM
configure:21404: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
configure:21410: $? = 0
configure:21414: test -z
                         || test ! -s conftest.err
configure:21417: $? = 0
configure:21420: test -s conftest.o
configure:21423: $? = 0
configure:21425: result: yes
configure:21441: checking whether MagickWand.h in IM
configure:21462: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
configure:21468: $? = 0
configure:21472: test -z
                         || test ! -s conftest.err
configure:21475: $? = 0
configure:21478: test -s conftest.o
configure:21481: $? = 0
configure:21483: result: yes
configure:21499: checking whether MogrifyImage has 5th parameter in IM
configure:21522: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
conftest.c: In function 'main':
conftest.c:36: warning: passing argument 3 of 'MogrifyImage' from incompatible pointer type
conftest.c:36: warning: 'argv' is used uninitialized in this function
conftest.c:36: warning: 'image_info' is used uninitialized in this function
configure:21528: $? = 0
configure:21532: test -z
                         || test ! -s conftest.err
configure:21535: $? = 0
configure:21538: test -s conftest.o
configure:21541: $? = 0
configure:21543: result: yes
configure:21561: checking for GetLocaleExceptionMessage in -lMagick
configure:21591: gcc -o conftest -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines  conftest.c -lMagick   -L/usr/local/lib -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib  -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lanimal -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lm   >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: warning: libMagick.so.6, needed by /usr/local/lib/libanimal.so, not found (try using -rpath or -rpath-link)
configure:21597: $? = 0
configure:21601: test -z
                         || test ! -s conftest.err
configure:21604: $? = 0
configure:21607: test -s conftest
configure:21610: $? = 0
configure:21623: result: yes
configure:21636: checking name of the default compression quality in IM
configure:21657: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
conftest.c: In function 'main':
conftest.c:37: error: 'UndefinedCompressionQuality' undeclared (first use in this function)
conftest.c:37: error: (Each undeclared identifier is reported only once
conftest.c:37: error: for each function it appears in.)
conftest.c:37: warning: unused variable 'a'
configure:21663: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "sip"
| #define PACKAGE_TARNAME "sip"
| #define PACKAGE_VERSION "0.4.0-rc4-cvs"
| #define PACKAGE_STRING "sip 0.4.0-rc4-cvs"
| #define PACKAGE_BUGREPORT "ricardofabbri@..."
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_HWBCOLORSPACE
| #define HAVE_HSLCOLORSPACE
| #define HAVE_VIRTUAL_PIXEL
| #define HAVE_QueryColorDatabase_3args
| #define HAVE_MagickWand
| #define HAVE_MogrifyImage_5args
| #define HAVE_GetLocaleExceptionMessage
| /* end confdefs.h.  */
| #include <stdio.h>
|                                     #include <time.h>
|                                     #include <sys/types.h>
|                                     #include <magick/api.h>
| int
| main ()
| {
| unsigned a=UndefinedCompressionQuality;
|   ;
|   return 0;
| }
configure:21709: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
conftest.c: In function 'main':
conftest.c:37: warning: unused variable 'a'
configure:21715: $? = 0
configure:21719: test -z
                         || test ! -s conftest.err
configure:21722: $? = 0
configure:21725: test -s conftest.o
configure:21728: $? = 0
configure:21730: result: UndefinedCompression
configure:21814: checking for ANSI C header files
configure:21970: result: yes
configure:21989: checking for string.h
configure:21994: result: yes
configure:22136: checking for an ANSI C-conforming const
configure:22203: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
conftest.c: In function 'main':
conftest.c:60: warning: unused variable 's'
conftest.c:80: warning: unused variable 'foo'
conftest.c:47: warning: unused variable 'zero'
conftest.c:41: warning: unused variable 'x'
conftest.c:62: warning: 't' is used uninitialized in this function
conftest.c:77: warning: 'b' is used uninitialized in this function
configure:22209: $? = 0
configure:22213: test -z
                         || test ! -s conftest.err
configure:22216: $? = 0
configure:22219: test -s conftest.o
configure:22222: $? = 0
configure:22233: result: yes
configure:22243: checking for inline
configure:22264: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
configure:22270: $? = 0
configure:22274: test -z
                         || test ! -s conftest.err
configure:22277: $? = 0
configure:22280: test -s conftest.o
configure:22283: $? = 0
configure:22295: result: inline
configure:22314: checking for stdbool.h that conforms to C99
configure:22367: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
configure:22373: $? = 0
configure:22377: test -z
                         || test ! -s conftest.err
configure:22380: $? = 0
configure:22383: test -s conftest.o
configure:22386: $? = 0
configure:22397: result: yes
configure:22399: checking for _Bool
configure:22423: gcc -c -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines conftest.c >&5
configure:22429: $? = 0
configure:22433: test -z
                         || test ! -s conftest.err
configure:22436: $? = 0
configure:22439: test -s conftest.o
configure:22442: $? = 0
configure:22453: result: yes
configure:22476: checking for strcasecmp
configure:22533: gcc -o conftest -g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include   -I/home/raena/DownloadAppsRaena/scilab-4.1/routines  conftest.c  -L/usr/local/lib -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib  -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lanimal -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lm   >&5
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: warning: libMagick.so.6, needed by /usr/local/lib/libanimal.so, not found (try using -rpath or -rpath-link)
configure:22539: $? = 0
configure:22543: test -z
                         || test ! -s conftest.err
configure:22546: $? = 0
configure:22549: test -s conftest
configure:22552: $? = 0
configure:22564: result: yes
configure:22693: creating ./config.status

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

This file was extended by sip config.status 0.4.0-rc4-cvs, which was
generated by GNU Autoconf 2.59.  Invocation command line was

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

on linux

config.status:746: creating Makefile
config.status:746: creating src/Makefile
config.status:746: creating macros/Makefile
config.status:746: creating images/Makefile
config.status:746: creating images/photonics/Makefile
config.status:746: creating man/Makefile
config.status:746: creating config/loader.sce
config.status:746: creating config/sip_xmltohtml.sci
config.status:746: creating config/loader_include.sce
config.status:850: creating src/config.h
config.status:978: src/config.h is unchanged
config.status:1158: executing src/sip_config.h commands
config.status:1192: creating src/sip_config.h - prefix SIP for src/config.h defines
config.status:1213: src/sip_config.h is unchanged
config.status:1158: executing depfiles commands

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

ac_cv_build=i686-suse-linux
ac_cv_build_alias=i686-suse-linux
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_strcasecmp=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_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_unistd_h=yes
ac_cv_host=i686-suse-linux
ac_cv_host_alias=i686-suse-linux
ac_cv_lib_Magick___GetLocaleExceptionMessage=yes
ac_cv_objext=o
ac_cv_path_ANIMAL_CONFIG=/usr/local/bin/animal-config
ac_cv_path_IMAGEMAGICK_CONFIG=/usr/local/bin/Magick-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lib_animal_cflags='-I/usr/local/include -I/usr/include  -I/usr/include '
ac_cv_path_lib_animal_libs='-L/usr/local/lib -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib  -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lanimal -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lm  '
ac_cv_path_lib_animal_present=yes
ac_cv_path_lib_animal_version='0.15.0 '
ac_cv_path_lib_imagemagick_cflags='-I/usr/local/include -g -O2 -Wall -W -pthread '
ac_cv_path_lib_imagemagick_libs='-L/usr/local/lib -L/usr/X11R6/lib -lfreetype -lz -lMagick -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lWand -lMagick '
ac_cv_path_lib_imagemagick_present=yes
ac_cv_path_lib_imagemagick_version='6.3.3 '
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_has_scilab=yes
ac_cv_prog_has_xsltproc=yes
ac_cv_prog_make_make_set=yes
ac_cv_type__Bool=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_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_objdir=.libs
lt_cv_path_LD=/usr/i586-suse-linux/bin/ld
lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/raena/DownloadAppsRaena/siptoolbox/config/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/raena/DownloadAppsRaena/siptoolbox/config/missing --run tar'
ANIMAL_CFLAGS='-I/usr/local/include -I/usr/include  -I/usr/include '
ANIMAL_CONFIG='/usr/local/bin/animal-config'
ANIMAL_LIBS='-L/usr/local/lib -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib  -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lanimal -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lm  '
ANIMAL_VERSION='0.15.0 '
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/raena/DownloadAppsRaena/siptoolbox/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/raena/DownloadAppsRaena/siptoolbox/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/raena/DownloadAppsRaena/siptoolbox/config/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -W -Wall -Wno-implicit-int -I/usr/local/include -I/usr/include  -I/usr/include '
CPP='gcc -E'
CPPFLAGS=' -I/home/raena/DownloadAppsRaena/scilab-4.1/routines'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
IMAGEMAGICK_CFLAGS='-I/usr/local/include -g -O2 -Wall -W -pthread '
IMAGEMAGICK_CONFIG='/usr/local/bin/Magick-config'
IMAGEMAGICK_LIBS='-L/usr/local/lib -L/usr/X11R6/lib -lfreetype -lz -lMagick -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lWand -lMagick '
IMAGEMAGICK_VERSION='6.3.3 '
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBRARY_EXTRA_CPPFLAGS=''
LIBRARY_EXTRA_LIBS=''
LIBS=' -L/usr/local/lib -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib  -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lanimal -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread -lm  '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/raena/DownloadAppsRaena/siptoolbox/config/missing --run makeinfo'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='sip'
PACKAGE_BUGREPORT='ricardofabbri@...'
PACKAGE_NAME='sip'
PACKAGE_STRING='sip 0.4.0-rc4-cvs'
PACKAGE_TARNAME='sip'
PACKAGE_VERSION='0.4.0-rc4-cvs'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SCIDIR='/home/raena/DownloadAppsRaena/scilab-4.1'
SET_MAKE=''
SHARED_LIB_SUFFIX='dll'
SHELL='/bin/sh'
STRIP='strip'
TOOLBOXDIR='/home/raena/DownloadAppsRaena/scilab-4.1/contrib/sip'
VERSION='0.4.0-rc4-cvs'
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-suse-linux'
build_alias=''
build_cpu='i686'
build_os='linux'
build_vendor='suse'
datadir='${prefix}/share'
exec_prefix='${prefix}'
has_sablotron=''
has_scilab='yes'
has_xsltproc='yes'
host='i686-suse-linux'
host_alias=''
host_cpu='i686'
host_os='linux'
host_vendor='suse'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/raena/DownloadAppsRaena/siptoolbox/config/install-sh'
libdir='/usr/local/lib/'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/home/raena/DownloadAppsRaena/scilab-4.1/contrib/sip'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_DLFCN_H 1
#define HAVE_GetLocaleExceptionMessage
#define HAVE_HSLCOLORSPACE
#define HAVE_HWBCOLORSPACE
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MagickWand
#define HAVE_MogrifyImage_5args
#define HAVE_QueryColorDatabase_3args
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VIRTUAL_PIXEL
#define HAVE__BOOL 1
#define MAGICK_DEFAULT_COMPRESSION_QUALITY UndefinedCompression
#define PACKAGE_BUGREPORT "ricardofabbri@..."
#define PACKAGE_NAME "sip"
#define PACKAGE_STRING "sip 0.4.0-rc4-cvs"
#define PACKAGE_TARNAME "sip"
#define PACKAGE_VERSION "0.4.0-rc4-cvs"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
SIPtoolbox-users mailing list
SIPtoolbox-users@...
https://lists.sourceforge.net/lists/listinfo/siptoolbox-users