My setup:
The problem: make craps out with the following error:
It appears to be a combination of the "-g" option and the need of a "-l" library.
This seems to be the fix:
> Thanks to those who replied and pointed me in the right direction.
>I was linking using the -g and -pg options. It turns out that I needed to
>make two symbolic links in /usr/lib:
>
> libg.sa -> libc.sa
> libc_p.sa -> libc.sa
>
>After that, the problem went away.
I have rebuilt HylaFAX using these options. I no longer had any of the errors.