LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 06-06-2012, 04:50 AM   #1
irajjs
Member
 
Registered: Jan 2010
Location: Karaj , Iran
Distribution: Mandriva 2012
Posts: 204
Blog Entries: 1

Rep: Reputation: 15
Smile gnu compiler collection is not working as expected!


HIiraj.jafari.seyedabadi@gmail.com
I am using Mandriva2011. I can not install speech tools and festival the main reason is related to the compiler which is gcc and as a result of my search i understood that i should install c++/g++ but i still haven,t been able to find and install these two compilers meanwhile this question is annoying me! : if gcc is "gnu compiler collection" then it is expected to be perfect and contain c++,g++,...and i do not know what the problem is, so either gcc is defective(not configured) or speech tools and applications are defective such that gcc can not accept and install them them. i get this error ...cclplus not found..
 
Old 06-06-2012, 04:59 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
Hi, welcome to LQ.

Please post the exact names & version (tarball or packages names preferably) of the apps you are trying to install and the exact wording of the error messages you get so we can investigate further.
 
Old 06-06-2012, 05:10 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Installing gcc/g++ packages in Mandriva 2011 : 1) su

2) urpmi gcc-c++ gcc4.2-c++

.. Provides : The default gcc / g++ compilers version 4.6.1,
and the extra "4.2.3" : /usr/bin/ gcc g++ c++ gcc4.2 g++4.2 c++4.2 .

.
 
1 members found this post helpful.
Old 06-06-2012, 05:19 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Festival and speech_tools are available too :
ftp://ftp.sunet.se/pub/os/Linux/dist...official/2011/

# urpmi festival speech_tools
Provides festival-2.1 , speech_tools-2.1

Searching for package names : urpmq --fuzzy <name>
urpmq --fuzzy festival
urpmq --fuzzy speech

.
 
1 members found this post helpful.
Old 06-06-2012, 06:14 PM   #5
irajjs
Member
 
Registered: Jan 2010
Location: Karaj , Iran
Distribution: Mandriva 2012
Posts: 204

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Exclamation install errors

Quote:
Originally Posted by Didier Spaier View Post
Hi, welcome to LQ.

Please post the exact names & version (tarball or packages names preferably) of the apps you are trying to install and the exact wording of the error messages you get so we can investigate further.
Hi
Thank you for your attention and answer.
installing "festival-2-1release.tar.gz":
Linux\" festival.cc
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
make[3]: *** [festival.o] Error 1
make[2]: *** [festival] Error 2
make[1]: *** [arch] Error 2
make: *** [src] Error 2

installing "speech_tools-2-1release.tar.gz":
Making in directory ./siod ...
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include -DINSTANTIATE_TEMPLATES siod.cc
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
make[1]: *** [siod.o] Error 1
make: *** [siod] Error 2

installing espeak1.46.02-source.zip

actually i do not know how to......and reading the "ReadMe" text file was not helpfull enough because i did not understand!

installing "gnome speech" :
don,t know how to open or use Java files! I am also using "kde destop" on my PC.

installing "gcc-4.7.0":

checking for PWL_handle_timeout in -lpwl... no
checking for version 0.11 (revision 0 or later) of PPL... no
configure: error:
The following requested languages could not be built: lto
Supported languages are: c,java

I could not finf/download lto,but i possibly! installed "libltdl-7-2.4-3 mdv2011.0.i586.rpm"
also istalled "libtool-2.4.2"

## ------------- ##
## Test results. ##
## ------------- ##

93 tests behaved as expected.
33 tests were skipped.
make[3]: Leaving directory `/home/iraj/Documents/libtool-2.4.2'
make[2]: Leaving directory `/home/iraj/Documents/libtool-2.4.2'
make[1]: Leaving directory `/home/iraj/Documents/libtool-2.4.2'

still the same error in installing "gcc-4.7.0"

Last edited by irajjs; 06-06-2012 at 06:22 PM. Reason: spell correction and ...
 
Old 06-07-2012, 04:58 PM   #6
irajjs
Member
 
Registered: Jan 2010
Location: Karaj , Iran
Distribution: Mandriva 2012
Posts: 204

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Smile Thank you!

Quote:
Originally Posted by knudfl View Post
Festival and speech_tools are available too :
ftp://ftp.sunet.se/pub/os/Linux/dist...official/2011/

# urpmi festival speech_tools
Provides festival-2.1 , speech_tools-2.1

Searching for package names : urpmq --fuzzy <name>
urpmq --fuzzy festival
urpmq --fuzzy speech

.
Hello
In spite of internet connection difficulties and problems in Iran(i was disconnected more than 5 times in the middle of downloading so i had to start from the beginning each time),i could download and install the speech tools by using the link provided by you ftp://ftp.sunet.se/pub/os/Linux/dist...official/2011/and i understood that these two commands also work(still trying to download gcc): urpmi festival speech_tools
urpmi gcc-c++ gcc4.2-c++
Thank you!
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] GNU Compiler Collection update problem austic Linux - Newbie 3 02-06-2012 12:48 PM
GNU Compiler Collection for Debian lenny DebianNewbie Linux - Newbie 2 08-11-2009 01:50 PM
LXer: What's new in the GNU Compiler Collection release series LXer Syndicated Linux News 0 10-31-2008 12:10 AM
LXer: Looking for errors in Debian with the GNU Compiler Collection LXer Syndicated Linux News 0 04-01-2006 02:21 AM
Introduction to GCC - The GNU Compiler Collection jeremy Programming 2 03-28-2005 04:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 03:30 PM.

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