Succes, 

Indeed I had a problem with gcc, the c++ part wasn't made succesfully. So I
had to make it again. After that configure without any option ran
succesfully. Then make and make install was a piece of cake. Here are my
environments. AIX 4.3.3 ML10, gcc package 3.2.2 and gnu make 3.80.

[EMAIL PROTECTED]>lftp --version
Lftp | Version 2.6.5 | Copyright (c) 1996-2002 Alexander V. Lukyanov
This is free software with ABSOLUTELY NO WARRANTY. See COPYING for details.
Send bug reports and questions to <[EMAIL PROTECTED]>.

Thanks a lot for your help

Eelco
-----Original Message-----
From: Nicolas Noble [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 3:45 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: lftp on AIX 4.3.3


> 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

Since version 3.x of gcc, you really have to use "g++" to make C++
binaries, otherwise it might produce missing symbols. Just try it in
fact... CXX=g++ ;-)

Reply via email to