pradeep kumar wrote: > running /bin/sh "/home/pradeepd/gccxml/GCC/config_cmake/gcc_platform.sh" > "/home/pradeepd/gccxml-build/GCC/config_cmake/gcc_platform.cmake" > "/usr/bin/cmake" 2>&1 > /home/pradeepd/gccxml/GCC/config_cmake/gcc_platform.sh: > /home/pradeepd/gccxml/GC: bad interpreter: No such file or directory
That is strange. For some reason the shell is trying to run "/home/pradeepd/gccxml/GC" as if it were an interpreter. This is as if a script starts with the line #!/home/pradeepd/gccxml/GC Please try running this command by hand: /bin/sh "/home/pradeepd/gccxml/GCC/config_cmake/gcc_platform.sh" "/home/pradeepd/gccxml-build/GCC/config_cmake/gcc_platform.cmake" "/usr/bin/cmake" Thanks, -Brad _______________________________________________ gccxml mailing list [email protected] http://www.gccxml.org/mailman/listinfo/gccxml
