High, I'm trying to compile Wine on Solaris 10 for x86 (i386, not x64), but something goes wrong as soon as winegcc is used: ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./activeds.spec activeds_main.o -o activeds.dll.so -lkernel32 ../../libs/port/libwine_port.a -lresolv -lsocket -lnsl Undefined first referenced symbol in file RaiseException ../../dlls/winecrt0/libwinecrt0.a(stub.o) DisableThreadLibraryCalls activeds_main.o ld: fatal: Symbol referencing errors. No output written to activeds.dll.so collect2: ld returned 1 exit status winegcc: gcc failed. The first problem I had was that configure put "-lfl" into the Makefiles for the lex/yacc stuff, but I don't think that's related. The problem seems to be this winegcc call. A truss showed that it libkernel32.so is being looked for, so I tried to compile that first. But this one is looking for a libntdll.so. The make in the ntdll directory finished without an error message, but I didn't get a libntdll.so, only a ntdll.dll.so. What's wrong here? -- * Origin: (2:2480/8057.2) _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users