Glad you got it working. Am 26.12.2013 21:04 schrieb "Lorence Lombardo" <[email protected]>:
> Hello Dan > > On 26/12/2013, you wrote: > > > cmake isn't the problem here. Did you make sure you could > > compile hello, world with your wrapper? > > > > You may have to come up the unix shell learning curve a bit. > > True, I know Amiga script which is a very close dialect to unix > script. > > Basically I was missing the arguments. > > Here is what I have which is now working:- > > gcc:- > > #! /bin/sh > > gcc.bk -m68020 -m68881 "$@" > > > g++:- > > #! /bin/sh > > g++.bk -m68020 -m68881 "$@" > > > Thanks again. > > Regards > >
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
