It does? Is that as a package? It's probably saying that in the configure script, when in reality it's only looking for cc. Build it from source.I foundcxrefin ports and tried it out, but it requiresgccwhich I'm not keen on adding to the system if I can avoid it.
./configure without gcc installed 'worked.' Unfortunately, cxref doesn't know what a _Noreturn is and doesn't work so good on FreeBSD:cxref src/cxref.c
/usr/include/stdlib.h:86: cxref: syntax error
The previous 10, current and next 10 symbols are:
0 | 291 : void
1 | 257 : abort
2 | 40 : (
3 | 291 : void
4 | 41 : )
5 | 59 : ;
6 | 295 : int
7 | 257 : abs
8 | 40 : (
9 | 295 : int
10 | 41 : )