mabsito
Newbie level 3
Problem with gd library
Hello,
When trying to compile a software on Linux, I got the following error:
This programm schall mesure the latency of Linu and then draw the results on *.png picture. to get the code of the program visit www.linuxdj.com
I installed the library gd-1.8.3, but I still have the same problem.
Can someone help me?
Hello,
When trying to compile a software on Linux, I got the following error:
Code:
gcc -o latencytest latencytest.o gfx.o -lm -lgd
/usr/bin/ld: cannot find -lgd
collect2: ld returned 1 exit status
This programm schall mesure the latency of Linu and then draw the results on *.png picture. to get the code of the program visit www.linuxdj.com
I installed the library gd-1.8.3, but I still have the same problem.
Can someone help me?