Hi list, I was compiling the bidi test to try the ICU libs, and got this error ivan@my Wine]$ winegcc 01-biditest.c wgcc.ygvnee.o(.text+0x91): In function `main': : undefined reference to `GetCharacterPlacementW' collect2: ld returned 1 exit status Error: gcc failed. Error: /usr/local/bin/winewrap failed. [ivan@my Wine]$
so I tried winewrap and got a segmentation fault I'm running wine cvs current, compiled on Mandrake 9.1 with gcc 3.2.2, and glibc 2.3, any help would be gratly appreciated, Ivan.
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@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.