Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SVgaLib

Status
Not open for further replies.

Oxidized

Programmer
Nov 20, 2000
8
KR
Hello people.
I'm having some problem compiling a little program that is in the tutorial of svgalib
Is very simple, and is error free
I have mdk 8.0, and for some reason svgalib wasn't included in the installation, so I had to do it manually.
I installed this two packages :
svgalib-devel-1.4.3-0.pre.20001010.1mdk
svgalib-1.4.3-0.pre.20001010.1mdk

When I try to compile, the following error appear :

/home/asd/tmp/ccZF0uuY.o: In function `main':
/home/asd/tmp/ccZF0uuY.o(.text+0x7): undefined reference to `vga_init'
/home/asd/tmp/ccZF0uuY.o(.text+0x11): undefined reference to `vga_setmode'
/home/asd/tmp/ccZF0uuY.o(.text+0x1e): undefined reference to `vga_setcolor'
/home/asd/tmp/ccZF0uuY.o(.text+0x2d): undefined reference to `vga_drawpixel'
/home/asd/tmp/ccZF0uuY.o(.text+0x47): undefined reference to `vga_setmode'
collect2: ld returned 1 exit status

If anyone knows how to solve it, please contact me.

Thank you very much

Rusty
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top