From: <wu...@gm...> - 2006-11-17 10:13:29
|
Hi Scott, 2006/11/16, Scott D. Fleming <sd...@ms...>: > > OpenC++ hard codes the name of the compiler "g++" into its source as a > string. Before you compile OpenC++, you will need to find that string > and replace it with the correct command name for your version. I can't > recall if there are any other difficulties with getting this sort of > setup to work, but there may very well be. That helped me. grep '"g++"' -r . Did found the source files with g++ hardcoded and after that I changed them. -- Emilio Wuerges LAPS - Laboratorio de Automacao de Projeto de Sistemas UFSC - Universidade Federal de Santa Catarina Brasil |