On Fri, Mar 10, 2006 at 05:05:19PM -0800, Miguel wrote: > Hello community, > > I'm trying to compile VNC on a AIX system, but the following error message is > displayed at the bottom line of the log file: > > $ configure > > checking for gcc... no
> checking for c++... no > checking for g++... no > checking for gcc... no > checking for CC... no > checking for cxx... no > checking for cc++... no > checking for cl... no > checking whether the C++ compiler (gcc ) works... no > configure: error: installation or configuration problem: C++ compiler cannot > create executables. > > AIX compiler output: > ################# > $ cc > > VisualAge C++ Professional / C for AIX Compiler, Version 6 > My guess is that you need a symlink or a wrapper script (one that calls cc with the right paramters to make it parse C++ code) called c++ Not sure why there isn't already an existing c++ binary/symlink/hard link tho.. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection. _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
