LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Closed Thread
  Search this Thread
Old 08-09-2007, 06:05 AM   #1
saritha
Member
 
Registered: May 2007
Posts: 117

Rep: Reputation: 15
gnash version 7,arm compiler,fedora6


when i trying to compile gnash it is giving this error

when i had given "make" command


]$ make
make all-recursive
make[1]: Entering directory `/home/saritha/arm/gnash'
Making all in libbase
make[2]: Entering directory `/home/saritha/arm/gnash/libbase'
/bin/sh ../libtool --tag=CXX --mode=link arm_v5t_le-g++ -I.. -I. -I.. -I../server -I/home/saritha/arm/LibSourceForGnash/png/pnginstall/include -I/home/saritha/arm/LibSourceForGnash/curl/curlinstall/include -I/home/saritha/arm/LibSourceForGnash/zlib/zlibinstall -I/home/saritha/arm/LibSourceForGnash/jpeg/jpeginstall -I/home/saritha/arm/LibSourceForGnash/boost -g -O2 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -o libgnashbase.la -rpath /home/saritha/arm/gnashinstall/lib config.lo container.lo image.lo image_filters.lo jpeg.lo log.lo membuf.lo network.lo postscript.lo rc.lo triangulate_float.lo triangulate_sint32.lo tu_file.lo tu_random.lo tu_timer.lo tu_types.lo utf8.lo utility.lo curl_adapter.lo noseek_fd_adapter.lo zlib_adapter.lo Thread.lo URL.lo -L/home/saritha/arm/LibSourceForGnash/jpeg/jpeginstall -ljpeg -L/home/saritha/arm/LibSourceForGnash/zlib/zlibinstall -lz -L/home/saritha/arm/LibSourceForGnash/curl/curlinstall/lib -lcurl -lrt -lm
libtool: link: warning: library `/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../target/usr/lib//libstdc++.la' was moved.
arm_v5t_le-g++ -shared -nostdlib /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linuxeabi/3.4.3/crti.o /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linuxeabi/3.4.3/crtbeginS.o /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linuxeabi/3.4.3/numa-note.o .libs/config.o .libs/container.o .libs/image.o .libs/image_filters.o .libs/jpeg.o .libs/log.o .libs/membuf.o .libs/network.o .libs/postscript.o .libs/rc.o .libs/triangulate_float.o .libs/triangulate_sint32.o .libs/tu_file.o .libs/tu_random.o .libs/tu_timer.o .libs/tu_types.o .libs/utf8.o .libs/utility.o .libs/curl_adapter.o .libs/noseek_fd_adapter.o .libs/zlib_adapter.o .libs/Thread.o .libs/URL.o -Wl,--rpath -Wl,/home/saritha/arm/LibSourceForGnash/curl/curlinstall/lib -Wl,--rpath -Wl,/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../target/usr/lib/ -Wl,--rpath -Wl,/home/saritha/arm/LibSourceForGnash/curl/curlinstall/lib -Wl,--rpath -Wl,/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../target/usr/lib/ -L/home/saritha/arm/LibSourceForGnash/jpeg/jpeginstall /usr/lib/libjpeg.so -L/home/saritha/arm/LibSourceForGnash/zlib/zlibinstall -lz -L/home/saritha/arm/LibSourceForGnash/curl/curlinstall/lib /home/saritha/arm/LibSourceForGnash/curl/curlinstall/lib/libcurl.so -lrt -L/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linuxeabi/3.4.3 -L/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc -L/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linuxeabi/3.4.3/../../../../armv5tl-montavista-linuxeabi/lib -L/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../target/lib -L/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../target/usr/lib /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../target/usr/lib//libstdc++.so -lm -lc -lgcc_s /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linuxeabi/3.4.3/crtendS.o /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linuxeabi/3.4.3/crtn.o -Wl,-soname -Wl,libgnashbase.so.0 -o .libs/libgnashbase.so.0.0.0
/usr/lib/libjpeg.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[2]: *** [libgnashbase.la] Error 1
make[2]: Leaving directory `/home/saritha/arm/gnash/libbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/saritha/arm/gnash'
make: *** [all] Error 2



can any one help me how to solve this problem
 
Old 08-09-2007, 08:25 AM   #2
wjevans_7d1@yahoo.co
Member
 
Registered: Jun 2006
Location: Mariposa
Distribution: Slackware 9.1
Posts: 938

Rep: Reputation: 31
The following threads are essentially identical:

http://www.linuxquestions.org/questi...d.php?t=575863
http://www.linuxquestions.org/questi...d.php?t=575861 (this one)
http://www.linuxquestions.org/questi...d.php?t=575590
 
Old 08-09-2007, 11:54 AM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem in building the GNU-ARM compiler abhi123 Linux - Kernel 0 09-29-2006 03:09 AM
Linux, Cross compiler for ARM problem vishalp Programming 1 05-17-2006 01:43 PM
Linux, Cross compiler for ARM problem vishalp Linux - Software 1 05-16-2006 06:06 AM
How to check ARM Cross-Compiler MKSrivastava Debian 1 02-07-2006 02:39 AM
I'm trying to compile ffmpeg using arm compiler Jeon, Chang-Min Linux - General 2 09-15-2005 05:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration