IBM XLC
|
Platform: Mac OS X Problem Details: OS Version: 10.4 or higher Product Version: IBM XLC Date: 23-Dec-05 Q. I receive the following error when I try to compile: /usr/bin/ld: can't open: NULL (No such file or directory, errno = 2) A. To resolve the issue with xlc, locate and comment out the line crtbegin = NULL from the vac.cfg configuration file located in the following directory: /etc/opt/ibmcmp/vac/6.0 <snipet> The line now should look like this after the change: #crtbegin = NULL
|