On Fri, Mar 30, 2001 at 03:22:38AM -0500, Eugene Ciloci wrote:
> Hi,
>
> I'm trying to install bb on my account at school (which is running SunOS
> 5.7). When I try to make install I get the following error:
> Making install in C
> ...
> Installing catalog in /gaul/s1/db2users/db46/bb/share/Blackbox/nls/C
> Usage: ln [-f] [-s] f1
> ln [-f] [-s] f1 f2
> ln [-f] [-s] f1 ... fn d1
> *** Error code 1
> make: Fatal error: Command failed for target `install-data-local'
> Current working directory /gaul/s1/db2users/db46/blackbox-0.61.1/nls/C
> *** Error code 1
> make: Fatal error: Command failed for target `install-am'
> Current working directory /gaul/s1/db2users/db46/blackbox-0.61.1/nls/C
> *** Error code 1
> make: Fatal error: Command failed for target `install-recursive'
> Current working directory /gaul/s1/db2users/db46/blackbox-0.61.1/nls
> *** Error code 1
> make: Fatal error: Command failed for target `install-recursive'
>
> Any suggestions?
>
Argh. More vagaries from Sun... the blackbox Makefiles call
'ln -sf' which the ln in question seems to find objectionable.
Try changing all the lines with 'ln -sf' to 'ln -s -f'. You'll
probably need to do this in the es_ES and fr_FR directories
as well. I can only hope that '-s -f' actually does the same
thing in that version of ln...
Jeff Raven