Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-07-2004, 09:14 PM
|
#1
|
Member
Registered: Sep 2003
Location: Uruguay/Southamerica
Distribution: Gentoo
Posts: 144
Rep:
|
Wich GCC?
Hi,
I have problems with MLDonkey, all right until it says:
Starting MLdonkey G2gui (java)...
Warning: -jar not understood. Ignoring.
gij: lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/./libgcj.so.4)
G2gui terminated.
So I installed GCC_3.3.2
But it still says the same
Where can I check my GCC Version to see if its really installed?
Or does someone know how to fix this problem?
|
|
|
02-07-2004, 09:16 PM
|
#2
|
Senior Member
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Rep:
|
gcc -v
It should print out something like this:
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: /var/tmp/portage/gcc-3.3.2-r6/work/gcc-3.3.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc,java --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-interpreter --enable-java-awt=xlib --with-x --disable-multilib
Thread model: posix
gcc version 3.3.2 20040108 (Gentoo Linux 3.3.2-r6, propolice-3.3-7)
So you can see I am running gcc 3.3.2 20040108
|
|
|
02-07-2004, 09:26 PM
|
#3
|
Member
Registered: Sep 2003
Location: Uruguay/Southamerica
Distribution: Gentoo
Posts: 144
Original Poster
Rep:
|
gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
So why doesn't it work??!!
|
|
|
02-09-2004, 11:17 AM
|
#4
|
Member
Registered: Feb 2003
Distribution: debian
Posts: 56
Rep:
|
do you have different versions of GCC installed? If so, this is fine.
Try again after exporting the CC variable to the version of GCC you want to use:
#export CC=/usr/bin/gcc-3.3.1
|
|
|
02-09-2004, 02:37 PM
|
#5
|
Senior Member
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032
Rep:
|
I'm inclined to think this is a Java problem, not gcc. G2gui requires Java and you seem to have gcj/gij installed (the GCC Java compiler and interpreter), which relies on gcc itself.
Try running it using Sun's JRE/SDK instead.
Håkan
|
|
|
All times are GMT -5. The time now is 06:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|