[CMake] Script running gcc does not come back

Tyler Roscoe tyler at cryptio.net
Mon Jul 27 11:02:44 EDT 2009


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


More information about the CMake mailing list