Tony Ayre wrote: ...
So, this is what I get:
data:~/Desktop/Amstrad ayrea$ gcc -o pbltool pbltool.c /usr/bin/ld: Undefined symbols: _error _getline collect2: ld returned 1 exit status
Any help would be appreciated, else I will just have to dual boot my laptop...
Have you tried:
gcc -D_GNU_SOURCE -o pbltool pbltool.c
?
Matt