Alright im trying to do my first port (woot!) and iv run into an issue...
Undefined symbols:
"___sprintf_chk", referenced from:
_formatsize in util.o
"___strcpy_chk", referenced from:
_browse_draw in browser.o
_calc_draw_progress in calc.o
_cropstr in util.o
ld: symbol(s) not found
Well i found out that those lie in glibc or libc whichever you prefer so i figured i would just compile a newer version of glibc but it seems like thats a lengthy process... so i was first wondering where on the system libc is located... (couldnt find it with find / -name libc) and if you've ever had to do this to get something to work...