On Mon, Mar 12, 2001 at 08:16:46PM +0100, Arkadiusz Miskiewicz wrote:
> Simplest patch without superfluous __GNUC_PREREQ checking:

Applied, thanks.

> Also I have another problem. gcc 3.0 snap comes with libsupc++.a which contains
> new and delete operators:
>
> ResMgr.o(.text+0x33f): undefined reference to `operator delete(void*)'
> ResMgr.o(.text+0x352): undefined reference to `operator new(unsigned)'
>
> So lftp should check if such library exist and link to it.

configure tries to link simplest c++ program with new/delete. It should
find out to use g++ to link it.

--
   Alexander.                      | http://www.yars.free.net/~lav/

Reply via email to