How to tell libtool to have/work with one of [.lo|.o] file ( ifpossible )

2003-02-05 Thread Asim Suter
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 "

.Po / .Plo Question

2003-10-25 Thread Asim Suter
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

RE: .Po / .Plo Question

2003-10-29 Thread Asim Suter \(asuter\)
>>>>> "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