Mudanças entre as edições de "Temp"

De LCAD
Ir para: navegação, pesquisa
(New page: [root@localhost DB_CORE]# make gcc -g -Wall -c -I. -o main.o main.c gcc -g -Wall -c -I. -o db_core.o db_core.c gcc -g -Wall -c -I. -o dictionary.o dictionary.c gcc -g -Wall -c -I. -o db_c...)
 
Linha 1: Linha 1:
 
 
[root@localhost DB_CORE]# make
 
[root@localhost DB_CORE]# make
 
gcc -g -Wall -c -I. -o main.o main.c
 
gcc -g -Wall -c -I. -o main.o main.c
Linha 14: Linha 13:
 
FILTER/jcinterface.h:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’                                            before ‘*’ token
 
FILTER/jcinterface.h:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’                                            before ‘*’ token
 
make: ** [FILTER/filter.o] Erro 1
 
make: ** [FILTER/filter.o] Erro 1
 +
[root@localhost DB_CORE]#
 +
 +
 +
[root@localhost DB_CORE]# $PATH
 +
-bash: /usr/kerberos/sbin:/usr/kerberos/bin:/opt/jdk-latest/bin:/opt/jdk-latest/include:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/opt/MAE/bin:/root/bin: Arquivo ou diretório não encontrado
 +
[root@localhost DB_CORE]#
 +
[root@localhost DB_CORE]#
 +
[root@localhost DB_CORE]# $LD_LIBRARY_PATH
 +
-bash: :/opt/jdk-latest/jre/lib/i386:/opt/jdk-latest/jre/lib/i386/client:/root/relato3/CORES/DB_CORE/SPELLER/scaeaspell-0.60.5/.libs: Arquivo ou diretório não encontrado
 +
[root@localhost DB_CORE]#
 +
[root@localhost DB_CORE]#
 +
[root@localhost DB_CORE]# which jni.h
 +
/usr/bin/which: no jni.h in (/usr/kerberos/sbin:/usr/kerberos/bin:/opt/jdk-latest/bin:/opt/jdk-latest/include:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/opt/MAE/bin:/root/bin)
 
[root@localhost DB_CORE]#
 
[root@localhost DB_CORE]#

Edição das 16h55min de 8 de julho de 2008

[root@localhost DB_CORE]# make gcc -g -Wall -c -I. -o main.o main.c gcc -g -Wall -c -I. -o db_core.o db_core.c gcc -g -Wall -c -I. -o dictionary.o dictionary.c gcc -g -Wall -c -I. -o db_core_rpcs.o db_core_rpcs.c gcc -g -Wall -c -I. -o table_lib.o table_lib.c gcc -g -Wall -c -I. -o csv_file_lib.o csv_file_lib.c gcc -g -Wall -c -I. -o FILTER/filter.o FILTER/filter.c In file included from FILTER/filter.c:5: FILTER/jcinterface.h:5:17: error: jni.h: Arquivo ou diretório não encontrado In file included from FILTER/filter.c:5: FILTER/jcinterface.h:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token FILTER/jcinterface.h:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token make: ** [FILTER/filter.o] Erro 1 [root@localhost DB_CORE]#


[root@localhost DB_CORE]# $PATH -bash: /usr/kerberos/sbin:/usr/kerberos/bin:/opt/jdk-latest/bin:/opt/jdk-latest/include:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/opt/MAE/bin:/root/bin: Arquivo ou diretório não encontrado [root@localhost DB_CORE]# [root@localhost DB_CORE]# [root@localhost DB_CORE]# $LD_LIBRARY_PATH -bash: :/opt/jdk-latest/jre/lib/i386:/opt/jdk-latest/jre/lib/i386/client:/root/relato3/CORES/DB_CORE/SPELLER/scaeaspell-0.60.5/.libs: Arquivo ou diretório não encontrado [root@localhost DB_CORE]# [root@localhost DB_CORE]# [root@localhost DB_CORE]# which jni.h /usr/bin/which: no jni.h in (/usr/kerberos/sbin:/usr/kerberos/bin:/opt/jdk-latest/bin:/opt/jdk-latest/include:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/opt/MAE/bin:/root/bin) [root@localhost DB_CORE]#