On Fri, 25 Feb 2005 08:43:29 +0100 Melchior FRANZ wrote: > I had the same problem. fgrun does since very recently use threads, but fltk > hadn't been compiled with threads on SuSE 9.2. (I dropped them a line and hope > that they'll change that in the next release.) Seems that FC2 suffers from the > same problem. You need to compile fltk with "--enable-shared > --enable-threads".
It happened to me too on Mandrake 10.1. I grabbed the source rpm, installed it, modified the spec file fltk.spec in /usr/src/RPM (yours would probably be in /usr/src/redhat) so that the line with ./configure in the %build section would end with "--enable-shared --enable-threads". Then I typed rpm -ba /usr/src/RPM/fltk.spec, and ended up with fresh new packages (libfltk1.1 and libfltk1.1-devel) in /usr/src/RPM/RPMS/i586 (yours might be in /usr/src/redhat/RPMS/i386). You might need to --force the rpm install afterwards, because rpm might complain that it is already installed. You can find the source there, for instance: ftp://rpmfind.net/linux/fedora/extras/3/SRPMS/fltk-1.1.4-8.src.rpm -- Jorge Van Hemelryck _______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
