1834465 Members
2905 Online
110067 Solutions
New Discussion

fail to link

 
Randy_9
Regular Advisor

fail to link

One of our developers is running into errors
when he tries to compile his program.
This is on HP-UX 11.00 32bit. I'm not a programmer, so I am having difficulty with it.
Error File attached!

Thanks,

Randy
2 REPLIES 2
Steven Gillard_2
Honored Contributor

Re: fail to link

Did you attach the entire build output? It looks like something is missing - the all important command line that actually generated the errors.

Without going into any more detail all I can suggest is that you ensure that you use aCC (C++ compiler) to perform the linking with C++ instead of calling ld directly.

Regards,
Steve
Randy_9
Regular Advisor

Re: fail to link

Steven,

Thanks,it turned out that he was using
cc instead of aCC. All is well now!.

Randy