-
Notifications
You must be signed in to change notification settings - Fork 15
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
dvtm: vt.c:(.text+0x134e): undefined reference to `forkpty' #18
Comments
thanks, i updated dvtm package and made a number of fixes : sabotage-linux/sabotage@7e1f9c6 forkpty() is a function offered by libc, not by (n)curses. in musl it is in libc.so, but for GLIBC it may be needed to add -lutil to LDFLAGS (see https://linux.die.net/man/3/forkpty ). |
Build completed successfully with both |
@githububub i pushed a new release 0.2.0 that should address all issues you've had. let me know how it goes, thanks. |
Awesome. Will do when I get to a workstation :) . EDIT: I am not at a personal station so I cannot look into this much further, but running checksec against the binaries in the 0.2.0 build/package directory returns no canary for
But this is unrelated to the original issue and just an aside... |
Unable to build dvtm against netbsd-curses...
Using the Sabotage build recipe as a guideline...
With system LDFLAGS build failure...
The text was updated successfully, but these errors were encountered: