vivekkrv wrote:
<BEGINNER i am begginer>i try to use winegcc all link, include, lib paths are ok but i got linker errorMain-z6Kx8u.o : (.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0' and i don't know to which library it belong
Looks like you are compiling C++ with winegcc. Try with wineg++ instead (or link with libstdc++).
Sylvain