http://bugs.winehq.org/show_bug.cgi?id=26291
Summary: Compilation fails on acledit.dll.so linking, reporting unresolved symbols: RaiseException, DisableThreadLibraryCalls Product: Wine Version: 1.2.2 Platform: x86 OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: karel.gardas@centrum.cz
Created an attachment (id=33518) --> (http://bugs.winehq.org/attachment.cgi?id=33518) The output of the configure run
Hello, I'm attempting to compile wine-1.2.2 on Solaris 11 Express 2010.11, but simple: ./configure gmake
fails with:
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=../.. -fasynchronous-unwind-tables -shared ./acledit.spec main.o -o acledit.dll.so -lkernel32 ../../libs/port/libwine_port.a -lsocket -lnsl Undefined first referenced symbol in file RaiseException ../../dlls/winecrt0/libwinecrt0.a(stub.o) DisableThreadLibraryCalls main.o ld: fatal: symbol referencing errors. No output written to acledit.dll.so collect2: ld returned 1 exit status winegcc: gcc failed gmake[1]: *** [acledit.dll.so] Error 2 gmake[1]: Leaving directory `/var/tmp/wine-1.2.2/dlls/acledit' gmake: *** [dlls/acledit] Error 2