Hi. I am trying to compile wine in Solaris 10 x86 platform. I am getting the following errors: Code: make[1]: Entering directory `/home/dvik/wine-1.1.39/dlls/acledit' ../../tools/makedep -C. -S../.. -T../.. main.c make[1]: Leaving directory `/home/dvik/wine-1.1.39/dlls/acledit' make[1]: Entering directory `/home/dvik/wine-1.1.39/dlls/acledit' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -o main.o main.c main.c: In function `DllMain': main.c:49: warning: visibility attribute not supported in this configuration; ignored ../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../.. -shared ./acledit.spec main.o -o acledit.dll.so -lkernel32 ../../libs/port/libwine_port.a -lsocket -lnsl acledit.dll-y4I0zn.map:3: undefined symbol `A0x1000' referenced in expression Archive member included because of file (symbol) ../../dlls/winecrt0/libwinecrt0.a(dll_entry.o) acledit.dll-kPWtOd.spec.o (__wine_spec_dll_entry) ../../dlls/winecrt0/libwinecrt0.a(init.o) ../../dlls/winecrt0/libwinecrt0.a(dll_entry.o) (__wine_spec_init_state) ../../dlls/winecrt0/libwinecrt0.a(stub.o) acledit.dll-kPWtOd.spec.o (__wine_spec_unimplemented_stub) collect2: ld returned 1 exit status winegcc: gcc failed make[1]: *** [acledit.dll.so] Error 2 make[1]: Leaving directory `/home/dvik/wine-1.1.39/dlls/acledit' make: *** [dlls/acledit] Error 2 I use the latest gcc etc as I downloaded them from Sunfreeware (http://www.sunfreeware.com/indexintel10.html) More specific I use the following versions gcc: 3.4.6 as: GNU assembler 2.20 ar: GNU ar 2.20 make: GNU make 3.81 flex: 2.5.35 (my compilation) bison: GNU Bison 2.4.1 Any help is well appreciated. Dimitris[/url][/code][/list]