gcc -c -I. -I. -I../../../include -I../../../include -I../../../include/msvcrt -I./.. -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -g -O2 -fno-builtin -o data.o data.c /usr/ccs/bin/as: "<stdin>": error: symbol "_open" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_spawnlp" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_spawnle" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_spawnl" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_execlpe" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_spawnlpe" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_sopen" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_execle" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_execlp" is used but not defined /usr/ccs/bin/as: "<stdin>": error: symbol "_execl" is used but not defined make[1]: *** [data.o] Error 1 make[1]: Leaving directory `/csu/home/stedla/Octave/winehq/wine-1.3.28/dlls/msvcrt/tests' make: *** [dlls/msvcrt/tests] Error 2
Is that Solaris?
Yes. I am running on Solaris Sparc cat /etc/release Solaris 10 10/08 s10s_u6wos_07b SPARC Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 27 October 2008
my gcc version is gcc -v Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77 Thread model: posix gcc version 3.4.6 downloaded from sunfreeware and compiled with /usr/ccs/bin/as..