-
Notifications
You must be signed in to change notification settings - Fork 3
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
svgalib wants vga (library) #88
Comments
The problem is:
so that But the build script continues to build and link which causes this problem. Still did not find a method to fix it as there is no |
Build output in more detail:
Showing that the build continues after |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc -Wall -Wstrict-prototypes -fomit-frame-pointer -O2 -fno-strength-reduce -pipe -I../include -L../sharedlib -s -o restorefont restorefont.o -lvga -lm
/usr/bin/ld: cannot find -lvga
collect2: error: ld returned 1 exit status
make[1]: *** [/tmp/svgalib-1.9.25/utils/Makefile:37: restorefont] Error 1
The text was updated successfully, but these errors were encountered: