Roland Häder wrote:
> fgfs: relocation error: fgfs: undefined symbol: __10c4_StoragePCci

Very complete bug report.  Unfortunately, it's a FAQ. :)

The metakit library you linked when compiling against isn't the one
that is getting picked up by the shared linker at runtime.  Try an
"ldd fgfs" to find out which one is getting chosen, and delete that
one if possible.

Better yet, link against metakit statically.  C++ library have no
business being shared.

Andy

-- 
Andrew J. Ross                NextBus Information Systems
Senior Software Engineer      Emeryville, CA
[EMAIL PROTECTED]              http://www.nextbus.com
"Men go crazy in conflagrations.  They only get better one by one."
 - Sting (misquoted)


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

Reply via email to