Hello,
We build shared libraries and executables on
a Linux system for Pentium processor.
We use libtool along with automake and autoconf
as part of our build infrastructure.
I see that libtool compiles every C source file two times
1) once to generate ".lo" files
2) second time to generate "
Title: Message
Hi,
I am trying to
understand the generation of .Po / .Plo files in .deps
directory.
We have a build
system that uses autoamke,autoconf and libtool.
Could someone please
help me with my questions.
1) Which
tool/script/program generates .Po/.Plo files ? And at what stage
>>>>> "Asim" == Asim Suter <[EMAIL PROTECTED]> writes:
Asim> 1) Which tool/script/program generates .Po/.Plo files ? And at
Asim> what stage ?
They are initially created, as empty files, by configure when building
the various Makefiles.
Then, they are up