Re: Why is libtool hardcoding /usr/lib/ibjpeg.so?

2006-08-09 Thread Yan Seiner
Ralf Wildenhues wrote: Hello Yan, * Yan Seiner wrote on Mon, Aug 07, 2006 at 05:16:52AM CEST: I am trying to compile konqueror embedded. It needs libjpeg. For some reason, libtool is hardcoding /usr/lib/libjpeg.so rather than using -ljpeg. As I am cross-compiling, this means the build

Re: RFC: Support for unstable ABIs

2006-08-09 Thread Ralf Wildenhues
Hello Simon, Apologies for the delay. * Simon Richter wrote on Tue, Jul 11, 2006 at 03:57:36PM CEST: a lot of projects that are just starting out still make quite a lot of changes to their library ABI, so it does not make full sense to build a shared library right away, but sometimes it is

Re: .lai does not exist. What do I do?

2006-08-09 Thread Ralf Wildenhues
Hello Curtis, Apologies for the delay. * Curtis Spencer wrote on Wed, Jul 12, 2006 at 09:58:17PM CEST: Nothing in the compile and link steps is generating the .lai file, so I am wondering what I should do? libtool --mode=install cp libhello.la /usr/local/lib/libhello.la cp

Re: 64 bit solaris compiler problems

2006-08-09 Thread Ralf Wildenhues
Hello, * T Kiernan wrote on Thu, Jul 13, 2006 at 06:39:22PM CEST: Having some difficult in linking a test prog to some 64 shared libs. Getting the following serror message: ld: fatal: file libs/.so: wrong ELF class: ELFCLASS64 ld: fatal: File processing errors. No output written to

Re: 64 bit solaris compiler problems

2006-08-09 Thread T Kiernan
Thanks Ralf,Got it sorted I didn't have the below set in my LD flags .Cheers On 8/9/06, Ralf Wildenhues [EMAIL PROTECTED] wrote:Hello,* T Kiernan wrote on Thu, Jul 13, 2006 at 06:39:22PM CEST: Having some difficult in linking a test prog to some 64 shared libs. Getting the following serror

Re: checking exported functions in a .la ( a bit like nm )

2006-08-09 Thread Ralf Wildenhues
Hello Philippe, Apologies for the long delay. * Philippe Barthelemy wrote on Sat, Jul 01, 2006 at 11:41:12PM CEST: A pretty basic question I guess : Not as basic as I had thought ... but let's see: trying to compile a program, one of the executable can not find a function from a