Have you tried using the wine-20041019/tools/wineinstall script? Hiji --- Phillip B Bruce <pbbruce@xxxxxxxxxxxxxx> wrote: > Hi, > > Hi, > > I'm trying to compile wine-20041019 and this is > what I'm getting > so far: > > checking for assembler keyword for word values... > configure: error: > could not discover how to specify word values with > assembler. > > Below is the who wineinstall I did to the point of > failure. > > Below is my configuration: > > wino #cat /etc/release > Solaris 9 4/04 > s9x_u6wos_08a x86 > Copyright 2004 Sun Microsystems, Inc. > All Rights Reserved. > Use is subject to license > terms. > Assembled 22 March > 2004 > wino # > > wino #gcc -v > Reading specs from > /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.2/specs > Configured with: ../configure > --with-as=/usr/ccs/bin/as > --with-ld=/usr/ccs/bin/ld --disable-nls > Thread model: posix > gcc version 3.4.2 > > I've also attached the config.log file with a script > file called > wine.txt so you can see the execution of the > wineinstall script. > > Let me know your thoughts and what I can do to > resolve this issue. > > Phillip > > This file contains any messages produced by > compilers while > running configure, to aid debugging if configure > makes a mistake. > > It was created by Wine configure 20041019, which was > generated by GNU Autoconf 2.59. Invocation command > line was > > $ ./configure -C --prefix=/usr/local > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = wino > uname -m = i86pc > uname -r = 5.9 > uname -s = SunOS > uname -v = Generic_117172-05 > > /usr/bin/uname -p = i386 > /bin/uname -X = System = SunOS > Node = wino > Release = 5.9 > KernelID = Generic_117172-05 > Machine = i86pc > BusType = <unknown> > Serial = <unknown> > Users = <unknown> > OEM# = 0 > Origin# = 1 > NumCPU = 1 > > /bin/arch = i86pc > /usr/bin/arch -k = i86pc > /usr/convex/getsysinfo = unknown > hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: . > PATH: /usr/sbin > PATH: /usr/bin > PATH: /opt/oss/bin > PATH: /usr/sfw/bin > PATH: /opt/csw/bin > PATH: /opt/sfw/bin > PATH: /usr/local/bin > PATH: /opt/schily/bin > PATH: /usr/openwin/bin > PATH: /usr/dt/bin > PATH: /opt/csw/gcc3/bin > PATH: /usr/ccs/bin > PATH: . > PATH: /opt/oss/sbin > PATH: /opt/oss/bin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1249: creating cache config.cache > configure:1435: checking build system type > configure:1453: result: i386-pc-solaris2.9 > configure:1461: checking host system type > configure:1475: result: i386-pc-solaris2.9 > configure:1494: checking whether make sets $(MAKE) > configure:1514: result: yes > configure:1569: checking for gcc > configure:1585: found /usr/local/bin/gcc > configure:1595: result: gcc > configure:1839: checking for C compiler version > configure:1842: gcc --version </dev/null >&5 > gcc (GCC) 3.4.2 > Copyright (C) 2004 Free Software Foundation, Inc. > This is free software; see the source for copying > conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS > FOR A PARTICULAR PURPOSE. > > configure:1845: $? = 0 > configure:1847: gcc -v </dev/null >&5 > Reading specs from > /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.2/specs > Configured with: ../configure > --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld > --disable-nls > Thread model: posix > gcc version 3.4.2 > configure:1850: $? = 0 > configure:1852: gcc -V </dev/null >&5 > gcc: `-V' option must have argument > configure:1855: $? = 1 > configure:1878: checking for C compiler default > output file name > configure:1881: gcc conftest.c >&5 > configure:1884: $? = 0 > configure:1930: result: a.out > configure:1935: checking whether the C compiler > works > configure:1941: ./a.out > configure:1944: $? = 0 > configure:1961: result: yes > configure:1968: checking whether we are cross > compiling > configure:1970: result: no > configure:1973: checking for suffix of executables > configure:1975: gcc -o conftest conftest.c >&5 > configure:1978: $? = 0 > configure:2003: result: > configure:2009: checking for suffix of object files > configure:2030: gcc -c conftest.c >&5 > configure:2033: $? = 0 > configure:2055: result: o > configure:2059: checking whether we are using the > GNU C compiler > configure:2083: gcc -c conftest.c >&5 > configure:2089: $? = 0 > configure:2092: test -z || test ! -s > conftest.err > configure:2095: $? = 0 > configure:2098: test -s conftest.o > configure:2101: $? = 0 > configure:2114: result: yes > configure:2120: checking whether gcc accepts -g > configure:2141: gcc -c -g conftest.c >&5 > configure:2147: $? = 0 > configure:2150: test -z || test ! -s > conftest.err > configure:2153: $? = 0 > configure:2156: test -s conftest.o > configure:2159: $? = 0 > configure:2170: result: yes > configure:2187: checking for gcc option to accept > ANSI C > configure:2257: gcc -c -g -O2 conftest.c >&5 > configure:2263: $? = 0 > configure:2266: test -z || test ! -s > conftest.err > configure:2269: $? = 0 > configure:2272: test -s conftest.o > configure:2275: $? = 0 > configure:2293: result: none needed > configure:2311: gcc -c -g -O2 conftest.c >&5 > conftest.c:2: error: parse error before "me" > configure:2317: $? = 1 > configure: failed program was: > | #ifndef __cplusplus > | choke me > | #endif > configure:2499: checking for g++ > configure:2515: found /usr/local/bin/g++ > configure:2525: result: g++ > configure:2541: checking for C++ compiler version > configure:2544: g++ --version </dev/null >&5 > g++ (GCC) 3.4.2 > Copyright (C) 2004 Free Software Foundation, Inc. > This is free software; see the source for copying > conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS > FOR A PARTICULAR PURPOSE. > > configure:2547: $? = 0 > configure:2549: g++ -v </dev/null >&5 > Reading specs from > /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.2/specs > Configured with: ../configure > --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld > --disable-nls > Thread model: posix > gcc version 3.4.2 > configure:2552: $? = 0 > configure:2554: g++ -V </dev/null >&5 > g++: `-V' option must have argument > configure:2557: $? = 1 > configure:2560: checking whether we are using the > GNU C++ compiler > configure:2584: g++ -c conftest.cc >&5 > configure:2590: $? = 0 > configure:2593: test -z || test ! -s > conftest.err > configure:2596: $? = 0 > configure:2599: test -s conftest.o > configure:2602: $? = 0 > configure:2615: result: yes > configure:2621: checking whether g++ accepts -g > configure:2642: g++ -c -g conftest.cc >&5 > configure:2648: $? = 0 > configure:2651: test -z || test ! -s > conftest.err > configure:2654: $? = 0 > configure:2657: test -s conftest.o > configure:2660: $? = 0 > configure:2671: result: yes > configure:2713: g++ -c -g -O2 conftest.cc >&5 > configure:2719: $? = 0 > configure:2722: test -z || test ! -s > conftest.err > === message truncated ===> Script started on Sat Oct 23 14:55:03 2004 > wino #./tools/wineinstall > WINE Installer v0.74 > > ./tools/wineinstall: whoami: command not found > ./tools/wineinstall: [: =: unary operator expected > Running configure... > > configure: creating cache config.cache > checking build system type... i386-pc-solaris2.9 > checking host system type... i386-pc-solaris2.9 > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking for C compiler default output file name... > a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... > yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ANSI C... none > needed > checking for g++... g++ > checking whether we are using the GNU C++ > compiler... yes > checking whether g++ accepts -g... yes > checking for cpp... cpp > checking for the directory containing the Wine > tools... $(TOPOBJDIR) > checking how to run the C preprocessor... gcc -E > checking for X... libraries /usr/openwin/lib, > headers /usr/openwin/include > checking whether -R must be followed by a space... > no > checking for gethostbyname... no > checking for gethostbyname in -lnsl... yes > checking for connect... no > checking for connect in -lsocket... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking for flex... flex > checking for yywrap in -lfl... yes > checking lex output file root... lex.yy > checking whether yytext is a pointer... yes > checking for flex... flex > checking for bison... bison > checking for gas... gas > checking for ld... ld > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking for windres... false > checking whether ln -s works... yes > checking whether ln works... yes > checking for egrep... egrep > checking for ldconfig... true > checking for a BSD-compatible install... > /opt/sfw/bin/ginstall -c > checking for lclint... no > checking for lint... no > checking for docbook2html... no > checking for db2html... no > checking for docbook2pdf... no > checking for db2pdf... no > checking for docbook2ps... no > checking for db2ps... no > checking for docbook2txt... no > checking for db2txt... no > checking for fontforge... no > checking for i386_set_ldt in -li386... no > checking for _oss_ioctl in -lossaudio... no > checking for iswalnum... yes > checking for gethostbyname... (cached) no > checking for gethostbyname in -lnsl... (cached) yes > checking for connect... (cached) no > checking for connect in -lsocket... (cached) yes > checking for inet_aton... no > checking for inet_aton in -lresolv... yes > checking for _xpg4_setrunelocale in -lxpg4... no > checking for poll in -lpoll... no > checking for res_9_init in -lresolv... no > checking for pthread_create in -lpthread... yes > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... no > checking for unistd.h... yes > checking X11/Xlib.h usability... yes > checking X11/Xlib.h presence... yes > checking for X11/Xlib.h... yes > checking for X11/XKBlib.h... yes > checking for X11/Xutil.h... yes > checking for X11/extensions/shape.h... yes > checking for X11/extensions/XInput.h... yes > checking for X11/extensions/XShm.h... yes > checking for X11/extensions/Xrandr.h... no > checking for X11/extensions/Xrender.h... yes > checking for X11/extensions/Xvlib.h... no > checking for X11/extensions/xf86dga.h... no > checking for X11/extensions/xf86vmode.h... no > checking for XkbQueryExtension in -lX11... yes > checking for XShmQueryExtension in -lXext... yes > checking for XShapeQueryExtension in -lXext... yes > checking GL/gl.h usability... yes > checking GL/gl.h presence... yes > checking for GL/gl.h... yes > checking GL/glx.h usability... yes > checking GL/glx.h presence... yes > checking for GL/glx.h... yes > checking for GL/glext.h... yes > checking for up-to-date OpenGL version... yes > checking for glXCreateContext in -lGL... yes > checking for glXGetProcAddressARB in -lGL... yes > checking for OpenGL extension functions > prototypes... yes > checking for gluLookAt in -lGLU... yes > checking for glutMainLoop in -lglut... no > checking audio/audiolib.h usability... no > checking audio/audiolib.h presence... no > checking for audio/audiolib.h... no > checking ncurses.h usability... no > checking ncurses.h presence... no > checking for ncurses.h... no > checking for getbkgd... no > checking for resizeterm... no > checking for sane-config... no > checking unicode/ubidi.h usability... yes > checking unicode/ubidi.h presence... yes > checking for unicode/ubidi.h... yes > checking whether can link with ICU libraries > /usr/lib/libsicuuc.a and /usr/lib/libsicudata.a... > no > checking for FT_Init_FreeType in -lfreetype... yes > checking for freetype-config... freetype-config > checking for ft2build.h... yes > checking for freetype/freetype.h... yes > checking for freetype/ftglyph.h... yes > checking for freetype/tttables.h... yes > checking for freetype/ftnames.h... no > checking for freetype/ftsnames.h... yes > checking for freetype/ttnameid.h... yes > checking for freetype/ftoutln.h... yes > checking for freetype/ftwinfnt.h... no > checking for freetype/internal/sfnt.h... yes > checking for parport header/ppdev.h... no > checking for va_copy... yes > checking for __va_copy... yes > checking for sigsetjmp... yes > checking for pthread_rwlock_t... yes > checking for pthread_rwlockattr_t... yes > checking for pthread_getattr_np... no > checking for pthread_get_stackaddr_np... no > checking for pthread_get_stacksize_np... no > checking sys/soundcard.h usability... no > checking sys/soundcard.h presence... no > checking for sys/soundcard.h... no > checking machine/soundcard.h usability... no > checking machine/soundcard.h presence... no > checking for machine/soundcard.h... no > checking soundcard.h usability... no > checking soundcard.h presence... no > checking for soundcard.h... no > checking for Open Sound System... no > checking for Open Sound System/MIDI interface... no > checking for artsc-config... no > checking alsa/asoundlib.h usability... no > checking alsa/asoundlib.h presence... no > checking for alsa/asoundlib.h... no > checking sys/asoundlib.h usability... no > checking sys/asoundlib.h presence... no > checking for sys/asoundlib.h... no > checking libaudioio.h usability... no > checking libaudioio.h presence... no > checking for libaudioio.h... no > checking capi20.h usability... no > checking capi20.h presence... no > checking for capi20.h... no > checking whether mmap64 works defined as mmap... yes > checking for gcc strength-reduce bug... no > checking for gcc -fshort-wchar support... yes > checking for gcc -mpreferred-stack-boundary=2 > support... yes > checking for gcc -fno-strict-aliasing support... yes > checking for gcc -gstabs+ support... yes > checking for broken string.h that generates > warnings... no > checking how to define a function in assembly > code... .type @function > checking whether external symbols need an underscore > prefix... no > checking for assembler keyword for ASCII strings... > .string > checking for assembler keyword for word values... > configure: === message truncated === ===== M-Halo: It's Electronic Rock - http://www.mhalo.com/ _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users