On Wednesday 18 October 2006 10:17, strk wrote:
> On Wed, Oct 18, 2006 at 10:10:01AM -0500, Mohamad Al-Saqer wrote:
> > On Wednesday 18 October 2006 10:03, strk wrote:
> > > On Wed, Oct 18, 2006 at 09:14:05AM -0500, Mohamad Al-Saqer wrote:
> > > > Then I did
> > > > $ grep "/lib/libkdeui" `locate *.la`
> > > > and all returns (many of them) are from files in the /usr/lib
> > > > directory which contain the string "/usr/lib/libkdeui.la"
> > > >
> > > > any  more suggestions?
> > >
> > > Doesn't /usr/lib/libkdeui.la contain any reference to an .so file ?
> >
> > It does with no prefex:
> >
> > # Names of this library.
> > library_names='libkdeui.so.4.2.0 libkdeui.so.4 libkdeui.so'
>
> mmm.... last time I had a similar problem my best approach
> (the only one successful) was to make sure that my *own*
> path was specified before the one detected by default from
> libtool.
mmm.... maybe there is a bit different approach. just uninstall kdelibs.i386 
momentarily and then reinstall it after gnash compilation.

compilation completes fine with my other FC5 i386 computer, but there is still 
problem in my FC5 x86_64 machine. The compilation now quits after throwing 
these messages:

g++ -I/usr/include/SDL -march=k8 -W -Wall -Wcast-align -Wcast-qual 
-Wpointer-arith -Wreturn-type -o .libs/klash 
klash-gnash.o  -L/usr/lib ./.libs/libgnashgui.so -L/usr/lib64 
../libamf/.libs/libgnashamf.so ../backend/.libs/libgnashbackend.so 
../server/.libs/libgnashserver.so ../server/asobj/.libs/libgnashasobjs.a 
../libgeometry/.libs/libgnashgeo.so ../libbase/.libs/libgnashbase.so 
./.libs/libgnashplayer.so 
/usr/src/redhat/BUILD/gnash-061022cvs/gui/.libs/libgnashgui.so 
/usr/src/redhat/BUILD/gnash-061022cvs/backend/.libs/libgnashbackend.so 
/usr/src/redhat/BUILD/gnash-061022cvs/server/.libs/libgnashserver.so 
/usr/src/redhat/BUILD/gnash-061022cvs/libamf/.libs/libgnashamf.so 
/usr/src/redhat/BUILD/gnash-061022cvs/libbase/.libs/libgnashbase.so -ljpeg 
-lSDL -lxml2 -lz -lGL -lGLU /usr/lib64/libkdecore.so /usr/lib64/libkdeui.so 
-lmad -lrt -lX11 -lXi -lm -Wl,--rpath -Wl,/usr/lib64
/usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/librt.so when searching for -lrt
/usr/bin/ld: skipping incompatible /usr/lib/librt.a when searching for -lrt
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
../libbase/.libs/libgnashbase.so: undefined reference to `curl_multi_cleanup'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_easy_setopt'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_multi_init'
../libbase/.libs/libgnashbase.so: undefined reference to 
`curl_multi_add_handle'
../libbase/.libs/libgnashbase.so: undefined reference to 
`curl_multi_remove_handle'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_easy_strerror'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_easy_init'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_global_init'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_multi_perform'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_easy_cleanup'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_multi_strerror'
collect2: ld returned 1 exit status
make[3]: *** [gnash] Error 1
make[3]: *** Waiting for unfinished jobs....
/usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/librt.so when searching for -lrt
/usr/bin/ld: skipping incompatible /usr/lib/librt.a when searching for -lrt
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
../libbase/.libs/libgnashbase.so: undefined reference to `curl_multi_cleanup'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_easy_setopt'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_multi_init'
../libbase/.libs/libgnashbase.so: undefined reference to 
`curl_multi_add_handle'
../libbase/.libs/libgnashbase.so: undefined reference to 
`curl_multi_remove_handle'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_easy_strerror'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_easy_init'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_global_init'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_multi_perform'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_easy_cleanup'
../libbase/.libs/libgnashbase.so: undefined reference to `curl_multi_strerror'
collect2: ld returned 1 exit status


_______________________________________________
Gnash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash

Reply via email to