On Fri, 9 Aug 2002, Olivier Thauvin wrote: > /usr/lib/libc.a(stderr.o): In function `__fflush_stderr': > stderr.o(.text+0xa): warning: your code uses stdio (7+k bloat). > arch/um/main.o: In function `main': > arch/um/main.o(.text+0x181): undefined reference to `__strdup'
why would you expect __strdup() to exist? Use strdup(). Better, I'd expect a configure problem.
