Subject: doesnt compile/run on my suse6.3 box
From: Andreas Stenglein (A.Stenglein@gmx.net)
Date: Sun Mar 19 2000 - 22:08:19 EET
Hello! the version 0.4.0 doesnt compile on my box. It cant find the file "pu.h". look in the file make.txt. maybe there are more "errors"... which development-tools/librarys/*.h do I need to compile majik3d-0.4.0 ? (I did a search and found pu.h in /usr/X11R6/include, where should it be?) I downloaded the binary for linux but this doesnt run. It first found no libGL.so.1 and libGLU.so.1 so I made a symlink to my libGL.so / libGLU.so. But then it doesnt find "libstdc++-libc6.1-2.so.3" look in the file ldd.txt I did a "ls /usr/lib | grep libstd" and there is only an older version :-(( look in the file grep_libstd my system is a celeron-466 on a gigabyte bx2000 board. 64MByte RAM, Voodoo3-3000-AGP-Graphic, sb-AWE32. I use Suse-Linux 6.3 with a new Kernel 2.2.14 greetings Andreas libresolv.so.2 => /lib/libresolv.so.2 (0x40021000) libglut.so.3 => /usr/lib/libglut.so.3 (0x40030000) libGLU.so.1 => /usr/lib/libGLU.so.1 (0x40064000) libGL.so.1 => /usr/lib/libGL.so.1 (0x4007b000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4018c000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40195000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x401ab000) libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40251000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40259000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40265000) libstdc++-libc6.1-2.so.3 => not found libm.so.6 => /lib/libm.so.6 (0x40278000) libc.so.6 => /lib/libc.so.6 (0x40295000) libglide2x.so => /usr/lib/libglide2x.so (0x40390000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x404c2000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) libstdc++-2-libc6.1-1-2.9.0.a libstdc++-2-libc6.1-1-2.9.0.so libstdc++-libc6.1-1.a.2 libstdc++-libc6.1-1.so.2 libstdc++.so.2.7.2 libstdc++.so.2.8 libstdc++.so.2.9 loading cache ./config.cache checking host system type... i686-pc-linux-gnu checking for a BSD compatible install... (cached) /usr/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking how to run the C++ preprocessor... (cached) c++ -E checking for a BSD compatible install... /usr/bin/ginstall -c checking for windows.h... (cached) no checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... (cached) no checking for dnet_ntoa in -ldnet_stub... (cached) no checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... (cached) yes checking for shmat... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking for glNewList in -lGLcore... (cached) no checking for glNewList in -lGL... (cached) yes checking for gluLookAt in -lGLU... (cached) yes checking for glutGetModifiers in -lglut... (cached) yes checking for ALopenport in -laudio... (cached) no checking for inet_aton in -lresolv... (cached) yes checking for ANSI C header files... (cached) yes checking for GL/gl.h... (cached) yes checking for GL/glut.h... (cached) yes checking for windows.h... (cached) no checking for joystick.h... (cached) no checking for linux/joystick.h... (cached) yes creating ./config.status creating Makefile creating src/Makefile Making all in src make[1]: Entering directory `/home/as/majik3d-0.4.0/src' c++ -DCPU_VENDOR_OS=\"i686-pc-linux-gnu\" -DPACKAGE=\"majik3d\" -DVERSION=\"0.4.0\" -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBGLUT=1 -DHAVE_LIBRESOLV=1 -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLUT_H=1 -DLINUX_JOYSTICK_IS_PRESENT=1 -I. -I. -I/usr/local/plib/include -g -O2 -O6 -Wall -c mcConfig.cpp make[1]: Leaving directory `/home/as/majik3d-0.4.0/src' In file included from mcConfig.cpp:25: mcMenu.hpp:22: pu.h: Datei oder Verzeichnis nicht gefunden make[1]: *** [mcConfig.o] Error 1 make: *** [all-recursive] Error 1
This archive was generated by hypermail 2b25 : Tue Feb 12 2002 - 00:03:53 EET