/bin/sh: cc: command not found
When trying to compile a UDF on Linux/Unix


Problem Description: When trying to compile a UDF on Linux/UNIX you receive the following error: /bin/sh: cc: command not found

Resolution: This is most likely the result of not having the compiler in your path. Confirm the compiler installation path and then add it to your path variable. Then confirm it is in your path by running the following command

which cc

You should path it to:

/usr/bin/cc
ls -l /usr/bin/cc

if it still can't find the path attach the output of: echo $PATH to your Service Request





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