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 -->
  #3 (permalink)  
Old 01-20-2004
coredump2003 coredump2003 is offline
Registered User
 

Join Date: Dec 2003
Posts: 10
I have tried that! I need to get AXIS C++ to run.

AXIS uses the xercesc library which cannot be compiled with g++ on my machine. The makefile contains an error with the compiler flags, it seems that the 'configure' script think i'm using the aCC compiler.

AXIS itself cannot be compiled with aCC, only with g++.

Im getting nuts with that....