- 论坛徽章:
- 0
|
solaris 9
bind-9.4.2
gcc-3.4.6
make后:
bash-2.05# make
making all in /tool/bind-9.4.2/make
making all in /tool/bind-9.4.2/lib
making all in /tool/bind-9.4.2/lib/isc
making all in /tool/bind-9.4.2/lib/isc/include
making all in /tool/bind-9.4.2/lib/isc/include/isc
making all in /tool/bind-9.4.2/lib/isc/unix
making all in /tool/bind-9.4.2/lib/isc/unix/include
making all in /tool/bind-9.4.2/lib/isc/unix/include/isc
gcc -I/tool/bind-9.4.2 -I./include -I./../pthreads/include -I../include -I./../include -I./.. -D_REENTRANT -D_XPG4_2 -D__EXTENSIONS__ -g -O2 -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c app.c
In file included from /usr/include/sys/reg.h:13,
from /usr/include/sys/regset.h:24,
from /usr/include/sys/ucontext.h:21,
from /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.6/include/sys/signal.h:249,
from /usr/include/signal.h:27,
from app.c:31:
/usr/include/ia32/sys/reg.h:300: error: syntax error before "upad128_t"
/usr/include/ia32/sys/reg.h:302: error: syntax error before '}' token
/usr/include/ia32/sys/reg.h:309: error: field `kfpu_fx' has incomplete type
/usr/include/ia32/sys/reg.h:331: error: syntax error before "upad128_t"
/usr/include/ia32/sys/reg.h:338: error: syntax error before '}' token
/usr/include/ia32/sys/reg.h:339: error: syntax error before '}' token
/usr/include/ia32/sys/reg.h:376: error: syntax error before "fpregset_t"
In file included from /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.6/include/sys/signal.h:249,
from /usr/include/signal.h:27,
from app.c:31:
/usr/include/sys/ucontext.h:69: error: syntax error before "mcontext_t"
/usr/include/sys/ucontext.h:71: error: syntax error before '}' token
*** Error code 1
make: Fatal error: Command failed for target `app.o'
Current working directory /tool/bind-9.4.2/lib/isc/unix
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /tool/bind-9.4.2/lib/isc
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /tool/bind-9.4.2/lib
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
求高手解决下 |
|