Hal Vaughan wrote:
I have a program that compiled fine on Etch, but when I compile it on
Lenny, it's looking for a function called transform. I've tried
comparing library lists of the libs installed on the Etch system and the
Lenny one, but it's a long list. As best I can tell, transform is in a
standard C++ library and it looks like those are installed on the Lenny
system.
I've tried Google, but with the keywords of C++, library, and transform,
it's hard to narrow it down and find just what package I'm looking for.
Any help on this would be a big help. Any C++ coders out there who can
suggest what library/package I need to install?
You need:
#include <algorithm>
to use this function.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org