I have tried to compile gdb wiht this command under cdk:
#make devel_optional
-------
NOTE
gdb & gdbserver are compiled and I find them on cdkroot/bin
------
then after a while a I got:
checking system version (for dynamic loading)... ./configure: line 7061: syntax error near unexpected token `)'
./configure: line 7061: ` OSF*)'
which is on cdk/insight6-1/tcl/unix/configure:
case $system in
# There used to be code here to use FIONBIO under AIX. However, it
# was reported that FIONBIO doesn't work under AIX 3.2.5. Since
# using O_NONBLOCK seems fine under AIX 4.*, I removed the FIONBIO
# code (JO, 5/31/97).
line 7061-----> OSF*)
cat >> confdefs.h <<\EOF
#define USE_FIONBIO 1
EOF
echo "$ac_t""FIONBIO" 1>&6
;;
SunOS-4*)
cat >> confdefs.h <<\EOF
#define USE_FIONBIO 1
EOF
echo "$ac_t""FIONBIO" 1>&6
;;
ULTRIX-4.*)
cat >> confdefs.h <<\EOF
#define USE_FIONBIO 1
EOF
echo "$ac_t""FIONBIO" 1>&6
;;
*)
echo "$ac_t""O_NONBLOCK" 1>&6
;;
esac
compile error when compiling insight!
-
- Neugieriger
- Beiträge: 5
- Registriert: Sonntag 13. Mai 2007, 13:47
-
- Neugieriger
- Beiträge: 5
- Registriert: Sonntag 13. Mai 2007, 13:47
-
- Developer
- Beiträge: 2183
- Registriert: Mittwoch 10. Dezember 2003, 07:59