[E3-hacking] Working (playing) from OS X

Matt Callow mattcallow at yahoo.com
Sun Sep 17 22:50:45 BST 2006


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




More information about the e3-hacking mailing list