[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Handling Wide characters Please help!



U r getting the linking  error.....so  the required library may not be present
on the default path...
nag


On Wed, 30 Aug 2000, you wrote:
> Im trying to compile a code which uses wide characters
> to read and write japanese characters to file using
> getwc and fwprintf functions. Now while compiling the
> code Im getting the following error message
> 
> (.text+0x9a4f): undefined reference to `fwprintf'
> (.text+0x1e): undefined reference to `getwc'
> 
> the wchar.h file also doesnt shows any prototype
> definition for getwc() and fwprintf(). However there
> is a man page for both of the functions. The code is
> running fine on Solaris. 
> 
> Please help!
> Rohit
> 
> __________________________________________________