|
From: jsb <fli...@he...> - 2023-07-02 17:52:03
|
There where old versions in my installation directory that seem to confuse the build tools. I deleted the target dir and cleaned the build dirs and now everything looks ok again. Thanks for the help :) Am 02.07.23 um 16:21 schrieb Florent Rougon: > jsb <fli...@he...> wrote: > >> here is the output > (...) > > Same versions and no package on hold → OK. > >> How can I make sure I do not accidently use an old self-made >> libopenscenegraph? IIRC long-time-ago(tm) I compiled that lib but I believe I >> removed it and installed from packet manager. > You can run 'ldd /path/to/fgfs'. fgfs must be the executable created by > g++, not a script. If you usually run fgfs using a script that modifies > LD_LIBRARY_PATH, the modifed LD_LIBRARY_PATH setting must be in effect > when you run ldd, otherwise the output won't show the exact libs fgfs > loads when run by the script. For instance, d&c.sh users can do: > > /path/to/run ldd /path/to/install/flightgear/bin/fgfs > > (or use the 'run_ldd.sh' script, which is redundant with the more recent > and general 'run' script). > > Regards > |