<p dir="ltr">Glad you got it working.<br>
</p>
<div class="gmail_quote">Am 26.12.2013 21:04 schrieb "Lorence Lombardo" <<a href="mailto:lombi@iprimus.com.au">lombi@iprimus.com.au</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello Dan<br>
<br>
On 26/12/2013, you wrote:<br>
<br>
> cmake isn't the problem here. Did you make sure you could<br>
> compile hello, world with your wrapper?<br>
><br>
> You may have to come up the unix shell learning curve a bit.<br>
<br>
True, I know Amiga script which is a very close dialect to unix<br>
script.<br>
<br>
Basically I was missing the arguments.<br>
<br>
Here is what I have which is now working:-<br>
<br>
gcc:-<br>
<br>
#! /bin/sh<br>
<br>
gcc.bk -m68020 -m68881 "$@"<br>
<br>
<br>
g++:-<br>
<br>
#! /bin/sh<br>
<br>
g++.bk -m68020 -m68881 "$@"<br>
<br>
<br>
Thanks again.<br>
<br>
Regards<br>
<br>
</blockquote></div>