With the latest SimGear CVS, I'm getting this in config.log:

  configure:8649: checking for ftime
  configure:8699: gcc-3.2 -o conftest -g -O1 -finline-limit=6 -finline-functions 
-D_REENTRANT -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lm -ljpeg  -lmk4 >&5
  /usr/local/lib/libmk4.so: undefined reference to `operator new[](unsigned)'
  /usr/local/lib/libmk4.so: undefined reference to `vtable for 
__cxxabiv1::__si_class_type_info'
  /usr/local/lib/libmk4.so: undefined reference to `operator delete(void*)'
  /usr/local/lib/libmk4.so: undefined reference to `__gxx_personality_v0'
  /usr/local/lib/libmk4.so: undefined reference to `__cxa_pure_virtual'
  /usr/local/lib/libmk4.so: undefined reference to `vtable for 
__cxxabiv1::__class_type_info'
  /usr/local/lib/libmk4.so: undefined reference to `operator delete[](void*)'
  /usr/local/lib/libmk4.so: undefined reference to `operator new(unsigned)'
  collect2: ld returned 1 exit status

I rebuilt with the metakit supplied in the SimGear CVS repository,
made sure I used gcc-3.2 for both, made sure there was no other
metakit installed, etc. etc.  Is anyone else seeing this?  There's
been a lot of recent activity around configure.ac, and something might
have broken:

  revision 1.11
  date: 2002/12/10 20:54:08;  author: curt;  state: Exp;  lines: +60 -14
  More tweaks to the configure script.
  ----------------------------
  revision 1.10
  date: 2002/12/10 19:12:34;  author: curt;  state: Exp;  lines: +73 -80
  - Refactoring configure.ac a bit to use $host (please test on your platform)
  - Use include GLUT_H instead of refering to the file directly since Mac
    unfortunately chose to put this in GLUT/glut.h :-(
  ----------------------------
  revision 1.9
  date: 2002/12/09 22:36:38;  author: curt;  state: Exp;  lines: +35 -44
  James Turner:

  I've had to hack Simgear's configure.ac quite a bit [for Mac OS X],
  using the Plib one as a reference.
  The basic construct (a big switch statement based on the target
  type) is nice, I think, since it moves lots of IRIX / cygwin / OS-X
  specialties out of the way cleanly. Much more re-factoring of the
  current tests in configure is possible if people are able to test.


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to