|
I don't know what AXIS is. If it needs g++, it's not written in C++. A C++ program can be compiled by any C++ compiler including aCC (which is actually my favorite compiler). The gcc folks have invented their own language.
Since you must use g++ to compile AXIS, you need to go with that. You lost me with this makefile/configure script stuff. But you should be able to control configure to use gcc. Or you should be able to edit the makefile to do so. If nothing else, rename aCC while configure is running.
|