On 2016-04-28, Jack J. Woehr <j...@well.com> wrote: > Regina Rexx ( svn checkout svn://svn.code.sf.net/p/regina-rexx/code/ > regina-rexx-code ), an admittedly aging body of > code, was successfully built under 5.8. > > It now fails under 5.9 as follows. Any tips? > > on i386: > > ld -Bdynamic -Bshareable -o libregina.so funcs.so.o builtin.so.o error.so.o > variable.so.o interprt.so.o debug.so.o
use cc, not ld, to link.