Compilation of UDF fails on IBM Power 3

On compiling a UDF on IBM Power 3, the system reports the following problem:

/bin/sh: cc: not found.
make[3]: *** [udf_names.o] Error 127
The indication is that the compiler cannot be found. The solution is to update the path so that the compiler can be found. As an example, you might do one of two things:

1) Type a command at the command prompt, for example:
set path = ($path /usr/vacpp/bin)

2) Alter your .cshrc file so it includes the above path.





Show Form
No comments yet. Be the first to add a comment!