On Mar 18, 2010, at 13:32, Pravin Bhande wrote: > I am getting the below error while installing LFTP 4.0.5 on enterprises > Linux. I am using GCC version 4.1.2. > Error I am getting while configuring lftp is as below: > Configure : error: C++ test compile failed; check your C++ compiler
You also need a C++ compiler installed if you wish to compile lftp yourself. On Red Hat Enterprise Linux, that should be in a package named gcc-c++ Try: yum install gcc-c++
