I would think that g++ is part of the gcc distribution and configure finds
g++. It only gave an error with c++ and according to the README you should
than use CXX=gcc, then configure gives no error. Only make does

Eelco

-----Original Message-----
From: Tomas Ogren [mailto:[EMAIL PROTECTED]
Sent: dinsdag 1 april 2003 2:52
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: lftp on AIX 4.3.3


Nedan f�ljer en elektronhop formad av [EMAIL PROTECTED]:

> Hi,
> 
> while compiling lftp I get the following errors. I'm using a RS6000 with
AIX
> 4.3.3 and gcc 3.2.2. I have update readline to 4.3. Please help !!!!
[..]
> /bin/sh ../libtool --silent --mode=link gcc  -O2 -Wall -Wwrite-strings

"gcc" is a C compiler. "g++" is a C++ compiler. lftp is written in c++.

=> use g++ instead of gcc

/Tomas
-- 
Tomas �gren, [EMAIL PROTECTED], http://www.ing.umu.se/~stric/
|- Student at Computing Science, University of Ume�
`- Sysadmin at {cs,ing,acc}.umu.se

Reply via email to