Re: libjpeg.la

2007-03-25 Thread Gary V. Vaughan
On 26 Mar 2007, at 05:05, Jeevan Reddy wrote: Hi, I am installing GDAL1.3.2 and 1.4.0 but here I am getting error as follows.. usr/bin/sed: can't read /usr/lib/libjepg.la: No such file or directory ^^^

library versioning problem

2007-03-25 Thread Lucien GENTIS
Hi to all, I would like to use libtool to manage versioning of a library called, say "mylib" libtool version is 1.5.6-6 under Linux Debian Sarge 3.1 stable In the configure.ac at the project root, I have the lines: mylib_CUR=69 mylib_REV=47 mylib_AGE=38 AC_SUBST(mylib_CUR) AC_SUBST(mylib_REV)

Re: [RFC] New library "type" needed?

2007-03-25 Thread Brian Dessent
Charles Wilson wrote: > I have a library that I want to build shared (let's call it "libbfd"). > It depends on a portability library that is currently built as a > non-libtool, static library (let's call it "libiberty"). I completely understand the motivation for the meat of this, speaking in th

Re: [RFC] New library "type" needed?

2007-03-25 Thread Charles Wilson
Charles Wilson wrote: (3) where the PIC resolver library is used *like a static library* when building dependent shared libraries -- that is, used to satisfy undefined symbols in the shared library if -no-undefined, but where the objects in the PIC resolver library are NOT included wholesal

[RFC] New library "type" needed?

2007-03-25 Thread Charles Wilson
The problem: === Currently, libtool supports several types of libraries (I'm glossing over some stuff here, be gentle): (1) Normal shared libraries (2) Normal static libraries (3) Convenience libraries (a) non-PIC -- will e