nilan wrote: >> >> echo $PATH > > /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin: > /usr/i686-pc-linux-gnu/gcc-bin/3.4.5:/opt/sun-jdk-1.4.2.10/bin: > /opt/sun-jdk-1.4.2.10/jre/bin:/opt/sun-jdk-1.4.2.10/jre/javaws: > /usr/qt/3/bin:/usr/kde/3.4/sbin:/usr/kde/3.4/bin:/gaia/mips/bin: > /gaia/gui/bin:/gaia/etc/bin:/usr/dammika/clewn:/usr/local/mysql/bin
okay (although maybe more than necessary) >> which fltk-config > > /usr/local/bin/fltk-config okay >> which fluid > > /usr/local/bin/fluid okay >> ldd `which fluid` > > linux-gate.so.1 => (0xffffe000) > libpng.so.3 => /usr/lib/libpng.so.3 (0xb7f28000) > libz.so.1 => /lib/libz.so.1 (0xb7f17000) > libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7ef8000) > libXext.so.6 => /usr/lib/libXext.so.6 (0xb7eea000) > libXft.so.2 => /usr/lib/libXft.so.2 (0xb7ed8000) > libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb7ed5000) > libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7ec2000) > libdl.so.2 => /lib/libdl.so.2 (0xb7ebe000) > libX11.so.6 => /usr/lib/libX11.so.6 (0xb7df1000) > libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/libstdc++.so.6 > (0xb7d21000) > libm.so.6 => /lib/tls/libm.so.6 (0xb7cfe000) > libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/libgcc_s.so.1 > (0xb7cf5000) > libc.so.6 => /lib/tls/libc.so.6 (0xb7bd9000) > libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7bb2000) > libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7baa000) > libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7b8a000) > libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7b18000) > /lib/ld-linux.so.2 (0xb7f5d000) okay >> Then, start fluid by just typing "fluid" and look at the help/about >> menu: does it show "Version 1.1.7" or "Version 1.3.0" ? > > it shows Version 1.3.0 okay >> If you find that there is still something of your 1.1.7 installation, >> I'd recommend to use your distribution's packet manager (apt, rpm, ...) >> to remove the old installed version completely before proceeding. > > no idea how to do it. what i usually do is "emerge -C fltk" to remove > fltk 1.1.7 That's okay. After googling a bit I found that emerge is Gentoo's package manager, and emerge -C removes a software package. Now I have no more ideas. If there is a possibility that you compiled, linked and installed FLTK 1.3 _before_ removing 1.1.7 completely, you should try to uninstall and re-install FLTK 1.3 again. Where did you get the sources from? subversion? current snapshot? other? Maybe you should download a current snapshot from <http://www.fltk.org/software.php>. The current version is fltk-1.3.x-r6581.tar.bz2, but tomorrow (Friday, at about 09:00 UTC) there will be a new one available. To reinstall: cd to your FLTK dir and enter: sudo make uninstall Verify that everything is uninstalled by doing: fluid fltk-config --help Both should return an error message (command not found or similar). Now [... maybe reinstall the sources and then ...] do: autoconf ./configure [maybe with your options...] make This should create the new fltk version. Please save all error messages and warnings. If it doesn't work, please post them here. Don't "make install" yet. Try, if it worked by running fluid and the test/demo program(s): fluid/fluid (... test, if it crashes again ...) cd test ./demo (run test programs, report which one crashes, and how, if any). If this did not work, please tell us: What processor are you using, maybe 64-bit? What does "cat /proc/cpuinfo" display? What gcc version (gcc --version)? It looks like you're using 3.4.5, which would be rather old, but should work IMHO. I hope, this helps now, and you can work with FLTK 1.3. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

