The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-20-2004
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,424
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.