http://bugs.winehq.org/show_bug.cgi?id=17362
Summary: Cannot build wine 1.1.14 on Solaris Express Developer Eddition Product: Wine Version: 1.1.14 Platform: PC-x86-64 OS/Version: Solaris Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: karel.gardas@centrum.cz
Hello, I'm using Solaris Express Developer Edition 1/08 snv_79b X86 and when trying to compile wine 1.1.14 on it and I get following error:
uuid.c:112: warning: visibility attribute not supported in this configuration; ignored uuid.c:112: warning: visibility attribute not supported in this configuration; ignored uuid.c:112: warning: visibility attribute not supported in this configuration; ignored rm -f libuuid.a ar rc libuuid.a uuid.o ranlib libuuid.a `libdinput.def.a' is up to date. ../../tools/winegcc/winegcc -B../../tools/winebuild -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 *** Error code 2 make: Fatal error: Command failed for target `acledit.dll.so' Current working directory /tmp/wine-1.1.14/dlls/acledit *** Error code 1 The following command caused the error: cd acledit && make make: Fatal error: Command failed for target `acledit' Current working directory /tmp/wine-1.1.14/dlls *** Error code 1 The following command caused the error: cd dlls && make make: Fatal error: Command failed for target `dlls'
Compilation failed, aborting install.
I've tried recommended way of unpacking wine and then cd wine-1.1.14; bash ./tools/wineinstall
Thanks, Karel