Initially it was a java installation problem because I used the jdk...rpm.bin file from sun that in fact doesn't work with debian ( see: http://www.linuxquestions.org/questions/showthread.php?t=108638 ). I had to use the jdk...bin file, now java runs correctly.

From: Hannes Hein [mailto:[EMAIL PROTECTED]
Subject: install tomcat under linux (java problem)

I try to install tomcat in the way it is described here:
http://tomcat.apache.org/tomcat-5.5-doc/setup.html

Note that this section is for running Tomcat as a daemon; does Tomcat
run properly on your system when using the standard script (startup.sh)?
See RUNNING.txt in the Tomcat home directory.

I know that this is for running Tomcat as a daemon, and I want Tomcat to run as a daemon.

Can you run javac by itself to compile a simple program?

Yes. javac runs correctly.

The problem 'configure: error: installation or configuration problem: javac cannot compile' is solved now as java runs correctly, but it still doesn't compile the sources and I have absolutely no idea why (see attached file for make output).

hannes
callisto:/srv/apache-tomcat-5.5.15/bin/jsvc-src# make
make -C native all
make[1]: Entering directory `/srv/apache-tomcat-5.5.15/bin/jsvc-src/native'
gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"i386\" 
-I/usr/local/java/jdk1.5.0_06/include 
-I/usr/local/java/jdk1.5.0_06/include/linux -Wall -Wstrict-prototypes -c 
jsvc-unix.c -o jsvc-unix.o
In Datei, eingefügt von jsvc.h:20,
                    von jsvc-unix.c:17:
/usr/include/stdio.h:34:21: stddef.h: Datei oder Verzeichnis nicht gefunden
In Datei, eingefügt von /usr/include/stdio.h:36,
                    von jsvc.h:20,
                    von jsvc-unix.c:17:
/usr/include/bits/types.h:31:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In Datei, eingefügt von /usr/include/libio.h:32,
                    von /usr/include/stdio.h:72,
                    von jsvc.h:20,
                    von jsvc-unix.c:17:
/usr/include/_G_config.h:14:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In Datei, eingefügt von /usr/include/_G_config.h:24,
                    von /usr/include/libio.h:32,
                    von /usr/include/stdio.h:72,
                    von jsvc.h:20,
                    von jsvc-unix.c:17:
/usr/include/wchar.h:48:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In Datei, eingefügt von /usr/include/gconv.h:28,
                    von /usr/include/_G_config.h:44,
                    von /usr/include/libio.h:32,
                    von /usr/include/stdio.h:72,
                    von jsvc.h:20,
                    von jsvc-unix.c:17:
/usr/include/wchar.h:48:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In Datei, eingefügt von /usr/include/_G_config.h:44,
                    von /usr/include/libio.h:32,
                    von /usr/include/stdio.h:72,
                    von jsvc.h:20,
                    von jsvc-unix.c:17:
/usr/include/gconv.h:31:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/_G_config.h:44,
                 from /usr/include/libio.h:32,
                 from /usr/include/stdio.h:72,
                 from jsvc.h:20,
                 from jsvc-unix.c:17:
/usr/include/gconv.h:72: error: Syntaxfehler before "size_t"
/usr/include/gconv.h:88: error: Syntaxfehler before "size_t"
/usr/include/gconv.h:97: error: Syntaxfehler before "size_t"
/usr/include/gconv.h:174: error: Syntaxfehler before "size_t"
/usr/include/gconv.h:177: error: Syntaxfehler before '}' token
In file included from /usr/include/libio.h:32,
                 from /usr/include/stdio.h:72,
                 from jsvc.h:20,
                 from jsvc-unix.c:17:
/usr/include/_G_config.h:47: error: field `__cd' has incomplete type
/usr/include/_G_config.h:50: error: field `__cd' has incomplete type
In Datei, eingefügt von /usr/include/stdio.h:72,
                    von jsvc.h:20,
                    von jsvc-unix.c:17:
/usr/include/libio.h:53:21: stdarg.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/stdio.h:72,
                 from jsvc.h:20,
                 from jsvc-unix.c:17:
/usr/include/libio.h:351: error: Syntaxfehler before "size_t"
/usr/include/libio.h:360: error: Syntaxfehler before "size_t"
/usr/include/libio.h:464: error: Syntaxfehler before "__gnuc_va_list"
/usr/include/libio.h:466: error: Syntaxfehler before "__gnuc_va_list"
/usr/include/libio.h:468: error: Syntaxfehler before "_IO_sgetn"
/usr/include/libio.h:468: error: Syntaxfehler before "size_t"
In file included from jsvc.h:20,
                 from jsvc-unix.c:17:
/usr/include/stdio.h:302: error: Syntaxfehler before "size_t"
/usr/include/stdio.h:309: error: Syntaxfehler before "size_t"
/usr/include/stdio.h:337: error: Syntaxfehler before "__gnuc_va_list"
/usr/include/stdio.h:342: error: Syntaxfehler before "__gnuc_va_list"
/usr/include/stdio.h:345: error: Syntaxfehler before "__gnuc_va_list"
/usr/include/stdio.h:351: error: Syntaxfehler before "size_t"
/usr/include/stdio.h:355: error: Syntaxfehler before "size_t"
/usr/include/stdio.h:603: error: Syntaxfehler before "fread"
/usr/include/stdio.h:603: error: Syntaxfehler before "size_t"
/usr/include/stdio.h:609: error: Syntaxfehler before "fwrite"
/usr/include/stdio.h:609: error: Syntaxfehler before "size_t"
/usr/include/stdio.h:631: error: Syntaxfehler before "fread_unlocked"
/usr/include/stdio.h:631: error: Syntaxfehler before "size_t"
/usr/include/stdio.h:633: error: Syntaxfehler before "fwrite_unlocked"
/usr/include/stdio.h:633: error: Syntaxfehler before "size_t"
In file included from /usr/include/stdio.h:828,
                 from jsvc.h:20,
                 from jsvc-unix.c:17:
/usr/include/bits/stdio.h:34: error: Syntaxfehler before "__gnuc_va_list"
/usr/include/bits/stdio.h: In Funktion »vprintf«:
/usr/include/bits/stdio.h:36: error: `__fmt' undeclared (first use in this 
function)
/usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported 
only once
/usr/include/bits/stdio.h:36: error: for each function it appears in.)
/usr/include/bits/stdio.h:36: error: `__arg' undeclared (first use in this 
function)
In Datei, eingefügt von jsvc.h:21,
                    von jsvc-unix.c:17:
/usr/include/stdlib.h:33:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In file included from jsvc.h:21,
                 from jsvc-unix.c:17:
/usr/include/stdlib.h: Auf höchster Ebene:
/usr/include/stdlib.h:137: error: Syntaxfehler before "__ctype_get_mb_cur_max"
In Datei, eingefügt von /usr/include/stdlib.h:416,
                    von jsvc.h:21,
                    von jsvc-unix.c:17:
/usr/include/sys/types.h:147:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/sys/types.h:266,
                 from /usr/include/stdlib.h:416,
                 from jsvc.h:21,
                 from jsvc-unix.c:17:
/usr/include/bits/pthreadtypes.h:50: error: Syntaxfehler before "size_t"
/usr/include/bits/pthreadtypes.h:53: error: Syntaxfehler before "__stacksize"
In file included from jsvc.h:21,
                 from jsvc-unix.c:17:
/usr/include/stdlib.h:433: error: Syntaxfehler before "size_t"
/usr/include/stdlib.h:462: error: Syntaxfehler before "size_t"
/usr/include/stdlib.h:556: error: Syntaxfehler before "__size"
/usr/include/stdlib.h:558: error: Syntaxfehler before "__nmemb"
/usr/include/stdlib.h:567: error: Syntaxfehler before "size_t"
In Datei, eingefügt von /usr/include/stdlib.h:578,
                    von jsvc.h:21,
                    von jsvc-unix.c:17:
/usr/include/alloca.h:25:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/stdlib.h:578,
                 from jsvc.h:21,
                 from jsvc-unix.c:17:
/usr/include/alloca.h:33: error: Syntaxfehler before "__size"
In file included from jsvc.h:21,
                 from jsvc-unix.c:17:
/usr/include/stdlib.h:583: error: Syntaxfehler before "__size"
/usr/include/stdlib.h:739: error: Syntaxfehler before "size_t"
/usr/include/stdlib.h:743: error: Syntaxfehler before "size_t"
/usr/include/stdlib.h:812: error: Syntaxfehler before "size_t"
/usr/include/stdlib.h:815: error: Syntaxfehler before "size_t"
/usr/include/stdlib.h:819: error: Syntaxfehler before "size_t"
/usr/include/stdlib.h:822: error: Syntaxfehler before "size_t"
/usr/include/stdlib.h:830: error: Syntaxfehler before "size_t"
/usr/include/stdlib.h:833: error: Syntaxfehler before '*' token
/usr/include/stdlib.h:837: error: Syntaxfehler before "wchar_t"
/usr/include/stdlib.h:841: error: Syntaxfehler before "mbstowcs"
/usr/include/stdlib.h:841: error: Syntaxfehler before '*' token
/usr/include/stdlib.h:844: error: Syntaxfehler before "wcstombs"
/usr/include/stdlib.h:845: error: Syntaxfehler before '*' token
In Datei, eingefügt von jsvc-unix.c:17:
jsvc.h:22:20: stdarg.h: Datei oder Verzeichnis nicht gefunden
In Datei, eingefügt von jsvc.h:23,
                    von jsvc-unix.c:17:
/usr/include/string.h:33:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In file included from jsvc.h:23,
                 from jsvc-unix.c:17:
/usr/include/string.h:39: error: Syntaxfehler before "size_t"
/usr/include/string.h:42: error: Syntaxfehler before "size_t"
/usr/include/string.h:51: error: Syntaxfehler before "size_t"
/usr/include/string.h:58: error: Syntaxfehler before "size_t"
/usr/include/string.h:61: error: Syntaxfehler before "size_t"
/usr/include/string.h:65: error: Syntaxfehler before "size_t"
/usr/include/string.h:86: error: Syntaxfehler before "size_t"
/usr/include/string.h:93: error: Syntaxfehler before "size_t"
/usr/include/string.h:99: error: Syntaxfehler before "size_t"
/usr/include/string.h:106: error: Syntaxfehler before "strxfrm"
/usr/include/string.h:107: error: Syntaxfehler before "size_t"
/usr/include/string.h:176: error: Syntaxfehler before "strcspn"
/usr/include/string.h:180: error: Syntaxfehler before "strspn"
/usr/include/string.h:230: error: Syntaxfehler before "strlen"
/usr/include/string.h:248: error: Syntaxfehler before "size_t"
/usr/include/string.h:253: error: Syntaxfehler before "size_t"
/usr/include/string.h:257: error: Syntaxfehler before "size_t"
/usr/include/string.h:260: error: Syntaxfehler before "size_t"
/usr/include/string.h:263: error: Syntaxfehler before "size_t"
/usr/include/string.h:291: error: Syntaxfehler before "size_t"
In file included from /usr/include/string.h:375,
                 from jsvc.h:23,
                 from jsvc-unix.c:17:
/usr/include/bits/string2.h:919: error: Syntaxfehler before "__strcspn_c1"
/usr/include/bits/string2.h:921: error: Syntaxfehler before "__strcspn_c1"
/usr/include/bits/string2.h: In Funktion »__strcspn_c1«:
/usr/include/bits/string2.h:923: error: Syntaxfehler before "__result"
/usr/include/bits/string2.h:924: error: `__result' undeclared (first use in 
this function)
/usr/include/bits/string2.h: Auf höchster Ebene:
/usr/include/bits/string2.h:929: error: Syntaxfehler before "__strcspn_c2"
/usr/include/bits/string2.h:932: error: Syntaxfehler before "__strcspn_c2"
/usr/include/bits/string2.h: In Funktion »__strcspn_c2«:
/usr/include/bits/string2.h:934: error: Syntaxfehler before "__result"
/usr/include/bits/string2.h:935: error: `__result' undeclared (first use in 
this function)
/usr/include/bits/string2.h: Auf höchster Ebene:
/usr/include/bits/string2.h:941: error: Syntaxfehler before "__strcspn_c3"
/usr/include/bits/string2.h:944: error: Syntaxfehler before "__strcspn_c3"
/usr/include/bits/string2.h: In Funktion »__strcspn_c3«:
/usr/include/bits/string2.h:947: error: Syntaxfehler before "__result"
/usr/include/bits/string2.h:948: error: `__result' undeclared (first use in 
this function)
/usr/include/bits/string2.h: Auf höchster Ebene:
/usr/include/bits/string2.h:976: error: Syntaxfehler before "__strspn_c1"
/usr/include/bits/string2.h:978: error: Syntaxfehler before "__strspn_c1"
/usr/include/bits/string2.h: In Funktion »__strspn_c1«:
/usr/include/bits/string2.h:980: error: Syntaxfehler before "__result"
/usr/include/bits/string2.h:982: error: `__result' undeclared (first use in 
this function)
/usr/include/bits/string2.h: Auf höchster Ebene:
/usr/include/bits/string2.h:987: error: Syntaxfehler before "__strspn_c2"
/usr/include/bits/string2.h:990: error: Syntaxfehler before "__strspn_c2"
/usr/include/bits/string2.h: In Funktion »__strspn_c2«:
/usr/include/bits/string2.h:992: error: Syntaxfehler before "__result"
/usr/include/bits/string2.h:994: error: `__result' undeclared (first use in 
this function)
/usr/include/bits/string2.h: Auf höchster Ebene:
/usr/include/bits/string2.h:999: error: Syntaxfehler before "__strspn_c3"
/usr/include/bits/string2.h:1002: error: Syntaxfehler before "__strspn_c3"
/usr/include/bits/string2.h: In Funktion »__strspn_c3«:
/usr/include/bits/string2.h:1004: error: Syntaxfehler before "__result"
/usr/include/bits/string2.h:1006: error: `__result' undeclared (first use in 
this function)
/usr/include/bits/string2.h: In Funktion »__strpbrk_c2«:
/usr/include/bits/string2.h:1041: error: `size_t' undeclared (first use in this 
function)
/usr/include/bits/string2.h:1041: error: Syntaxfehler before "__s"
/usr/include/bits/string2.h: In Funktion »__strpbrk_c3«:
/usr/include/bits/string2.h:1054: error: `size_t' undeclared (first use in this 
function)
/usr/include/bits/string2.h:1054: error: Syntaxfehler before "__s"
/usr/include/bits/string2.h: Auf höchster Ebene:
/usr/include/bits/string2.h:1235: error: Syntaxfehler before "size_t"
In file included from /usr/include/signal.h:341,
                 from jsvc-unix.c:19:
/usr/include/bits/sigstack.h:54: error: Syntaxfehler before "size_t"
In Datei, eingefügt von jsvc-unix.c:20:
/usr/include/unistd.h:195:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In file included from jsvc-unix.c:20:
/usr/include/unistd.h:312: error: Syntaxfehler before "size_t"
/usr/include/unistd.h:318: error: Syntaxfehler before "size_t"
/usr/include/unistd.h:448: error: Syntaxfehler before "size_t"
In file included from jsvc-unix.c:20:
/usr/include/unistd.h:538: error: Syntaxfehler before "confstr"
/usr/include/unistd.h:538: error: Syntaxfehler before "size_t"
/usr/include/unistd.h:707: error: Syntaxfehler before "size_t"
/usr/include/unistd.h:732: error: Syntaxfehler before "size_t"
In file included from jsvc-unix.c:20:
/usr/include/unistd.h:783: error: Syntaxfehler before "size_t"
/usr/include/unistd.h:790: error: Syntaxfehler before "size_t"
/usr/include/unistd.h:800: error: Syntaxfehler before "size_t"
/usr/include/unistd.h:801: error: Syntaxfehler before "size_t"
/usr/include/unistd.h:818: error: Syntaxfehler before "size_t"
In Datei, eingefügt von jsvc-unix.c:26:
/usr/include/pwd.h:33:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In file included from jsvc-unix.c:26:
/usr/include/pwd.h:141: error: Syntaxfehler before "size_t"
/usr/include/pwd.h:147: error: Syntaxfehler before "size_t"
/usr/include/pwd.h:152: error: Syntaxfehler before "size_t"
/usr/include/pwd.h:166: error: Syntaxfehler before "size_t"
In Datei, eingefügt von jsvc-unix.c:27:
/usr/include/grp.h:33:20: stddef.h: Datei oder Verzeichnis nicht gefunden
In file included from jsvc-unix.c:27:
/usr/include/grp.h:143: error: Syntaxfehler before "size_t"
/usr/include/grp.h:152: error: Syntaxfehler before "size_t"
/usr/include/grp.h:165: error: Syntaxfehler before "size_t"
/usr/include/grp.h:175:21: stddef.h: Datei oder Verzeichnis nicht gefunden
/usr/include/grp.h:178: error: Syntaxfehler before "__n"
jsvc-unix.c: In Funktion »set_output«:
jsvc-unix.c:573: error: `size_t' undeclared (first use in this function)
jsvc-unix.c:573: error: Syntaxfehler before "__s1_len"
jsvc-unix.c:573: error: `__s1_len' undeclared (first use in this function)
jsvc-unix.c:573: error: `__s2_len' undeclared (first use in this function)
jsvc-unix.c:573: error: Syntaxfehler before "const"
jsvc-unix.c:573: error: Syntaxfehler before "const"
jsvc-unix.c:573: Warnung: left-hand operand of comma expression has no effect
jsvc-unix.c:573: Warnung: left-hand operand of comma expression has no effect
jsvc-unix.c:573: error: Syntaxfehler before "const"
jsvc-unix.c:573: error: Syntaxfehler before "const"
jsvc-unix.c:573: error: Syntaxfehler before ')' token
jsvc-unix.c:573: error: `__result' undeclared (first use in this function)
jsvc-unix.c:573: error: Syntaxfehler before ':' token
jsvc-unix.c:573: error: `__s2' undeclared (first use in this function)
jsvc-unix.c:573: Warnung: statement with no effect
jsvc-unix.c: Auf höchster Ebene:
jsvc-unix.c:573: error: Syntaxfehler before ')' token
jsvc-unix.c:573: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:573: error: `__result' used prior to declaration
jsvc-unix.c:573: Warnung: data definition has no type or storage class
jsvc-unix.c:573: error: Syntaxfehler before '}' token
jsvc-unix.c:573: error: conflicting declarations of `__result'
jsvc-unix.c:573: error: `__result' previously declared here
jsvc-unix.c:573: error: `__s1' undeclared here (not in a function)
jsvc-unix.c:573: error: Syntaxfehler before "if"
jsvc-unix.c:573: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:573: error: conflicting declarations of `__result'
jsvc-unix.c:573: error: `__result' previously defined here
jsvc-unix.c:573: Warnung: data definition has no type or storage class
jsvc-unix.c:573: error: Syntaxfehler before '}' token
jsvc-unix.c:577: error: Syntaxfehler before '&&' token
jsvc-unix.c:577: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:577: Warnung: data definition has no type or storage class
jsvc-unix.c:577: error: Syntaxfehler before '}' token
jsvc-unix.c:577: error: conflicting declarations of `__result'
jsvc-unix.c:577: error: `__result' previously declared here
jsvc-unix.c:577: error: `outfile' undeclared here (not in a function)
jsvc-unix.c:577: error: `__s2' undeclared here (not in a function)
jsvc-unix.c:577: error: Syntaxfehler before "if"
jsvc-unix.c:577: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:577: error: conflicting declarations of `__result'
jsvc-unix.c:577: error: `__result' previously defined here
jsvc-unix.c:577: Warnung: data definition has no type or storage class
jsvc-unix.c:577: error: Syntaxfehler before '}' token
jsvc-unix.c:577: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:577: Warnung: data definition has no type or storage class
jsvc-unix.c:577: error: Syntaxfehler before '}' token
jsvc-unix.c:577: error: conflicting declarations of `__result'
jsvc-unix.c:577: error: `__result' previously declared here
jsvc-unix.c:577: error: `__s1' undeclared here (not in a function)
jsvc-unix.c:577: error: Syntaxfehler before "if"
jsvc-unix.c:577: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:577: error: conflicting declarations of `__result'
jsvc-unix.c:577: error: `__result' previously defined here
jsvc-unix.c:577: Warnung: data definition has no type or storage class
jsvc-unix.c:577: error: Syntaxfehler before '}' token
jsvc-unix.c:577: error: Syntaxfehler before '&&' token
jsvc-unix.c:577: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:577: Warnung: data definition has no type or storage class
jsvc-unix.c:577: error: Syntaxfehler before '}' token
jsvc-unix.c:577: error: conflicting declarations of `__result'
jsvc-unix.c:577: error: `__result' previously declared here
jsvc-unix.c:577: error: `errfile' undeclared here (not in a function)
jsvc-unix.c:577: error: `__s2' undeclared here (not in a function)
jsvc-unix.c:577: error: Syntaxfehler before "if"
jsvc-unix.c:577: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:577: error: conflicting declarations of `__result'
jsvc-unix.c:577: error: `__result' previously defined here
jsvc-unix.c:577: Warnung: data definition has no type or storage class
jsvc-unix.c:577: error: Syntaxfehler before '}' token
jsvc-unix.c:577: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:577: Warnung: data definition has no type or storage class
jsvc-unix.c:577: error: Syntaxfehler before '}' token
jsvc-unix.c:577: error: conflicting declarations of `__result'
jsvc-unix.c:577: error: `__result' previously declared here
jsvc-unix.c:577: error: `__s1' undeclared here (not in a function)
jsvc-unix.c:577: error: Syntaxfehler before "if"
jsvc-unix.c:577: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:577: error: conflicting declarations of `__result'
jsvc-unix.c:577: error: `__result' previously defined here
jsvc-unix.c:577: Warnung: data definition has no type or storage class
jsvc-unix.c:577: error: Syntaxfehler before '}' token
jsvc-unix.c:580: error: Syntaxfehler before '&&' token
jsvc-unix.c:580: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:580: Warnung: data definition has no type or storage class
jsvc-unix.c:580: error: Syntaxfehler before '}' token
jsvc-unix.c:580: error: conflicting declarations of `__result'
jsvc-unix.c:580: error: `__result' previously declared here
jsvc-unix.c:580: error: `outfile' undeclared here (not in a function)
jsvc-unix.c:580: error: `__s2' undeclared here (not in a function)
jsvc-unix.c:580: error: Syntaxfehler before "if"
jsvc-unix.c:580: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:580: error: conflicting declarations of `__result'
jsvc-unix.c:580: error: `__result' previously defined here
jsvc-unix.c:580: Warnung: data definition has no type or storage class
jsvc-unix.c:580: error: Syntaxfehler before '}' token
jsvc-unix.c:580: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:580: Warnung: data definition has no type or storage class
jsvc-unix.c:580: error: Syntaxfehler before '}' token
jsvc-unix.c:580: error: conflicting declarations of `__result'
jsvc-unix.c:580: error: `__result' previously declared here
jsvc-unix.c:580: error: `__s1' undeclared here (not in a function)
jsvc-unix.c:580: error: Syntaxfehler before "if"
jsvc-unix.c:580: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:580: error: conflicting declarations of `__result'
jsvc-unix.c:580: error: `__result' previously defined here
jsvc-unix.c:580: Warnung: data definition has no type or storage class
jsvc-unix.c:580: error: Syntaxfehler before '}' token
jsvc-unix.c:584: error: Syntaxfehler before '&&' token
jsvc-unix.c:584: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:584: Warnung: data definition has no type or storage class
jsvc-unix.c:584: error: Syntaxfehler before '}' token
jsvc-unix.c:584: error: conflicting declarations of `__result'
jsvc-unix.c:584: error: `__result' previously declared here
jsvc-unix.c:584: error: `errfile' undeclared here (not in a function)
jsvc-unix.c:584: error: `__s2' undeclared here (not in a function)
jsvc-unix.c:584: error: Syntaxfehler before "if"
jsvc-unix.c:584: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:584: error: conflicting declarations of `__result'
jsvc-unix.c:584: error: `__result' previously defined here
jsvc-unix.c:584: Warnung: data definition has no type or storage class
jsvc-unix.c:584: error: Syntaxfehler before '}' token
jsvc-unix.c:584: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:584: Warnung: data definition has no type or storage class
jsvc-unix.c:584: error: Syntaxfehler before '}' token
jsvc-unix.c:584: error: conflicting declarations of `__result'
jsvc-unix.c:584: error: `__result' previously declared here
jsvc-unix.c:584: error: `__s1' undeclared here (not in a function)
jsvc-unix.c:584: error: Syntaxfehler before "if"
jsvc-unix.c:584: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:584: error: conflicting declarations of `__result'
jsvc-unix.c:584: error: `__result' previously defined here
jsvc-unix.c:584: Warnung: data definition has no type or storage class
jsvc-unix.c:584: error: Syntaxfehler before '}' token
jsvc-unix.c:588: error: Syntaxfehler before numeric constant
jsvc-unix.c:588: Warnung: type defaults to `int' in declaration of `dup'
jsvc-unix.c:588: Warnung: function declaration isn't a prototype
jsvc-unix.c:588: Warnung: data definition has no type or storage class
jsvc-unix.c:590: error: Syntaxfehler before '&&' token
jsvc-unix.c:590: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:590: Warnung: data definition has no type or storage class
jsvc-unix.c:590: error: Syntaxfehler before '}' token
jsvc-unix.c:590: error: conflicting declarations of `__result'
jsvc-unix.c:590: error: `__result' previously declared here
jsvc-unix.c:590: error: `outfile' undeclared here (not in a function)
jsvc-unix.c:590: error: `__s2' undeclared here (not in a function)
jsvc-unix.c:590: error: Syntaxfehler before "if"
jsvc-unix.c:590: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:590: error: conflicting declarations of `__result'
jsvc-unix.c:590: error: `__result' previously defined here
jsvc-unix.c:590: Warnung: data definition has no type or storage class
jsvc-unix.c:590: error: Syntaxfehler before '}' token
jsvc-unix.c:590: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:590: Warnung: data definition has no type or storage class
jsvc-unix.c:590: error: Syntaxfehler before '}' token
jsvc-unix.c:590: error: conflicting declarations of `__result'
jsvc-unix.c:590: error: `__result' previously declared here
jsvc-unix.c:590: error: `__s1' undeclared here (not in a function)
jsvc-unix.c:590: error: Syntaxfehler before "if"
jsvc-unix.c:590: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:590: error: conflicting declarations of `__result'
jsvc-unix.c:590: error: `__result' previously defined here
jsvc-unix.c:590: Warnung: data definition has no type or storage class
jsvc-unix.c:590: error: Syntaxfehler before '}' token
jsvc-unix.c:592: error: Syntaxfehler before numeric constant
jsvc-unix.c:592: Warnung: type defaults to `int' in declaration of `dup'
jsvc-unix.c:592: Warnung: function declaration isn't a prototype
jsvc-unix.c:592: Warnung: data definition has no type or storage class
jsvc-unix.c: In Funktion »main«:
jsvc-unix.c:629: error: `size_t' undeclared (first use in this function)
jsvc-unix.c:629: error: Syntaxfehler before "__s1_len"
jsvc-unix.c:629: error: `__s1_len' undeclared (first use in this function)
jsvc-unix.c:629: error: `__s2_len' undeclared (first use in this function)
jsvc-unix.c:629: error: Syntaxfehler before "const"
jsvc-unix.c:629: error: Syntaxfehler before "const"
jsvc-unix.c:629: Warnung: left-hand operand of comma expression has no effect
jsvc-unix.c:629: Warnung: left-hand operand of comma expression has no effect
jsvc-unix.c:629: error: Syntaxfehler before "const"
jsvc-unix.c:629: error: Syntaxfehler before "const"
jsvc-unix.c:629: error: Syntaxfehler before ')' token
jsvc-unix.c:629: error: Syntaxfehler before ':' token
jsvc-unix.c:629: error: `__s2' undeclared (first use in this function)
jsvc-unix.c:599: Warnung: unused variable `status'
jsvc-unix.c:600: Warnung: unused variable `pid'
jsvc-unix.c:629: Warnung: statement with no effect
jsvc-unix.c: Auf höchster Ebene:
jsvc-unix.c:629: error: Syntaxfehler before ')' token
jsvc-unix.c:629: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:629: Warnung: data definition has no type or storage class
jsvc-unix.c:629: error: Syntaxfehler before '}' token
jsvc-unix.c:629: error: conflicting declarations of `__result'
jsvc-unix.c:629: error: `__result' previously declared here
jsvc-unix.c:629: error: `__s1' undeclared here (not in a function)
jsvc-unix.c:629: error: `args' undeclared here (not in a function)
jsvc-unix.c:629: error: Syntaxfehler before "if"
jsvc-unix.c:629: Warnung: type defaults to `int' in declaration of `__result'
jsvc-unix.c:629: error: conflicting declarations of `__result'
jsvc-unix.c:629: error: `__result' previously defined here
jsvc-unix.c:629: Warnung: data definition has no type or storage class
jsvc-unix.c:629: error: Syntaxfehler before '}' token
jsvc-unix.c:631: error: `args' undeclared here (not in a function)
jsvc-unix.c:631: error: `data' undeclared here (not in a function)
jsvc-unix.c:631: error: Initialisierungselement ist nicht konstant
jsvc-unix.c:632: error: `argv' undeclared here (not in a function)
jsvc-unix.c:638: Warnung: type defaults to `int' in declaration of `p1'
jsvc-unix.c:638: error: conflicting types for `p1'
jsvc-unix.c:635: error: previous declaration of `p1'
jsvc-unix.c:638: error: `size_t' undeclared here (not in a function)
jsvc-unix.c:638: error: Syntaxfehler before "const"
jsvc-unix.c:638: error: `size_t' undeclared here (not in a function)
jsvc-unix.c:638: error: Syntaxfehler before "const"
jsvc-unix.c:638: error: braced-group within expression allowed only inside a 
function
jsvc-unix.c:638: error: Syntaxfehler before ';' token
jsvc-unix.c:638: Warnung: data definition has no type or storage class
jsvc-unix.c:638: error: `__len' undeclared here (not in a function)
jsvc-unix.c:638: error: Initialisierungselement ist nicht konstant
jsvc-unix.c:638: error: Syntaxfehler before "if"
jsvc-unix.c:638: Warnung: type defaults to `int' in declaration of `__retval'
jsvc-unix.c:638: error: conflicting types for `__retval'
jsvc-unix.c:638: error: previous declaration of `__retval'
jsvc-unix.c:638: Warnung: data definition has no type or storage class
jsvc-unix.c:638: error: Syntaxfehler before '}' token
jsvc-unix.c:639: Warnung: type defaults to `int' in declaration of `tmp'
jsvc-unix.c:639: error: conflicting types for `tmp'
jsvc-unix.c:634: error: previous declaration of `tmp'
jsvc-unix.c:639: Warnung: Verarbeiten des Argumentes 1 von »strrchr« erzeugt 
Zeiger von Ganzzahl ohne Typkonvertierung
jsvc-unix.c:639: Warnung: data definition has no type or storage class
jsvc-unix.c:640: error: Syntaxfehler before "if"
jsvc-unix.c:642: Warnung: type defaults to `int' in declaration of `p2'
jsvc-unix.c:642: error: conflicting types for `p2'
jsvc-unix.c:636: error: previous declaration of `p2'
jsvc-unix.c:642: error: `size_t' undeclared here (not in a function)
jsvc-unix.c:642: error: Syntaxfehler before "const"
jsvc-unix.c:642: error: `size_t' undeclared here (not in a function)
jsvc-unix.c:642: error: Syntaxfehler before "const"
jsvc-unix.c:642: error: braced-group within expression allowed only inside a 
function
jsvc-unix.c:642: error: Syntaxfehler before ';' token
jsvc-unix.c:642: Warnung: data definition has no type or storage class
jsvc-unix.c:642: error: conflicting types for `__retval'
jsvc-unix.c:638: error: previous declaration of `__retval'
jsvc-unix.c:642: error: `__len' undeclared here (not in a function)
jsvc-unix.c:642: error: Syntaxfehler before "if"
jsvc-unix.c:642: Warnung: type defaults to `int' in declaration of `__retval'
jsvc-unix.c:642: error: conflicting types for `__retval'
jsvc-unix.c:642: error: previous declaration of `__retval'
jsvc-unix.c:642: Warnung: data definition has no type or storage class
jsvc-unix.c:642: error: Syntaxfehler before '}' token
jsvc-unix.c:643: Warnung: type defaults to `int' in declaration of `tmp'
jsvc-unix.c:643: Warnung: Verarbeiten des Argumentes 1 von »strrchr« erzeugt 
Zeiger von Ganzzahl ohne Typkonvertierung
jsvc-unix.c:643: Warnung: Initialisierung erzeugt Ganzzahl von Zeiger ohne 
Typkonvertierung
jsvc-unix.c:643: error: Initialisierungselement ist nicht konstant
jsvc-unix.c:643: Warnung: data definition has no type or storage class
jsvc-unix.c:644: error: Syntaxfehler before "if"
jsvc-unix.c:649: Warnung: type defaults to `int' in declaration of `tmp'
jsvc-unix.c:649: error: redefinition of `tmp'
jsvc-unix.c:643: error: `tmp' previously defined here
jsvc-unix.c:649: error: `size_t' undeclared here (not in a function)
jsvc-unix.c:649: error: Syntaxfehler before "const"
jsvc-unix.c:649: error: `size_t' undeclared here (not in a function)
jsvc-unix.c:649: error: Syntaxfehler before "const"
jsvc-unix.c:649: error: braced-group within expression allowed only inside a 
function
jsvc-unix.c:649: error: Syntaxfehler before ';' token
jsvc-unix.c:649: Warnung: data definition has no type or storage class
jsvc-unix.c:649: error: conflicting types for `__retval'
jsvc-unix.c:642: error: previous declaration of `__retval'
jsvc-unix.c:649: error: `__len' undeclared here (not in a function)
jsvc-unix.c:649: error: Syntaxfehler before "if"
jsvc-unix.c:649: Warnung: type defaults to `int' in declaration of `__retval'
jsvc-unix.c:649: error: conflicting types for `__retval'
jsvc-unix.c:649: error: previous declaration of `__retval'
jsvc-unix.c:649: Warnung: data definition has no type or storage class
jsvc-unix.c:649: error: Syntaxfehler before '}' token
jsvc-unix.c:650: error: Syntaxfehler before string constant
jsvc-unix.c:650: Warnung: type defaults to `int' in declaration of `setenv'
jsvc-unix.c:650: Warnung: function declaration isn't a prototype
jsvc-unix.c:650: Warnung: data definition has no type or storage class
jsvc-unix.c:652: error: Syntaxfehler before string constant
jsvc-unix.c:654: Warnung: type defaults to `int' in declaration of `argv'
jsvc-unix.c:654: error: `args' undeclared here (not in a function)
jsvc-unix.c:654: Warnung: data definition has no type or storage class
jsvc-unix.c:655: Warnung: type defaults to `int' in declaration of `execve'
jsvc-unix.c:655: Warnung: Parameternamen (ohne Typen) in Funktionsdeklaration
jsvc-unix.c:655: Warnung: data definition has no type or storage class
jsvc-unix.c:656: error: Syntaxfehler before string constant
jsvc-unix.c:656: Warnung: type defaults to `int' in declaration of `log_error'
jsvc-unix.c:656: Warnung: function declaration isn't a prototype
jsvc-unix.c:656: error: conflicting types for `log_error'
debug.h:52: error: previous declaration of `log_error'
jsvc-unix.c:656: Warnung: data definition has no type or storage class
jsvc-unix.c:659: error: Syntaxfehler before string constant
jsvc-unix.c:677: Warnung: type defaults to `int' in declaration of `setsid'
jsvc-unix.c:677: Warnung: function declaration isn't a prototype
jsvc-unix.c:677: Warnung: data definition has no type or storage class
jsvc-unix.c:679: error: Syntaxfehler before '}' token
jsvc-unix.c:681: error: Syntaxfehler before '->' token
jsvc-unix.c:681: Warnung: type defaults to `int' in declaration of `set_output'
jsvc-unix.c:681: Warnung: function declaration isn't a prototype
jsvc-unix.c:681: error: conflicting types for `set_output'
jsvc-unix.c:568: error: previous declaration of `set_output'
jsvc-unix.c:681: Warnung: data definition has no type or storage class
jsvc-unix.c:691: Warnung: type defaults to `int' in declaration of `controlled'
jsvc-unix.c:691: error: redefinition of `controlled'
jsvc-unix.c:37: error: `controlled' previously defined here
jsvc-unix.c:691: error: `pid' undeclared here (not in a function)
jsvc-unix.c:691: Warnung: data definition has no type or storage class
jsvc-unix.c:695: error: Syntaxfehler before numeric constant
jsvc-unix.c:695: Warnung: type defaults to `int' in declaration of `signal'
jsvc-unix.c:695: Warnung: function declaration isn't a prototype
jsvc-unix.c:695: error: conflicting types for `signal'
/usr/include/signal.h:90: error: previous declaration of `signal'
jsvc-unix.c:695: Warnung: data definition has no type or storage class
jsvc-unix.c:696: error: Syntaxfehler before numeric constant
jsvc-unix.c:696: Warnung: type defaults to `int' in declaration of `signal'
jsvc-unix.c:696: Warnung: function declaration isn't a prototype
jsvc-unix.c:696: Warnung: data definition has no type or storage class
jsvc-unix.c:697: error: Syntaxfehler before numeric constant
jsvc-unix.c:697: Warnung: type defaults to `int' in declaration of `signal'
jsvc-unix.c:697: Warnung: function declaration isn't a prototype
jsvc-unix.c:697: Warnung: data definition has no type or storage class
jsvc-unix.c:702: error: Syntaxfehler before '}' token
jsvc-unix.c:702: Warnung: type defaults to `int' in declaration of `__u'
jsvc-unix.c:702: Warnung: data definition has no type or storage class
jsvc-unix.c:702: error: Syntaxfehler before '.' token
jsvc-unix.c:703: error: Syntaxfehler before '}' token
jsvc-unix.c:703: Warnung: type defaults to `int' in declaration of `__u'
jsvc-unix.c:703: Warnung: data definition has no type or storage class
jsvc-unix.c:703: error: Syntaxfehler before '.' token
jsvc-unix.c:720: error: Syntaxfehler before string constant
jsvc-unix.c:720: Warnung: type defaults to `int' in declaration of `log_error'
jsvc-unix.c:720: Warnung: function declaration isn't a prototype
jsvc-unix.c:720: Warnung: data definition has no type or storage class
jsvc-unix.c:729: error: Syntaxfehler before string constant
jsvc-unix.c:729: Warnung: type defaults to `int' in declaration of `log_error'
jsvc-unix.c:729: Warnung: function declaration isn't a prototype
jsvc-unix.c:729: Warnung: data definition has no type or storage class
/usr/include/gconv.h:176: Warnung: array `__data' assumed to have one element
jsvc-unix.c:573: error: register name not specified for `__result'
jsvc-unix.c:577: error: register name not specified for `__result'
jsvc-unix.c:577: error: register name not specified for `__result'
jsvc-unix.c:577: error: register name not specified for `__result'
jsvc-unix.c:577: error: register name not specified for `__result'
jsvc-unix.c:580: error: register name not specified for `__result'
jsvc-unix.c:580: error: register name not specified for `__result'
jsvc-unix.c:584: error: register name not specified for `__result'
jsvc-unix.c:584: error: register name not specified for `__result'
jsvc-unix.c:590: error: register name not specified for `__result'
jsvc-unix.c:590: error: register name not specified for `__result'
jsvc-unix.c:629: error: register name not specified for `__result'
jsvc-unix.c:379: Warnung: `wait_child' defined but not used
jsvc-unix.c:457: Warnung: `child' defined but not used
jsvc-unix.c:554: Warnung: `loc_freopen' defined but not used
jsvc-unix.c:681: Warnung: `set_output' defined but not used
make[1]: *** [jsvc-unix.o] Fehler 1
make[1]: Leaving directory `/srv/apache-tomcat-5.5.15/bin/jsvc-src/native'
make: *** [native/all] Fehler 2
callisto:/srv/apache-tomcat-5.5.15/bin/jsvc-src#

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to