[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

не собирается прога под qt



доброго времени суток!

вот прочитал на вашем сайте что мне в этой рассыылке помогут с проблемой возникшей с дебианом! я на самом деле не так давно начал своё знакомство с этим дистрибутивом до него я почти два года провёл в таких средах как RH, Mandrake & ALT linux. Но после того как я с полтора месяца назад установил себе Dебиан 3.0 RO меня честно говоря просто заворожил apt-get думаю что вряд ли смогу с ним расстатся! =))
 итак у меня две проблемы!
первая бональна как мир локализация! =)) причём с локализацией в Х-ах я справился без проблем собственно тока и сделал что установил файлы локали и cyrilic шрифты прописал ну и саму локаль исправил и всё заработало! а вот с консолью что то мне не особо ясно =( в /etc/console-tools/config у меня прописанно SCREEN_FONT=/usr/share/consolefont/koi8-r-8x8.psf.gz путь мож не совсем такой но факт существования файла на который ссылается конфиг установлен!
далее в /etc/console-cyrilic прописанно следущее
   style ru
   size 8
   encoding koi8-r
   layout ru_ms
   options ctrl_shift_toggle lwin_switch
   ttys /dev/tty[1-6]
 локаль такая
       LANG=ru_RU
       LC_ALL=ru_RU
но в консоли полная лабуда вместо русских букв! =(
причём с тойже локалью Х-ы работают на ура ( сейчас в мозиловском почтовом клиенте под Дебианом и пишу!)
 что я тут не допонимаю помогите PLZ .....
но это ещё цветочки вторая более насущьная проблема это сборка из сорцов!
под RH-подобными дистрибутивами у меня таких проблем не возникало! но мне кажется это всё же из за некоторых особенностей дистрибутива в которые я ещё не посвещён! дело в том что я собирал icq клиента работающего на либе qt, при сборке ./configure мне выдаёт ошибку что не может найти эту самую qt (лог отработавшего ./configure высылаю вложением + config.log это создаёт сам ./configure и советует туды глянуть для большей инфы! =) (честно говоря я не программер и мало чего там понял)) так вот после того как я увидел что он ругается на QT либу я решил установить саму либу и хидеры к ней тоесть пакеты qtlib и qtlib-dev и подобные им я перерыл весь дистрибутив нашол там вроде всё что хоть как то относилось к qt и устанавлиал всё это последовательно постепенно пробуя не собирается ли моя прога! но прога так и не собиралась!=( тогда я подумал что ./configure просто не может найти мои либы которые уже установленны и прописал все пути тоесть сами либы инклуды и все что там было возможно в параметрах ./configure результат не изменился! =( что не так почему не собирается может подскажите какие пакеты должны стоять что бы можно было собирать проги использующие QT пробовал найти тот же клиент icq в пакетах дебиана не нашол а он мне оч нравился помогите справится с проблемой

ЗАРАНЕЕ БЛАГОДАРЕН!
с надеждой на скорый ответ

Ilya
./configure: --prefix: command not found
./configure: =: command not found
configure: error: Qt (>= Qt 2.0.2) (library qt) not found. Please check your installation!
For more details about this problem, look at the end of 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.57.  Invocation command line was

  $ ./configure 

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

hostname = ingebitor.localdomain.ru
uname -m = i686
uname -r = 2.4.18-bf2.4
uname -s = Linux
uname -v = #1 Son Apr 14 09:53:28 CEST 2002

/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: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/local/sbin
PATH: /usr/local/bin


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

configure:1509: checking build system type
configure:1527: result: i686-pc-linux-gnu
configure:1535: checking host system type
configure:1549: result: i686-pc-linux-gnu
configure:1557: checking target system type
configure:1571: result: i686-pc-linux-gnu
configure:1617: checking for a BSD-compatible install
configure:1671: result: /usr/bin/install -c
configure:1686: checking for -p flag to install
configure:1699: result: yes
configure:1710: checking whether build environment is sane
configure:1753: result: yes
configure:1773: checking for gawk
configure:1802: result: no
configure:1773: checking for mawk
configure:1789: found /usr/bin/mawk
configure:1799: result: mawk
configure:1809: checking whether make sets $(MAKE)
configure:1829: result: yes
configure:1997: checking for kde-config
configure:2044: result: not found
configure:2187: checking for style of include used by make
configure:2215: result: GNU
configure:2343: checking for gcc
configure:2359: found /usr/bin/gcc
configure:2369: result: gcc
configure:2613: checking for C compiler version
configure:2616: gcc --version </dev/null >&5
2.95.4
configure:2619: $? = 0
configure:2621: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
configure:2624: $? = 0
configure:2626: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2629: $? = 1
configure:2653: checking for C compiler default output
configure:2656: gcc     conftest.c  >&5
configure:2659: $? = 0
configure:2705: result: a.out
configure:2710: checking whether the C compiler works
configure:2716: ./a.out
configure:2719: $? = 0
configure:2736: result: yes
configure:2743: checking whether we are cross compiling
configure:2745: result: no
configure:2748: checking for suffix of executables
configure:2750: gcc -o conftest     conftest.c  >&5
configure:2753: $? = 0
configure:2778: result: 
configure:2784: checking for suffix of object files
configure:2806: gcc -c    conftest.c >&5
configure:2809: $? = 0
configure:2831: result: o
configure:2835: checking whether we are using the GNU C compiler
configure:2860: gcc -c    conftest.c >&5
configure:2863: $? = 0
configure:2866: test -s conftest.o
configure:2869: $? = 0
configure:2882: result: yes
configure:2888: checking whether gcc accepts -g
configure:2910: gcc -c -g  conftest.c >&5
configure:2913: $? = 0
configure:2916: test -s conftest.o
configure:2919: $? = 0
configure:2930: result: yes
configure:2947: checking for gcc option to accept ANSI C
configure:3008: gcc  -c    conftest.c >&5
configure:3011: $? = 0
configure:3014: test -s conftest.o
configure:3017: $? = 0
configure:3035: result: none needed
configure:3053: gcc -c    conftest.c >&5
conftest.c:2: parse error before `me'
configure:3056: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3167: checking dependency style of gcc
configure:3229: result: gcc
configure:3327: checking for g++
configure:3356: result: no
configure:3327: checking for c++
configure:3356: result: no
configure:3327: checking for gpp
configure:3356: result: no
configure:3327: checking for aCC
configure:3356: result: no
configure:3327: checking for CC
configure:3356: result: no
configure:3327: checking for cxx
configure:3356: result: no
configure:3327: checking for cc++
configure:3356: result: no
configure:3327: checking for cl
configure:3356: result: no
configure:3327: checking for FCC
configure:3356: result: no
configure:3327: checking for KCC
configure:3356: result: no
configure:3327: checking for RCC
configure:3356: result: no
configure:3327: checking for xlC_r
configure:3356: result: no
configure:3327: checking for xlC
configure:3356: result: no
configure:3369: checking for C++ compiler version
configure:3372: g++ --version </dev/null >&5
./configure: g++: command not found
configure:3375: $? = 127
configure:3377: g++ -v </dev/null >&5
./configure: g++: command not found
configure:3380: $? = 127
configure:3382: g++ -V </dev/null >&5
./configure: g++: command not found
configure:3385: $? = 127
configure:3388: checking whether we are using the GNU C++ compiler
configure:3413: g++ -c    conftest.cc >&5
./configure: g++: command not found
configure:3416: $? = 127
configure: failed program was:
| #line 3393 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:3435: result: no
configure:3441: checking whether g++ accepts -g
configure:3463: g++ -c -g  conftest.cc >&5
./configure: g++: command not found
configure:3466: $? = 127
configure: failed program was:
| #line 3446 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3483: result: no
configure:3527: g++ -c    conftest.cc >&5
./configure: g++: command not found
configure:3530: $? = 127
configure: failed program was:
| #line 3509 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| #include <stdlib.h>
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3527: g++ -c    conftest.cc >&5
./configure: g++: command not found
configure:3530: $? = 127
configure: failed program was:
| #line 3509 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3527: g++ -c    conftest.cc >&5
./configure: g++: command not found
configure:3530: $? = 127
configure: failed program was:
| #line 3509 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| #include <stdlib.h>
| extern "C" void std::exit (int) throw (); using std::exit;
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3527: g++ -c    conftest.cc >&5
./configure: g++: command not found
configure:3530: $? = 127
configure: failed program was:
| #line 3509 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| #include <stdlib.h>
| extern "C" void std::exit (int); using std::exit;
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3527: g++ -c    conftest.cc >&5
./configure: g++: command not found
configure:3530: $? = 127
configure: failed program was:
| #line 3509 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| #include <stdlib.h>
| extern "C" void exit (int) throw ();
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3527: g++ -c    conftest.cc >&5
./configure: g++: command not found
configure:3530: $? = 127
configure: failed program was:
| #line 3509 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| #include <stdlib.h>
| extern "C" void exit (int);
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3527: g++ -c    conftest.cc >&5
./configure: g++: command not found
configure:3530: $? = 127
configure: failed program was:
| #line 3509 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| #include <stdlib.h>
| void exit (int);
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3597: checking dependency style of g++
configure:3659: result: none
configure:3834: checking whether g++ supports -fno-exceptions
configure:3858: result: no
configure:3865: checking whether g++ supports -fno-check-new
configure:3889: result: no
configure:3896: checking whether g++ supports -fexceptions
configure:3920: result: no
configure:3991: checking how to run the C++ preprocessor
configure:4023: g++ -E  conftest.cc
./configure: g++: command not found
configure:4029: $? = 127
configure: failed program was:
| #line 4009 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:4023: g++ -E  conftest.cc
./configure: g++: command not found
configure:4029: $? = 127
configure: failed program was:
| #line 4009 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:4023: /lib/cpp  conftest.cc
configure:4029: $? = 0
configure:4061: /lib/cpp  conftest.cc
configure:4065: ac_nonexistent.h: No such file or directory
configure:4067: $? = 1
configure: failed program was:
| #line 4052 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4105: result: /lib/cpp
configure:4130: /lib/cpp  conftest.cc
configure:4136: $? = 0
configure:4168: /lib/cpp  conftest.cc
configure:4172: ac_nonexistent.h: No such file or directory
configure:4174: $? = 1
configure: failed program was:
| #line 4159 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4255: checking whether g++ supports -frepo
configure:4282: result: no
configure:4291: checking whether g++ supports -instances=explicit
configure:4318: result: no
configure:4458: checking for ld used by GCC
configure:4522: result: /usr/bin/ld
configure:4531: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.12.90.0.1 20020307 Debian/GNU Linux
configure:4543: result: yes
configure:4548: checking for /usr/bin/ld option to reload object files
configure:4555: result: -r
configure:4564: checking for BSD-compatible nm
configure:4599: result: /usr/bin/nm -B
configure:4603: checking for a sed that does not truncate output
configure:4679: result: 
configure:4682: checking whether ln -s works
configure:4686: result: yes
configure:4693: checking how to recognise dependant libraries
configure:4880: result: pass_all
configure:5023: checking how to run the C preprocessor
configure:5059: gcc -E  conftest.c
configure:5065: $? = 0
configure:5097: gcc -E  conftest.c
configure:5101: ac_nonexistent.h: No such file or directory
configure:5103: $? = 1
configure: failed program was:
| #line 5088 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5141: result: gcc -E
configure:5166: gcc -E  conftest.c
configure:5172: $? = 0
configure:5204: gcc -E  conftest.c
configure:5208: ac_nonexistent.h: No such file or directory
configure:5210: $? = 1
configure: failed program was:
| #line 5195 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5253: checking for egrep
configure:5263: result: grep -E
configure:5268: checking for ANSI C header files
configure:5294: gcc -c -O2    conftest.c >&5
configure:5297: $? = 0
configure:5300: test -s conftest.o
configure:5303: $? = 0
configure:5392: gcc -o conftest -O2     conftest.c  >&5
configure:5395: $? = 0
configure:5397: ./conftest
configure:5400: $? = 0
configure:5415: result: yes
configure:5439: checking for sys/types.h
configure:5456: gcc -c -O2    conftest.c >&5
configure:5459: $? = 0
configure:5462: test -s conftest.o
configure:5465: $? = 0
configure:5476: result: yes
configure:5439: checking for sys/stat.h
configure:5456: gcc -c -O2    conftest.c >&5
configure:5459: $? = 0
configure:5462: test -s conftest.o
configure:5465: $? = 0
configure:5476: result: yes
configure:5439: checking for stdlib.h
configure:5456: gcc -c -O2    conftest.c >&5
configure:5459: $? = 0
configure:5462: test -s conftest.o
configure:5465: $? = 0
configure:5476: result: yes
configure:5439: checking for string.h
configure:5456: gcc -c -O2    conftest.c >&5
configure:5459: $? = 0
configure:5462: test -s conftest.o
configure:5465: $? = 0
configure:5476: result: yes
configure:5439: checking for memory.h
configure:5456: gcc -c -O2    conftest.c >&5
configure:5459: $? = 0
configure:5462: test -s conftest.o
configure:5465: $? = 0
configure:5476: result: yes
configure:5439: checking for strings.h
configure:5456: gcc -c -O2    conftest.c >&5
configure:5459: $? = 0
configure:5462: test -s conftest.o
configure:5465: $? = 0
configure:5476: result: yes
configure:5439: checking for inttypes.h
configure:5456: gcc -c -O2    conftest.c >&5
configure:5459: $? = 0
configure:5462: test -s conftest.o
configure:5465: $? = 0
configure:5476: result: yes
configure:5439: checking for stdint.h
configure:5456: gcc -c -O2    conftest.c >&5
configure:5459: $? = 0
configure:5462: test -s conftest.o
configure:5465: $? = 0
configure:5476: result: yes
configure:5439: checking for unistd.h
configure:5456: gcc -c -O2    conftest.c >&5
configure:5459: $? = 0
configure:5462: test -s conftest.o
configure:5465: $? = 0
configure:5476: result: yes
configure:5502: checking dlfcn.h usability
configure:5515: gcc -c -O2    conftest.c >&5
configure:5518: $? = 0
configure:5521: test -s conftest.o
configure:5524: $? = 0
configure:5534: result: yes
configure:5538: checking dlfcn.h presence
configure:5549: gcc -E  conftest.c
configure:5555: $? = 0
configure:5574: result: yes
configure:5610: checking for dlfcn.h
configure:5617: result: yes
configure:5635: checking the maximum length of command line arguments
configure:5683: result: 32768
configure:5694: checking command to parse /usr/bin/nm -B output from gcc object
configure:5779: gcc -c -O2    conftest.c >&5
configure:5782: $? = 0
configure:5786: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5789: $? = 0
configure:5841: gcc -o conftest -O2     conftest.c conftstm.o >&5
configure:5844: $? = 0
configure:5882: result: ok
configure:5886: checking for objdir
configure:5901: result: .libs
configure:5991: checking for ranlib
configure:6007: found /usr/bin/ranlib
configure:6018: result: ranlib
configure:6071: checking for strip
configure:6087: found /usr/bin/strip
configure:6098: result: strip
configure:6361: checking if gcc static flag  works
configure:6384: result: yes
configure:6401: checking if gcc supports -fno-rtti -fno-exceptions
configure:6425: result: yes
configure:6440: checking for gcc option to produce PIC
configure:6593: result: -fPIC
configure:6600: checking if gcc PIC flag -fPIC works
configure:6624: result: yes
configure:6648: checking if gcc supports -c -o file.o
configure:6689: result: yes
configure:6715: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7498: result: yes
configure:7520: checking whether -lc should be explicitly linked in
configure:7525: gcc -c -O2    conftest.c >&5
configure:7528: $? = 0
configure:7542: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7545: $? = 0
configure:7557: result: no
configure:7563: checking how to hardcode library paths into programs
configure:7587: result: immediate
configure:7601: checking whether stripping libraries is possible
configure:7606: result: yes
configure:7613: checking dynamic linker characteristics
configure:8055: result: GNU/Linux ld.so
configure:8708: checking if libtool supports shared libraries
configure:8710: result: yes
configure:8713: checking whether to build shared libraries
configure:8734: result: yes
configure:8737: checking whether to build static libraries
configure:8741: result: no
configure:8820: creating libtool
configure:9545: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10200: result: yes
configure:10217: g++ -c   conftest.cc >&5
./configure: g++: command not found
configure:10220: $? = 127
configure:10320: checking for g++ option to produce PIC
configure:10556: result: 
configure:10611: checking if g++ supports -c -o file.o
configure:10652: result: no
configure:10678: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10700: result: yes
configure:10765: checking how to hardcode library paths into programs
configure:10789: result: immediate
configure:10803: checking whether stripping libraries is possible
configure:10808: result: yes
configure:10815: checking dynamic linker characteristics
configure:11257: result: GNU/Linux ld.so
configure:12326: checking if gcj supports -fno-rtti -fno-exceptions
configure:12350: result: yes
configure:12365: checking for gcj option to produce PIC
configure:12518: result: -fPIC
configure:12525: checking if gcj PIC flag -fPIC works
configure:12549: result: no
configure:12573: checking if gcj supports -c -o file.o
configure:12614: result: no
configure:12640: checking whether the gcj linker (/usr/bin/ld) supports shared libraries
configure:13423: result: no
configure:13488: checking how to hardcode library paths into programs
configure:13512: result: immediate
configure:13526: checking whether stripping libraries is possible
configure:13531: result: yes
configure:13538: checking dynamic linker characteristics
configure:13980: result: GNU/Linux ld.so
configure:15498: checking for msgfmt
configure:15525: result: msgfmt
configure:15534: checking for gmsgfmt
configure:15565: result: msgfmt
configure:15574: result: found msgfmt program is not GNU msgfmt; ignore it
configure:15584: checking for xgettext
configure:15611: result: :
configure:15639: checking for main in -lutil
configure:15664: gcc -o conftest -O2     conftest.c -lutil   >&5
configure:15667: $? = 0
configure:15670: test -s conftest
configure:15673: $? = 0
configure:15685: result: yes
configure:15691: checking for main in -lcompat
configure:15716: gcc -o conftest -O2     conftest.c -lcompat   >&5
/usr/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure:15719: $? = 1
configure: failed program was:
| #line 15698 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #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 ()
| {
| main ();
|   ;
|   return 0;
| }
configure:15737: result: no
configure:15744: checking for crypt in -lcrypt
configure:15775: gcc -o conftest -O2     conftest.c -lcrypt   >&5
configure:15778: $? = 0
configure:15781: test -s conftest
configure:15784: $? = 0
configure:15796: result: yes
configure:15880: checking for socklen_t
configure:15922: g++ -c   conftest.cc >&5
./configure: g++: command not found
configure:15925: $? = 127
configure: failed program was:
| #line 15899 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #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 HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
| 
| int
| main ()
| {
| 
| socklen_t a=0;
| getsockname(0,(struct sockaddr*)0, &a);
| 
|   ;
|   return 0;
| }
configure:15961: g++ -c   conftest.cc >&5
./configure: g++: command not found
configure:15964: $? = 127
configure: failed program was:
| #line 15938 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #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 HAVE_CRYPT 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
| 
| int
| main ()
| {
| 
| int a=0;
| getsockname(0,(struct sockaddr*)0, &a);
| 
|   ;
|   return 0;
| }
configure:15994: result: size_t
configure:16016: checking for dnet_ntoa in -ldnet
configure:16047: gcc -o conftest -O2     conftest.c -ldnet   >&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:16050: $? = 1
configure: failed program was:
| #line 16023 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #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 HAVE_CRYPT 1
| #define socklen_t size_t
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
|   ;
|   return 0;
| }
configure:16068: result: no
configure:16075: checking for dnet_ntoa in -ldnet_stub
configure:16106: gcc -o conftest -O2     conftest.c -ldnet_stub   >&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure:16109: $? = 1
configure: failed program was:
| #line 16082 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #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 HAVE_CRYPT 1
| #define socklen_t size_t
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
|   ;
|   return 0;
| }
configure:16127: result: no
configure:16134: checking for inet_ntoa
configure:16184: gcc -o conftest -O2     conftest.c  >&5
configure:16187: $? = 0
configure:16190: test -s conftest
configure:16193: $? = 0
configure:16204: result: yes
configure:16267: checking for connect
configure:16317: gcc -o conftest -O2     conftest.c  >&5
configure:16320: $? = 0
configure:16323: test -s conftest
configure:16326: $? = 0
configure:16337: result: yes
configure:16401: checking for remove
configure:16451: gcc -o conftest -O2     conftest.c  >&5
configure:16454: $? = 0
configure:16457: test -s conftest
configure:16460: $? = 0
configure:16471: result: yes
configure:16536: checking for shmat
configure:16586: gcc -o conftest -O2     conftest.c  >&5
configure:16589: $? = 0
configure:16592: test -s conftest
configure:16595: $? = 0
configure:16606: result: yes
configure:16677: checking for res_init
configure:16727: gcc -o conftest -O2     conftest.c  >&5
/tmp/ccGVhrq3.o: In function `main':
/tmp/ccGVhrq3.o(.text+0x9): undefined reference to `res_init'
/tmp/ccGVhrq3.o(.data+0x0): undefined reference to `res_init'
collect2: ld returned 1 exit status
configure:16730: $? = 1
configure: failed program was:
| #line 16682 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #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 HAVE_CRYPT 1
| #define socklen_t size_t
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char res_init (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char res_init ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_res_init) || defined (__stub___res_init)
| choke me
| #else
| char (*f) () = res_init;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != res_init;
|   ;
|   return 0;
| }
configure:16747: result: no
configure:16779: gcc -o conftest -O2     conftest.c   -lresolv >&5
In file included from /usr/include/netinet/in.h:212,
                 from /usr/include/resolv.h:64,
                 from configure:16786:
/usr/include/bits/socket.h:36: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:16782: $? = 0
configure:16785: test -s conftest
configure:16788: $? = 0
configure:16814: checking for killpg in -lucb
configure:16845: gcc -o conftest -O2     conftest.c -lucb   >&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure:16848: $? = 1
configure: failed program was:
| #line 16821 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #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 HAVE_CRYPT 1
| #define socklen_t size_t
| #define ksize_t socklen_t
| #define HAVE_RES_INIT 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char killpg ();
| int
| main ()
| {
| killpg ();
|   ;
|   return 0;
| }
configure:16866: result: no
configure:16939: checking for int
configure:16964: gcc -c -O2    conftest.c >&5
In file included from configure:17004:
/usr/include/unistd.h:247: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:16967: $? = 0
configure:16970: test -s conftest.o
configure:16973: $? = 0
configure:16984: result: yes
configure:16987: checking size of int
configure:17262: gcc -o conftest -O2     conftest.c  >&5
In file included from configure:17282:
/usr/include/unistd.h:247: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:17265: $? = 0
configure:17267: ./conftest
configure:17270: $? = 0
configure:17293: result: 4
configure:17299: checking for long
configure:17324: gcc -c -O2    conftest.c >&5
In file included from configure:17365:
/usr/include/unistd.h:247: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:17327: $? = 0
configure:17330: test -s conftest.o
configure:17333: $? = 0
configure:17344: result: yes
configure:17347: checking size of long
configure:17622: gcc -o conftest -O2     conftest.c  >&5
In file included from configure:17643:
/usr/include/unistd.h:247: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:17625: $? = 0
configure:17627: ./conftest
configure:17630: $? = 0
configure:17653: result: 4
configure:17659: checking for char *
configure:17684: gcc -c -O2    conftest.c >&5
In file included from configure:17726:
/usr/include/unistd.h:247: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:17687: $? = 0
configure:17690: test -s conftest.o
configure:17693: $? = 0
configure:17704: result: yes
configure:17707: checking size of char *
configure:17982: gcc -o conftest -O2     conftest.c  >&5
In file included from configure:18004:
/usr/include/unistd.h:247: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:17985: $? = 0
configure:17987: ./conftest
configure:17990: $? = 0
configure:18013: result: 4
configure:18019: checking for char
configure:18044: gcc -c -O2    conftest.c >&5
In file included from configure:18087:
/usr/include/unistd.h:247: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:18047: $? = 0
configure:18050: test -s conftest.o
configure:18053: $? = 0
configure:18064: result: yes
configure:18067: checking size of char
configure:18342: gcc -o conftest -O2     conftest.c  >&5
In file included from configure:18365:
/usr/include/unistd.h:247: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:18345: $? = 0
configure:18347: ./conftest
configure:18350: $? = 0
configure:18373: result: 1
configure:18381: checking for dlopen in -ldl
configure:18412: gcc -o conftest -O2     conftest.c -ldl   >&5
configure:18415: $? = 0
configure:18418: test -s conftest
configure:18421: $? = 0
configure:18433: result: yes
configure:18443: checking for shl_unload in -ldld
configure:18474: gcc -o conftest -O2     conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:18477: $? = 1
configure: failed program was:
| #line 18450 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #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 HAVE_CRYPT 1
| #define socklen_t size_t
| #define ksize_t socklen_t
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_unload ();
| int
| main ()
| {
| shl_unload ();
|   ;
|   return 0;
| }
configure:18495: result: no
configure:18521: checking for X
configure:18773: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:18807: checking for IceConnectionNumber in -lICE
configure:18838: gcc -o conftest -O2     -L/usr/X11R6/lib conftest.c -lICE  -lresolv  >&5
configure:18841: $? = 0
configure:18844: test -s conftest
configure:18847: $? = 0
configure:18859: result: yes
configure:18873: checking for libXext
configure:18909: gcc -o conftest -O2     -L/usr/X11R6/lib  conftest.c -lXext -lX11  -lresolv >&5
configure:18912: $? = 0
configure:18915: test -s conftest
configure:18918: $? = 0
configure:18936: result: yes
configure:18949: checking for Xinerama
configure:19023: result: no
configure:19080: checking for pthread_create in -lpthread
configure:19111: gcc -o conftest -O2     conftest.c -lpthread   >&5
configure:19114: $? = 0
configure:19117: test -s conftest
configure:19120: $? = 0
configure:19132: result: yes
configure:19457: checking for extra includes
configure:19485: result: no
configure:19489: checking for extra libs
configure:19518: result: no
configure:19524: checking for libz
configure:19559: gcc -o conftest -O2   -I/usr/X11R6/include   -D_REENTRANT  conftest.c -L/usr/X11R6/lib  -lz  -lresolv >&5
In file included from /usr/include/zconf.h:240,
                 from /usr/include/zlib.h:34,
                 from configure:19573:
/usr/include/unistd.h:247: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:19562: $? = 0
configure:19565: test -s conftest
configure:19568: $? = 0
configure:19590: result: -lz
configure:19603: checking for libpng
configure:19646: gcc -o conftest -O2   -I/usr/X11R6/include   -D_REENTRANT  conftest.c  -L/usr/X11R6/lib  -lpng -lz -lm -lX11  -lresolv >&5
In file included from /usr/include/zconf.h:240,
                 from /usr/include/zlib.h:34,
                 from /usr/include/png.h:312,
                 from configure:19658:
/usr/include/unistd.h:247: warning: redefinition of `size_t'
/usr/lib/gcc-lib/i386-linux/2.95.4/include/stddef.h:170: warning: `size_t' previously declared here
configure:19649: $? = 0
configure:19652: test -s conftest
configure:19655: $? = 0
configure:19678: result: -lpng -lz -lm
configure:19689: checking for libjpeg6b
configure:19736: gcc -o conftest -O2   -I/usr/X11R6/include   -D_REENTRANT  conftest.c -L/usr/X11R6/lib  -ljpeg6b -lm >&5
/usr/bin/ld: cannot find -ljpeg6b
collect2: ld returned 1 exit status
configure:19739: $? = 1
configure: failed program was:
| #line 19705 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sim"
| #define VERSION "0.8.1"
| #ifdef __cplusplus
| void exit (int);
| #endif
| #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 HAVE_CRYPT 1
| #define socklen_t size_t
| #define ksize_t socklen_t
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPNG 1
| /* end confdefs.h.  */
| /* Override any gcc2 internal prototype to avoid an error.  */
| struct jpeg_decompress_struct;
| typedef struct jpeg_decompress_struct * j_decompress_ptr;
| typedef int size_t;
| #ifdef __cplusplus
| extern "C" {
| #endif
|     void jpeg_CreateDecompress(j_decompress_ptr cinfo,
|                                     int version, size_t structsize);
| #ifdef __cplusplus
| }
| #endif
| /* We use char because int might match the return type of a gcc2
|     builtin and then its argument prototype would still apply.  */
| 
| int
| main ()
| {
| jpeg_CreateDecompress(0L, 0, 0);
|   ;
|   return 0;
| }
configure:19766: result: no
configure:19769: checking for libjpeg
configure:19816: gcc -o conftest -O2   -I/usr/X11R6/include   -D_REENTRANT  conftest.c -L/usr/X11R6/lib  -ljpeg -lm >&5
configure:19819: $? = 0
configure:19822: test -s conftest
configure:19825: $? = 0
configure:19843: result: -ljpeg
configure: 19870: /usr/include/jpeglib.h
taking that
configure:20039: checking for Qt
configure: 20107: /usr/lib/qt3/include/qstyle.h
configure: 20107: /usr/lib/qt3/qstyle.h
configure: 20107: /usr/lib/qt2/include/qstyle.h
configure: 20107: /usr/lib/qt2/qstyle.h
configure: 20107: /usr/lib/qt/include/qstyle.h
configure: 20107: /usr/lib/qt/qstyle.h
configure: 20107: /usr/local/qt/include/qstyle.h
configure: 20107: /usr/include/qt/qstyle.h
taking that
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt2/lib
tried /usr/lib/qt2
tried /usr/lib/qt/lib
tried /usr/lib/qt
configure:20230: rm -rf SunWS_cache; g++ -o conftest  -I/usr/include/qt -I/usr/X11R6/include  -D_REENTRANT  -L/usr/X11R6/lib -L/usr/X11R6/lib   conftest.cc  -lqt -lpng -lz -lm -ljpeg  -lXext -lX11 -lSM -lICE  -lresolv  1>&5
./configure: g++: command not found
configure:20233: $? = 127
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qevent.h>
#include <qstring.h>
#include <qstyle.h>
#if ! (QT_VERSION >= 200)
#error 1
#endif

int main() {
    QStringList *t = new QStringList();
    return 0;
}
configure:20273: error: Qt (>= Qt 2.0.2) (library qt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
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_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_func_connect=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_remove=yes
ac_cv_func_res_init=no
ac_cv_func_shmat=yes
ac_cv_have_dlfcn=yes
ac_cv_have_qt=have_qt=no
ac_cv_have_xinerama=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_compat_main=no
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_unload=no
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_dnet_stub_dnet_ntoa=no
ac_cv_lib_jpeg_6b=no
ac_cv_lib_jpeg_normal=-ljpeg
ac_cv_lib_png='-lpng -lz -lm'
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_ucb_killpg=no
ac_cv_lib_util_main=yes
ac_cv_lib_z=-lz
ac_cv_objext=o
ac_cv_path_GMSGFMT=msgfmt
ac_cv_path_MSGFMT=msgfmt
ac_cv_path_XGETTEXT=:
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
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=no
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char=1
ac_cv_sizeof_char_p=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_socklen_t=size_t
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_char=yes
ac_cv_type_char_p=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
am_cv_CC_dependencies_compiler_type=gcc
am_cv_CXX_dependencies_compiler_type=none
kde_cv_have_libXext=yes
kde_cv_have_x='have_x=yes          kde_x_includes=/usr/X11R6/include kde_x_libraries=/usr/X11R6/lib'
kde_cv_path=NONE
kde_cv_path_kde_config=NONE
kde_cv_prog_cxx_fexceptions=no
kde_cv_prog_cxx_fno_check_new=no
kde_cv_prog_cxx_fno_exceptions=no
kde_cv_prog_cxx_frepo=no
kde_cv_prog_cxx_instances_explicit=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.2.5.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=no
lt_cv_prog_compiler_c_o_GCJ=no
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/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='"no"'
lt_lt_cv_prog_compiler_c_o_GCJ='"no"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGISTW][ABCDGISTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/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/mim/dowload/sim-0.8.1/sim-0.8.1/admin/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/mim/dowload/sim-0.8.1/sim-0.8.1/admin/missing --run tar'
ARTSCCONFIG=''
AUTOCONF='${SHELL} /home/mim/dowload/sim-0.8.1/sim-0.8.1/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/mim/dowload/sim-0.8.1/sim-0.8.1/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/mim/dowload/sim-0.8.1/sim-0.8.1/admin/missing --run automake-1.7'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc'
CFLAGS='-O2  '
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in'
CPP='gcc -E'
CPPFLAGS=' -D_REENTRANT'
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_LIBS=''
GMSGFMT=':'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KDECONFIG=''
KDE_CXXFLAGS=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_RPATH) $(KDE_MT_LDFLAGS)'
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE='#'
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE='#'
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LFLAGS=''
LIBCOMPAT=''
LIBCRYPT='-lcrypt'
LIBDL='-ldl'
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBPNG='-lpng -lz -lm'
LIBPTHREAD='-lpthread'
LIBRESOLV='-lresolv'
LIBS=''
LIBSM='-lSM -lICE'
LIBSOCKET=' -lresolv'
LIBS_SSL=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBUCB=''
LIBUTIL='-lutil'
LIBXINERAMA=''
LIBZ='-lz'
LIB_KAB=''
LIB_KDECORE=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11='-lX11 $(LIBSOCKET)'
LIB_XEXT='-lXext'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mim/dowload/sim-0.8.1/sim-0.8.1/admin/missing --run makeinfo'
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT=':'
NOOPT_CXXFLAGS=''
NOREPO=''
OBJEXT='o'
PACKAGE='sim'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB='ranlib'
REPO=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS=''
USE_RTTI=''
USE_THREADS=' -DPIC -fPIC'
VERSION='0.8.1'
XGETTEXT=':'
X_EXTRA_LIBS=' -lresolv'
X_INCLUDES='-I/usr/X11R6/include'
X_LDFLAGS='-L/usr/X11R6/lib'
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
all_includes='-I/usr/X11R6/include'
all_libraries='-L/usr/X11R6/lib'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/mim/dowload/sim-0.8.1/sim-0.8.1/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver='2'
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
x_includes='/usr/X11R6/include'
x_libraries='/usr/X11R6/lib'

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

#define HAVE_CRYPT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPNG 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_RES_INIT 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_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 PACKAGE "sim"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_CHAR 1
#define SIZEOF_CHAR_P 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define STDC_HEADERS 1
#define VERSION "0.8.1"
#define ksize_t socklen_t
#define socklen_t size_t
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1

Reply to: