Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ linking issue - HP Unix

Status
Not open for further replies.

MaheshRathi

Technical User
Jan 17, 2002
62
0
0
IN
Hi,

While trying to build my application .. I am getting linker error (Unable to write, connection timeout). Not sure why -
1. Taking long time to link and build the executable.
2. What is the reason for such linker error.

If anyone of you has faced similar error and resolved it, please let me know the resolution. Appreciate your help.

regards,
Mahesh
 
this is most likely because you wanted to create an output file on a filesystem mounted via NFS but the NFS server is either down or not connected.

please check the compile/link command to see what path follows the '-o' option and change that to some local path (say something under /tmp) and try again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top