On Mon, Jul 27, 2009 at 01:49:18PM +0200, Jörg Förstner wrote:
> 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?

Sounds like compile.sh doesn't know how to exit properly or how to run
concurrently properly (are you passing -j flags to make?).

What does your compile.sh look like?

tyler
_______________________________________________
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