For discussion of ports to POSIX based systems, especially using GNUStep.
Moderators: winston, another_commander, Getafix
-
Commander_X
- ---- E L I T E ----
- Posts: 675
- Joined: Sat Aug 09, 2014 4:16 pm
Post
by Commander_X »
vaxon wrote: ↑Thu Oct 15, 2020 11:03 pm
[...]
Does gnustep 1.26 also need gdnc?
I don't know if it needs it or not -- I can just confirm it has it:
Code: Select all
LD_LIBRARY_PATH=Linux-deps ldd oolite | grep gnustep
libgnustep-base.so.1.26 => /usr/local/lib/libgnustep-base.so.1.26
-
vaxon
- Dangerous
- Posts: 109
- Joined: Tue Jul 10, 2007 1:26 pm
Post
by vaxon »
Commander_X wrote: ↑Fri Oct 16, 2020 5:04 am
vaxon wrote: ↑Thu Oct 15, 2020 11:03 pm
[...]
Does gnustep 1.26 also need gdnc?
I don't know if it needs it or not -- I can just confirm it has it:
Code: Select all
LD_LIBRARY_PATH=Linux-deps ldd oolite | grep gnustep
libgnustep-base.so.1.26 => /usr/local/lib/libgnustep-base.so.1.26
Apparently is does need it. I believe if you rename /usr/local/bin/gdnc to something else, the OXP download will stop working.