ld -u in SunOS 4.1 no longer works.

Casper H.S. Dik casper at fwi.uva.nl
Mon Jul 2 23:20:33 AEST 1990


I've just upgraded to SunOS 4.1 and found that ld -u no longer works as it
previously did:

If you use 'ld -u  _getwd -o tmpfile -lc' , no output is generated.  In
general, if no non-library input files are specified on the commandline,
no output is created.

Work around: echo > empty.c ; cc -c empty.c ; ld empty.o -u .....

Is this a known problem? Is there a fix?

Casper H.S. Dik				VCP/HIP: +31205922022
University of Amsterdam     |		casper at fwi.uva.nl
The Netherlands             |		casper%fwi.uva.nl at hp4nl.nluug.nl



More information about the Comp.sys.sun mailing list