I was able to find this suggestive snippet through some creative googling:
Quote:
|
in Max OS X 10.4 and earlier, there is no symbolic link for libutil, whose functionality is also provided by libSystem
|
Also see
The System Library: libSystem (Mac OS X for Unix Geeks) Quote:
|
Interestingly enough, there is no symbolic link for libutil, whose functionality is also provided by libSystem. (libutil is a library that provides functions related to login, logout, terminal assignment, and logging.) So, if a link fails because of -lutil, you should try taking it out to see if it solves the problem.
|
A slightly different version of the same text:
O'Reilly - Safari Books Online - 9780596520625 - Mac OS X For Unix Geeks, 4th Edition
I hope you can solve your problem. Please post if you find a solution.