Using ntox86-ld

Hi All,

I am trying to compile qcc as follows:

qcc -DUNIX -DSOLARIS -g -lrt -lpthread -lnsl -lm Talk.c

and getting the following error:

cc: spawn of /usr/bin/ntox86-ld failed: No such file or directory

and so, I listed the directory: ls /usr/bin/ntox*

ls: No such file or directory (ntox86-addr2line)
ls: No such file or directory (ntox86-ar)
ls: No such file or directory (ntox86-c++filt)
ls: No such file or directory (ntox86-gasp)
ls: No such file or directory (ntox86-gprof)
ls: No such file or directory (ntox86-ld)
ls: No such file or directory (ntox86-nm)
ls: No such file or directory (ntox86-objcopy)
ls: No such file or directory (ntox86-objdump)
ls: No such file or directory (ntox86-ranlib)
ls: No such file or directory (ntox86-readelf)
ls: No such file or directory (ntox86-size)
ls: No such file or directory (ntox86-strip)

ntox86-as
ntox86-c++
ntox86-g++
ntox86-gcc
ntox86-gcov
ntox86-gdb
ntox86-protoize
ntox86-strings
ntox86-unprotoize

Clearly shows that i dont have that file. Please help me where to get that file ntox86-ld.

Expecting your valuble help.

Thanks in advance.
Selva