winegcc

Dimitrie O. Paun dpaun at rogers.com
Wed Aug 20 00:53:55 CDT 2003


On August 19, 2003 06:56 pm, puoti\@inwind\.it wrote:
> I was compiling the bidi test to try the ICU libs, and got this error
> ivan at my Wine]$ winegcc 01-biditest.c
>
> wgcc.ygvnee.o(.text+0x91): In function `main':
> : undefined reference to `GetCharacterPlacementW'

Can you try:

	$ winegcc -mwindows 01-biditest.c

This will automatically link some important DLLs.
It should solve your problem, if not please let me know.

-- 
Dimi.




More information about the wine-devel mailing list