Hello, I have following Software installed:
- Debian Unstable (latest packages) - g++ -v does return: Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.2 20030831 (Debian prerelease) - ranlib -v does return: GNU ranlib 2.14.90.0.5 20030722 Debian GNU/Linux Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. - ld -v return: GNU ld version 2.14.90.0.5 20030722 Debian GNU/Linux ---------------- I got latest SimGear, metagear and FlighGear. In all packages I do a ./configure [--with-jpeg-factory] && make clean and a: make all install But on FlightGear I got this fatal messages: ../../src/Network/libNetwork.a(jpg-httpd.o)(.text+0x348): In function `HttpdImageChannel::foundTerminator()': /root/Test/Extract/FlightGear/src/Network/jpg-httpd.cxx:96: undefined reference to `trJpgFactory::render()' ../../src/Network/libNetwork.a(jpg-httpd.o)(.gnu.linkonce.t._ZN17HttpdImageChannelD1Ev+0x24): In function `HttpdImageChannel::~HttpdImageChannel [in-charge]()': /usr/local/include/plib/netChannel.h:101: undefined reference to `trJpgFactory::destroy(int)' ../../src/Network/libNetwork.a(jpg-httpd.o)(.gnu.linkonce.t._ZN17HttpdImageChannelD1Ev+0x94): In function `HttpdImageChannel::~HttpdImageChannel [in-charge]()': /usr/local/include/plib/netBuffer.h:119: undefined reference to `trJpgFactory::~trJpgFactory [in-charge]()' ../../src/Network/libNetwork.a(jpg-httpd.o)(.gnu.linkonce.t._ZN17HttpdImageChannelD0Ev+0x24): In function `HttpdImageChannel::~HttpdImageChannel [in-charge deleting]()': /usr/local/include/plib/netChannel.h:101: undefined reference to `trJpgFactory::destroy(int)' ../../src/Network/libNetwork.a(jpg-httpd.o)(.gnu.linkonce.t._ZN17HttpdImageChannelD0Ev+0x94): In function `HttpdImageChannel::~HttpdImageChannel [in-charge deleting]()': /usr/local/include/plib/netBuffer.h:119: undefined reference to `trJpgFactory::~trJpgFactory [in-charge]()' ../../src/Network/libNetwork.a(jpg-httpd.o)(.gnu.linkonce.t._ZN16HttpdImageServer12handleAcceptEv+0x103): In function `HttpdImageServer::handleAccept()': /root/Test/Extract/FlightGear/src/Network/jpg-httpd.hxx:67: undefined reference to `trJpgFactory::trJpgFactory[in-charge]()' ../../src/Network/libNetwork.a(jpg-httpd.o)(.gnu.linkonce.t._ZN16HttpdImageServer12handleAcceptEv+0x124): In function `HttpdImageServer::handleAccept()': /root/Test/Extract/FlightGear/src/Network/jpg-httpd.cxx:61: undefined reference to `trJpgFactory::init(int, int)'collect2: ld returned 1 exit status make[2]: *** [fgfs] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 But in fact I configure SimGear / FlightGear with JPEG factory support. Any ideas? Roland _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
