http://bugs.winehq.org/show_bug.cgi?id=2364
Summary: Compile failure on Mac OS X 10.3.4 Product: Wine Version: 20040615 Platform: Macintosh OS/Version: Mac OS X 10.2 Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-multimedia AssignedTo: wine-bugs@winehq.org ReportedBy: michael@infinite-monkeys.org
Thi sis really 10.3.x but you don't have an OS category for that. I'm not sure what component this failure building glu32.dll would be considered.
[michael@namaste wine-20040615]$ uname -a Darwin namaste.local 7.4.0 Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 PDT 2004; root:xnu/ xnu-517.7.7.obj~7/RELEASE_PPC Power Macintosh powerpc
[michael@namaste wine-20040615]$ gcc -v Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
[michael@namaste wine-20040615]$ make depend && make [...] ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./glu32.spec glu.o glu32.dll.dbg.o -o glu32.dll.so -L../../dlls -lkernel32 -lntdll -L../../libs/wine -lwine -L/usr/X11R6/lib -lSM -lICE -lXxf86vm -lXv -lXext -lX11 -lGL -lGLU -L../../libs/port -lwine_port -lpoll /var/tmp//ccZh9PUV.s:379:Unknown pseudo-op: .size /var/tmp//ccZh9PUV.s:379:Rest of line ignored. 1st junk character valued 95 (_). /var/tmp//ccZh9PUV.s:380:Unknown pseudo-op: .size /var/tmp//ccZh9PUV.s:380:Rest of line ignored. 1st junk character valued 95 (_). winegcc: gcc failed. make[2]: *** [glu32.dll.so] Error 2 make[1]: *** [glu32] Error 2 make: *** [dlls] Error 2
As an aside, configure fails, too, complaining that libGL.a is present. It's pretty unfortunate that you have to remove a system library to get Wine to compile.