Hi,

I try to bypass CMake's direct call of gcc, by running a script "compile.sh" 
instead. The script would allow me to first extend the gcc arguments to my 
needs and then call gcc.
After calling "make" everything is built fine, but in the end, the prompt does 
not come back. I have to press <CTRL-C> to have the shell prompt back.
What do I do wrong?


Background info:

In CMakeLists.txt I write 
  SET( CMAKE_CXX_COMPILER /compile.sh )
instead of
  SET( CMAKE_CXX_COMPILER /usr/bin/gcc )
to bypass gcc with a script.

Regards,
Joerg
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to