Subject: Re: [htdig] htdig installation on AIX
From: Torsten Neuer (tneuer@inwise.de)
Date: Fri Jan 28 2000 - 08:45:41 PST
wenlong wrote:
>
> Hello all,
>
> We tried to install htdig in AIX. We have xlc and xlC compilers to
> compile C and C++ source files. Unfortunately, the installation failed
> and we got the following error message when we run "./configure":
The standard names for the C compiler driver is usually cc on a **ix
system.
For the C++ compiler driver, the name c++ is most common.
You should therefore provide a symbolic link to you xlc/xlC compilers.
Since configure detected such a symbolic link (cc) for your C compiler,
you will need only to setup a link for your C++ compiler.
% cd /usr/local/bin
% ln -s `which xlC` ./c++
hth,
Torsten
-- InWise - Wirtschaftlich-Wissenschaftlicher Internet Service GmbH Waldhofstraße 14 Tel: +49-4101-403605 D-25474 Ellerbek Fax: +49-4101-403606 E-Mail: info@inwise.de Internet: http://www.inwise.de------------------------------------ To unsubscribe from the htdig mailing list, send a message to htdig-unsubscribe@htdig.org You will receive a message to confirm this.
This archive was generated by hypermail 2b28 : Fri Jan 28 2000 - 08:47:31 PST