[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] looking for kdecore at wrong place
From: |
Mohamad Al-Saqer |
Subject: |
Re: [Gnash] looking for kdecore at wrong place |
Date: |
Tue, 17 Oct 2006 12:41:40 -0500 |
User-agent: |
KMail/1.9.4 |
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
-lboost_thread -lrt -lX11 -lXi -L/usr/lib/gcc/x86_64-redhat-linux/4.1.1
-L/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../lib64 -L/lib/../lib64
-L/usr/lib/../lib64 -lstdc++
-lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.1.1/crtendS.o
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../lib64/crtn.o -m64
-mtune=generic
-march=k8 -Wl,-soname -Wl,libgnashgui.so.0 -o .libs/libgnashgui.so.0.0.0
/usr/lib/libkdecore.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[3]: *** [libgnashgui.la] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/gnash-061017cvs/gui'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/redhat/BUILD/gnash-061017cvs/gui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/gnash-061017cvs'
make: *** [all] Error 2
> I think we should make them conformant to the rest instead,
> but please try them.
>
> --strk;
>
>
> _______________________________________________
> Gnash mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash
- [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 <=
- 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, 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