Tiny Core Base > CorePlus
Applications requiring ncurses
t18:
--- Quote from: Rich on May 13, 2025, 02:01:15 PM ---Hi t18
libtinfo.so was last available in ncurses.tcz from TC10.
--- End quote ---
Hasn't it be replaced with anything else to link to?
Rich:
Hi t18
According to this:
https://forum.tinycorelinux.net/index.php/topic,17553.msg105304.html#msg105304
You can symlink libtinfo to libncurses:
--- Code: ---sudo ln -s /usr/local/lib/libncursesw.so.6 /usr/local/lib/libtinfo.so.6
--- End code ---
Juanito:
--- Quote from: t18 on May 13, 2025, 01:19:34 PM ---No configure, just 3 Makefiles in which there are the following references:
--- End quote ---
I’m not sure if you’re building the app or using an already built app, but if you’re compiling it, you could try this:
1)
--- Code: ---LDLIBS = -lncursesw -lm
--- End code ---
2)
--- Code: ---LDLIBS = -lncursesw
--- End code ---
3)
--- Code: ---LDLIBS = -lncursesw
--- End code ---
-lm refers to libm in the base.
t18:
--- Quote from: Rich on May 13, 2025, 03:22:47 PM ---Hi t18
According to this:
https://forum.tinycorelinux.net/index.php/topic,17553.msg105304.html#msg105304
You can symlink libtinfo to libncurses:
--- Code: ---sudo ln -s /usr/local/lib/libncursesw.so.6 /usr/local/lib/libtinfo.so.6
--- End code ---
--- End quote ---
Doing so, it can't find libncurses anymore either.
t18:
--- Quote from: Juanito on May 13, 2025, 04:01:18 PM ---
--- Quote from: t18 on May 13, 2025, 01:19:34 PM ---No configure, just 3 Makefiles in which there are the following references:
--- End quote ---
I’m not sure if you’re building the app or using an already built app, but if you’re compiling it, you could try this:
1)
--- Code: ---LDLIBS = -lncursesw -lm
--- End code ---
2)
--- Code: ---LDLIBS = -lncursesw
--- End code ---
3)
--- Code: ---LDLIBS = -lncursesw
--- End code ---
-lm refers to libm in the base.
--- End quote ---
This guy: "taviso/123elf: A native port of Lotus 1-2-3 to Linux" has made the code to run Lotus per Unix on Linux. https://github.com/taviso/123elf
So I'm compiling it.
I'll try to omit libtinfo as you stated.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version