From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <000801c1a8d0$ac376520$4c00a8c0@ig2> From: "Roman Grigoriev" To: References: <0201291243470B.02152@localhost.localdomain> <20020129095306.GB17601@mhz.mikhail.zabaluev.name> <0201291511510C.02152@localhost.localdomain> <3C568C0F.3B5B77C7@mivlgu.murom.ru> <00be01c1a8bb$ed3ccca0$4c00a8c0@ig2> <3C5693DA.E06A42D9@mivlgu.murom.ru> <000901c1a8c6$3ab70b30$4c00a8c0@ig2> <3C56A398.E39AA1E9@mivlgu.murom.ru> Subject: Re: [mdk-re] Re: about gtk and develop under linux MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0005_01C1A8E9.CF56C0A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: mandrake-russian-admin@altlinux.ru Errors-To: mandrake-russian-admin@altlinux.ru X-BeenThere: mandrake-russian@altlinux.ru X-Mailman-Version: 2.0 Precedence: bulk Reply-To: mandrake-russian@altlinux.ru List-Help: List-Post: List-Subscribe: , List-Id: Linux-Mandrake RE / ALT Linux discussion list List-Unsubscribe: , List-Archive: Date: Tue Jan 29 17:24:12 2002 X-Original-Date: Tue, 29 Jan 2002 17:24:30 +0300 Archived-At: List-Archive: List-Post: This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C1A8E9.CF56C0A0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit > Кстати, а куда подевались ANSI C header files? Проверьте пакет > glibc-devel (rpm --verify glibc-devel) и kernel*-headers; возможно > также, что сломаны ссылки /usr/include/linux и /usr/include/asm. проверил все либы есть (glibc-devel) не устанавливал только glibc-profile (в царапаной области) kernel-headers есть все для 2.2.18 для 2.4.2 не ставил а зачем? с zlib облажался признаю доставил но вот вывот ./configure checking for glNewList in -lGL... yes checking for gluLookAt in -lGLU... yes checking for jpeg_destroy_decompress in -ljpeg... no configure: warning: *** JPEG library not found *** checking for zlibVersion in -lz... no configure: warning: *** zlib library not found *** checking for png_init_io in -lpng... no configure: warning: *** PNG library not found *** checking for ANSI C header files... no checking for GL/gl.h... yes checking for GL/glut.h... yes checking for png.h... yes checking for jpeglib.h... yes checking for windows.h... (cached) no updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating src/core/Makefile creating src/gui/Makefile creating src/fltk-extras/Makefile creating src/material/Makefile creating src/misc/Makefile creating src/scripts/Makefile creating src/structure/Makefile creating src/viewer/Makefile creating examples/Makefile [root@IG1 ppe]# ld -lz ld: warning: cannot find entry symbol _start; not setting start address [root@IG1 ppe]# ld -ljpeg ld: warning: cannot find entry symbol _start; not setting start address [root@IG1 ppe]# ld -lpng ld: warning: cannot find entry symbol _start; not setting start address [root@IG1 ppe]# как вы видите по команде ld либы то есть только кофигуратор их не признает в аттаче лог ------=_NextPart_000_0005_01C1A8E9.CF56C0A0 Content-Type: application/octet-stream; name="config.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while=0A= running configure, to aid debugging if configure makes a mistake.=0A= =0A= configure:560: checking for a BSD compatible install=0A= configure:613: checking whether build environment is sane=0A= configure:670: checking whether make sets ${MAKE}=0A= configure:716: checking for working aclocal=0A= configure:729: checking for working autoconf=0A= configure:742: checking for working automake=0A= configure:755: checking for working autoheader=0A= configure:768: checking for working makeinfo=0A= configure:785: checking for gcc=0A= configure:898: checking whether the C compiler (gcc ) works=0A= configure:914: gcc -o conftest conftest.c 1>&5=0A= configure:940: checking whether the C compiler (gcc ) is a = cross-compiler=0A= configure:945: checking whether we are using GNU C=0A= configure:954: gcc -E conftest.c=0A= configure:973: checking whether gcc accepts -g=0A= configure:1005: checking how to run the C preprocessor=0A= configure:1026: gcc -E conftest.c >/dev/null 2>conftest.out=0A= configure:1089: checking for c++=0A= configure:1121: checking whether the C++ compiler (c++ ) works=0A= configure:1137: c++ -o conftest conftest.C 1>&5=0A= configure:1163: checking whether the C++ compiler (c++ ) is a = cross-compiler=0A= configure:1168: checking whether we are using GNU C++=0A= configure:1177: c++ -E conftest.C=0A= configure:1196: checking whether c++ accepts -g=0A= configure:1228: checking how to run the C++ preprocessor=0A= configure:1246: c++ -E conftest.C >/dev/null 2>conftest.out=0A= configure:1282: checking for a BSD compatible install=0A= configure:1337: checking for ranlib=0A= configure:1365: checking for bool=0A= configure:1381: c++ -c -g -O2 conftest.C 1>&5=0A= configure:1480: checking for ulInit in -lplibul=0A= configure:1502: c++ -o conftest -g -O2 conftest.C -lplibul 1>&5=0A= configure:1532: checking for windows.h=0A= configure:1542: c++ -E conftest.C >/dev/null 2>conftest.out=0A= configure:1538:21: windows.h: No such file or directory=0A= configure: failed program was:=0A= #line 1537 "configure"=0A= #include "confdefs.h"=0A= #include =0A= configure:1575: checking for X=0A= configure:1889: checking for dnet_ntoa in -ldnet=0A= configure:1911: c++ -o conftest -g -O2 conftest.C -ldnet -lplibul = 1>&5=0A= /usr/bin/ld: cannot find -ldnet=0A= collect2: ld returned 1 exit status=0A= configure: failed program was:=0A= #line 1897 "configure"=0A= #include "confdefs.h"=0A= /* Override any gcc2 internal prototype to avoid an error. */=0A= #ifdef __cplusplus=0A= extern "C"=0A= #endif=0A= /* We use char because int might match the return type of a gcc2=0A= builtin and then its argument prototype would still apply. */=0A= char dnet_ntoa();=0A= =0A= int main() {=0A= dnet_ntoa()=0A= ; return 0; }=0A= configure:1933: checking for dnet_ntoa in -ldnet_stub=0A= configure:1955: c++ -o conftest -g -O2 conftest.C -ldnet_stub = -lplibul 1>&5=0A= /usr/bin/ld: cannot find -ldnet_stub=0A= collect2: ld returned 1 exit status=0A= configure: failed program was:=0A= #line 1941 "configure"=0A= #include "confdefs.h"=0A= /* Override any gcc2 internal prototype to avoid an error. */=0A= #ifdef __cplusplus=0A= extern "C"=0A= #endif=0A= /* We use char because int might match the return type of a gcc2=0A= builtin and then its argument prototype would still apply. */=0A= char dnet_ntoa();=0A= =0A= int main() {=0A= dnet_ntoa()=0A= ; return 0; }=0A= configure:1984: checking for gethostbyname=0A= configure:2015: c++ -o conftest -g -O2 conftest.C -lplibul 1>&5=0A= configure:2088: checking for connect=0A= configure:2119: c++ -o conftest -g -O2 conftest.C -lplibul 1>&5=0A= configure:2186: checking for remove=0A= configure:2217: c++ -o conftest -g -O2 conftest.C -lplibul 1>&5=0A= configure:2284: checking for shmat=0A= configure:2315: c++ -o conftest -g -O2 conftest.C -lplibul 1>&5=0A= configure:2391: checking for IceConnectionNumber in -lICE=0A= configure:2413: c++ -o conftest -g -O2 -L/usr/X11R6/lib conftest.C = -lICE -lplibul 1>&5=0A= configure:2444: checking for glNewList in -lGL=0A= configure:2466: c++ -o conftest -g -O2 conftest.C -lGL = -L/usr/X11R6/lib -lSM -lICE -lX11 -lXi -lXext -lXmu -ldl -lm -lplibul = 1>&5=0A= configure:2603: checking for gluLookAt in -lGLU=0A= configure:2625: c++ -o conftest -g -O2 conftest.C -lGLU = -L/usr/X11R6/lib -lSM -lICE -lX11 -lXi -lXext -lXmu -ldl -lm -lGL = -lplibul 1>&5=0A= configure:2719: checking for jpeg_destroy_decompress in -ljpeg=0A= configure:2741: c++ -o conftest -g -O2 conftest.C -ljpeg = -L/usr/lib/python1.5/config -L/usr/local/lib/python1.5/config = -lpython1.5 -lpthread -L/usr/local/lib -L/usr/X11R6/lib -lfltk -lplibfnt = -lplibssgaux -lplibssg -lplibsg -lGLU -lGL -lplibul -L/usr/X11R6/lib = -lSM -lICE -lX11 -lXi -lXext -lXmu -ldl -lm 1>&5=0A= /usr/bin/ld: cannot find -lpython1.5=0A= collect2: ld returned 1 exit status=0A= configure: failed program was:=0A= #line 2727 "configure"=0A= #include "confdefs.h"=0A= /* Override any gcc2 internal prototype to avoid an error. */=0A= #ifdef __cplusplus=0A= extern "C"=0A= #endif=0A= /* We use char because int might match the return type of a gcc2=0A= builtin and then its argument prototype would still apply. */=0A= char jpeg_destroy_decompress();=0A= =0A= int main() {=0A= jpeg_destroy_decompress()=0A= ; return 0; }=0A= configure:2771: checking for zlibVersion in -lz=0A= configure:2793: c++ -o conftest -g -O2 conftest.C -lz = -L/usr/lib/python1.5/config -L/usr/local/lib/python1.5/config = -lpython1.5 -lpthread -L/usr/local/lib -L/usr/X11R6/lib -lfltk -lplibfnt = -lplibssgaux -lplibssg -lplibsg -lGLU -lGL -lplibul -L/usr/X11R6/lib = -lSM -lICE -lX11 -lXi -lXext -lXmu -ldl -lm 1>&5=0A= /usr/bin/ld: cannot find -lpython1.5=0A= collect2: ld returned 1 exit status=0A= configure: failed program was:=0A= #line 2779 "configure"=0A= #include "confdefs.h"=0A= /* Override any gcc2 internal prototype to avoid an error. */=0A= #ifdef __cplusplus=0A= extern "C"=0A= #endif=0A= /* We use char because int might match the return type of a gcc2=0A= builtin and then its argument prototype would still apply. */=0A= char zlibVersion();=0A= =0A= int main() {=0A= zlibVersion()=0A= ; return 0; }=0A= configure:2823: checking for png_init_io in -lpng=0A= configure:2845: c++ -o conftest -g -O2 conftest.C -lpng = -L/usr/lib/python1.5/config -L/usr/local/lib/python1.5/config = -lpython1.5 -lpthread -L/usr/local/lib -L/usr/X11R6/lib -lfltk -lplibfnt = -lplibssgaux -lplibssg -lplibsg -lGLU -lGL -lplibul -L/usr/X11R6/lib = -lSM -lICE -lX11 -lXi -lXext -lXmu -ldl -lm 1>&5=0A= /usr/bin/ld: cannot find -lpython1.5=0A= collect2: ld returned 1 exit status=0A= configure: failed program was:=0A= #line 2831 "configure"=0A= #include "confdefs.h"=0A= /* Override any gcc2 internal prototype to avoid an error. */=0A= #ifdef __cplusplus=0A= extern "C"=0A= #endif=0A= /* We use char because int might match the return type of a gcc2=0A= builtin and then its argument prototype would still apply. */=0A= char png_init_io();=0A= =0A= int main() {=0A= png_init_io()=0A= ; return 0; }=0A= configure:2877: checking for ANSI C header files=0A= configure:2890: c++ -E conftest.C >/dev/null 2>conftest.out=0A= configure:2960: c++ -o conftest -g -O2 conftest.C = -L/usr/lib/python1.5/config -L/usr/local/lib/python1.5/config = -lpython1.5 -lpthread -L/usr/local/lib -L/usr/X11R6/lib -lfltk -lplibfnt = -lplibssgaux -lplibssg -lplibsg -lGLU -lGL -lplibul -L/usr/X11R6/lib = -lSM -lICE -lX11 -lXi -lXext -lXmu -ldl -lm 1>&5=0A= /usr/bin/ld: cannot find -lpython1.5=0A= collect2: ld returned 1 exit status=0A= configure: failed program was:=0A= #line 2946 "configure"=0A= #include "confdefs.h"=0A= #ifdef __cplusplus=0A= extern "C" void exit(int) throw() __attribute__ ((__noreturn__));=0A= #endif=0A= #include =0A= #define ISLOWER(c) ('a' <=3D (c) && (c) <=3D 'z')=0A= #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))=0A= #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))=0A= int main () { int i; for (i =3D 0; i < 256; i++)=0A= if (XOR (islower (i), ISLOWER (i)) || toupper (i) !=3D TOUPPER (i)) = exit(2);=0A= exit (0); }=0A= =0A= configure:2988: checking for GL/gl.h=0A= configure:2998: c++ -E conftest.C >/dev/null 2>conftest.out=0A= configure:2988: checking for GL/glut.h=0A= configure:2998: c++ -E conftest.C >/dev/null 2>conftest.out=0A= configure:3028: checking for png.h=0A= configure:3038: c++ -E conftest.C >/dev/null 2>conftest.out=0A= configure:3028: checking for jpeglib.h=0A= configure:3038: c++ -E conftest.C >/dev/null 2>conftest.out=0A= configure:3066: checking for windows.h=0A= ------=_NextPart_000_0005_01C1A8E9.CF56C0A0--