[Solved] help with GNUStep

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: winston, another_commander, Getafix

User avatar
Getafix
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 979
Joined: Tue Apr 01, 2008 12:55 pm
Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
Contact:

Post by Getafix »

AndyG905 wrote:
...ldd shows libraries not found again, which looks odd to me...
Linux is correctly reporting the oolite libraries as not found.
These libraries are only visible during oolite execution.
This happens at line 56 in the [~/.local or /usr]/lib/Oolite/oolite.app/oolite-wrapper script:

Code: Select all

export LD_LIBRARY_PATH=$OOLITE_ROOT/$TOPLEVEL/oolite-deps/lib
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
AndyG905
Poor
Poor
Posts: 4
Joined: Thu Aug 06, 2009 12:20 am
Location: United Kingdom

Post by AndyG905 »

Getafix wrote:
AndyG905 wrote:
...ldd shows libraries not found again, which looks odd to me...
Linux is correctly reporting the oolite libraries as not found.
These libraries are only visible during oolite execution.
This happens at line 56 in the [~/.local or /usr]/lib/Oolite/oolite.app/oolite-wrapper script:

Code: Select all

export LD_LIBRARY_PATH=$OOLITE_ROOT/$TOPLEVEL/oolite-deps/lib
Ah, got it - cheers.

Clever.
Post Reply