Hello
i was used to work with Oracle 8i and using Pro*C.
the makefile i used analyzed the .pc file to generate a .c
then gcc make the executable file.
The uses of the same makefile under Oracle 10g create a new file with the extension .lis
Resume
Oracle 8i Oracle 10g
toto.pc toto.pc
pre compilation pro*C
toto.c toto.c
compilation
toto.o toto.o
toto.lis
i don't know if .lis is issued from precompilation or compilation
moreover toto.lis is an empty file
What is the purpose of this file, what should be written in it?
Thanks for this information all i find in *.lis is the extension for listing file but i don't find the utility for such a file.
i was used to work with Oracle 8i and using Pro*C.
the makefile i used analyzed the .pc file to generate a .c
then gcc make the executable file.
The uses of the same makefile under Oracle 10g create a new file with the extension .lis
Resume
Oracle 8i Oracle 10g
toto.pc toto.pc
pre compilation pro*C
toto.c toto.c
compilation
toto.o toto.o
toto.lis
i don't know if .lis is issued from precompilation or compilation
moreover toto.lis is an empty file
What is the purpose of this file, what should be written in it?
Thanks for this information all i find in *.lis is the extension for listing file but i don't find the utility for such a file.