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 > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
