-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling oksh against netbsd-curses #68
Comments
The intention of the configure script is to support this exact scenario. |
Using xbps-src in a foreign Linux distribution To use xbps-src in your Linux distribution use the following instructions. Let's start downloading the xbps static binaries:
If Clone the
and
The default masterdir is created in the current working directory, i.e void-packages/masterdir. Now you have to create the netbsd-curses package, for this you have to download the template and place it in Proceed to build the package:
Now build the oksh package with the following custom template replacing the original template distributed by Void Linux. Build the oksh package:
The Up to this point, using the binary and wanting to clean the screen doesn't work because the netbsd-curses libraries aren't detected in the configuration process. I hope I made myself clear as my native language isn't English. Thank you very much for your interest in trying to find a solution to my issue. |
I should have been more clear. I am not a Linux user. I will use void linux to fix things, since it appears you are using void linux. These instructions are helpful. I will try to fix this over the weekend. |
I am trying to compile oksh by replacing ncurses with netbsd-curses, however, during the configuration process it does not detect the curses library even though it's correctly installed in
/usr/lib
and/usr/include
.The configuration arguments I use are
--enable-curses --enable-ksh --enable-static
Doing a search in the chroot jail it can be corroborated that the libraries are indeed available:
Is there any way for the configuration script to detect netbsd-curses?
The text was updated successfully, but these errors were encountered: