On Fri, Aug 18, 2006 at 07:56:06PM -0000, Pedro Izecksohn wrote: > Does the code below compile with gcc and run on your machine?
6:45 [EMAIL PROTECTED] [~/src/c]uname -prs FreeBSD 4.10-RELEASE i386 6:45 [EMAIL PROTECTED] [~/src/c]gcc -W -Wall -o wchar wchar.c wchar.c: In function `main': wchar.c:11: warning: implicit declaration of function `fputwc' wchar.c:12: warning: implicit declaration of function `fwprintf' /tmp/ccxcdS1J.o: In function `main': /tmp/ccxcdS1J.o(.text+0x2a): undefined reference to `fputwc' /tmp/ccxcdS1J.o(.text+0x44): undefined reference to `fwprintf' /tmp/ccxcdS1J.o(.text+0x5c): undefined reference to `fputwc' To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
