Tinycore is here 12/1/2008! Welcome visitors.
If you're speaking about the ncurses extension in CorePure64 7.x, you can always add a libtinfo symlink to libncurses if you have an app that requires it.
$ cd /usr/local/lib$ sudo ln -s libncurses.so.5.9 libtinfo.so
Look for the error message from freebasic and create the symlink based on what you see - something like: Code: [Select]$ cd /usr/local/lib$ sudo ln -s libncurses.so.5.9 libtinfo.so
from your screenshot, it looks like you copied freebasic to tinycore from another distro?did you try linking libtinfo.so to libncursesw.so.5.9 (note the "w")?
Can you check this ncurses?For example, the content of libpanel.so = INPUT(-lpanelw)