Skip to content
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

undefined reference to tty_device in release v578 #124

Closed
ghost opened this issue Feb 12, 2021 · 2 comments
Closed

undefined reference to tty_device in release v578 #124

ghost opened this issue Feb 12, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 12, 2021

If I build v578 using mingw I get the following link error:

gcc -L/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/opt/lib -o less main.o screen.o brac.o ch.o charset.o cmdbuf.o command.o cvt.o decode.o edit.o filename.o forwback.o help.o ifile.o input.o jump.o line.o linenum.o lsystem.o mark.o optfunc.o option.o opttbl.o os.o output.o pattern.o position.o prompt.o search.o signal.o tags.o ttyin.o version.o -lregex
lsystem.o:lsystem.c:(.text+0x79): undefined reference to `tty_device'
collect2.exe: error: ld returned 1 exit status

@gwsw
Copy link
Owner

gwsw commented Feb 12, 2021

Thanks, should be fixed in 0c08883.

@ghost
Copy link
Author

ghost commented Feb 12, 2021 via email

@gwsw gwsw closed this as completed Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant