[c-prog] fputwc and gcc

2006-08-18 Thread Pedro Izecksohn
Does the code below compile with gcc and run on your machine? Do you see all the right characters? Or most characters appear as question marks? Could you give me details (OS, libc, processor, distro)? Do not answer if you are not compiling with gcc. Mingw and Cygwin answers are welcome.

Re: [c-prog] fputwc and gcc

2006-08-18 Thread andrew clarke
On Fri, Aug 18, 2006 at 07:56:06PM -, 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':

Re: [c-prog] fputwc and gcc

2006-08-18 Thread Sean Brewer
Pedro Izecksohn wrote: Does the code below compile with gcc and run on your machine? Do you see all the right characters? Or most characters appear as question marks? Could you give me details (OS, libc, processor, distro)? Do not answer if you are not compiling with gcc. Mingw and