I'm trying to update a client's build process. My client is using IBM P6's running AIX 6.1. My client has been able to compile and build C++ and C code on similar systems, but not the particular one I'm working on.
I've made sure that the IBM directory containing xlc is in my $PATH. When I run gmake, I get an error stating that gmake can't find .orig/xlc_r. I added the path for .orig to my $PATH and I still get the error.
I don't have the error listing in front of me, but it looks something like this:
gmake: xlc_r[11]: Can't find .orig/xlc_r
Is there another environment variable I need to set?
Thanks pemeyer