I deleted plib and SimGear both and did a fresh update from CVS (I install them into /sw just so it will be easier to purge the files). I updated CygWin just before rebuilding FlightGear (gcc 3.3). Could that be the cause of the problem?
Thanks,
Jonathan Polley
On Monday, September 22, 2003, at 10:38 PM, Norman Vine wrote:
Jonathan Polley writes:
After a short break, I decided to try to rebuild FlightGear under CygWin. While building SimGear, I got the following errors:
/sw/lib/libplibnet.a(netSocket.o.b)(.eh_frame+0x11): In function `_ZN10netAddressC1EPKci':
/home/Jonathan Polley/fgdev/plib/src/net/netSocket.cxx:59: undefined reference to `___gxx_personality_v0'
I deleted everything (plib, SimGear source and all installed headers and libraries) and built from scratch. I still have
the problem. Any ideas?
hmm.... 'personality' problems are usually a sign of not having compiled with c++
but, since this is PLib and we know this can't be the case, my guess is that you
have upgraded your gcc suite since you last compiled PLib or FGFS and something
is compiled against an older libtsdc++
So I would try recompiling PLib from scratch
make distclean aclocal automake -a ./configure make
Might need todo this with FGFS too if you haven't already
HTH
Norman
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
