"Tom Browder" <tbrowder@home.com> writes: > I'm using GCC 2.95.3 and trying to use the GNU libc > extension function "strdupa" (supposedly > declared in stdlib.h) but I get words about the function not > being found. Am I doing something wrong? Probably. It's actually defined in string.h. -- - Geoffrey Keating <geoffk@geoffk.org>