On Sun, Aug 23, 1998 at 07:24:19PM -0700, George Bonser wrote: > On Sun, 23 Aug 1998, Chuck Peters wrote: > > I tried compiling sftp and the configure script did not finish. I thought > > this was there as I have the following C++ libaries > > ii libg++27 2.7.2.1-14.4 The GNU C++ libraries (ELF version). > > ii libg++272 2.7.2.8-0.1 The GNU C++ libraries (libc6 version). > > > > What am I missing? > > you need g++272 and probably libg++272-dev
g++272 should only be used in cases of source that for some reason doesn't compile with egcs g++; I've seen no indication that sftp falls in that category. The proper C++ setup is: `g++', `libstdc++2.8-dev', `libstdc++2.8' and, if your code relies on obsolete GNU extensions, `libg++2.8-dev' and `libg++2.8'. Ray -- UNFAIR Term applied to advantages enjoyed by other people which we tried to cheat them out of and didn't manage. See also DISHONESTY, SNEAKY, UNDERHAND and JUST LUCKY I GUESS. - The Hipcrime Vocab by Chad C. Mulligan