[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] looking for kdecore at wrong place
From: |
strk |
Subject: |
Re: [Gnash] looking for kdecore at wrong place |
Date: |
Tue, 17 Oct 2006 19:47:22 +0200 |
On Tue, Oct 17, 2006 at 12:41:40PM -0500, Mohamad Al-Saqer wrote:
> On Tuesday 17 October 2006 12:09, strk wrote:
> > On Tue, Oct 17, 2006 at 11:44:53AM -0500, Mohamad Al-Saqer wrote:
> > > The klash.moc issue is fixed thank you. But I still have problem.
> > >
> > > In my FC5 x86_64 machine I get this error:
> > > /usr/lib/libkdecore.so: could not read symbols: File in wrong format
> > >
> > > Obviously it should link to the one in /usr/lib64. I did not know how to
> > > specify kdelibs locations just like I had to do for curl lib (the same
> > > problem existed for curl libs where I had to pass the options:
> > > --with-curl-include=%{_includedir}/curl
> > > --with-curl-lib=%{_libdir}
> > >
> > > What is the equivalent options to these for kdecore?
> >
> > Looking at the macros, it seems it's:
> >
> > --with-extra-libs
> > --with-extra-includes
> >
> Does not fix it.
>
> g++ -shared -nostdlib
> /usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../lib64/crti.o
> /usr/lib/gcc/x86_64-redhat-linux/4.1.1/crtbeginS.o .libs/kde.o
> .libs/kde_glue_opengl.o
> .libs/gui.o .libs/NullGui.o -Wl,--rpath
> -Wl,/usr/src/redhat/BUILD/gnash-061017cvs/server/.libs
> -Wl,--rpath -Wl,/usr/src/redhat/BUILD/gnash-061017cvs/backend/.libs
> ../server/.libs/libgnashserver.so
> ../backend/.libs/libgnashbackend.so /usr/lib/libkdecore.so
> /usr/lib/libkdeui.so -lavcodec -lavutil
there's a verbatim link to /usr/lib/libkdeui.so...
guess this is added by libtool by looking at some existing .la files ?
I'm afraid this is going to be too hard for me to fix... assuming
your 'make dumpconfig' doesn't shoul you any -L/usr/lib right ?
Try greping /usr/lib/lbkdeui.so in your .la files on the system..
--strk;
- [Gnash] looking for kdecore at wrong place, Mohamad Al-Saqer, 2006/10/17
- Re: [Gnash] looking for kdecore at wrong place, strk, 2006/10/17
- Re: [Gnash] looking for kdecore at wrong place, Mohamad Al-Saqer, 2006/10/17
- Re: [Gnash] looking for kdecore at wrong place,
strk <=
- Re: [Gnash] looking for kdecore at wrong place, Mohamad Al-Saqer, 2006/10/17
- Re: [Gnash] looking for kdecore at wrong place, strk, 2006/10/18
- Re: [Gnash] looking for kdecore at wrong place, Mohamad Al-Saqer, 2006/10/18
- Re: [Gnash] looking for kdecore at wrong place, strk, 2006/10/18
- Re: [Gnash] looking for kdecore at wrong place, Mohamad Al-Saqer, 2006/10/18
- Re: [Gnash] looking for kdecore at wrong place, strk, 2006/10/18
- Re: [Gnash] looking for kdecore at wrong place, Mohamad Al-Saqer, 2006/10/22