Quote:
Originally Posted by twobob
well there you go.
|
Appreciate the help! Still though when I go to
~/asciiportal/PDCurses-3.4/sdl1 and do a make, I get the following error:
Code:
gcc -O2 -Wall -I.. -o firework ../demos/firework.c libpdcurses.a -L/usr/lib/arm-linux-gnueabihf -lSDL
/usr/bin/ld: libpdcurses.a(initscr.o)(.text+0x320): unresolvable R_ARM_ABS32 relocation against symbol `ttytype'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make: *** [firework] Error 1
Which is very similar to the error I was receiving earlier.