LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 12-07-2012, 07:13 PM   #1
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Rep: Reputation: 73
Anjuta and automake


Hi, I have just installed Anjuta in Fedora 17. I want to tinker with some C programs.

When I click Run>execute, I get the error 'you must have automake installed'. So I installed it. It is in /usr/share/automake-1.7

But Anjuta can't find it. It keeps telling me the same thing 'you must have automake installed'.

How do I tell Anjuta where automake is?? I can't see anything in Edit>Preferences where I could input the path to automake.

I tried changing $PATH

[pedro@peterbedroom ~]$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/pedro/.local/bin:/home/pedro/bin:/usr/share/automake-1.7
[pedro@peterbedroom ~]$

Doesn't help!

Maybe it's a permissions problem?? All the files in automake-1.7 seem to be root only. Should I make a group 'progamers' then add myself to the group?? Is that the right way to go??

Last edited by Pedroski; 12-07-2012 at 08:29 PM. Reason: more info
 
Old 12-07-2012, 09:38 PM   #2
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
Quote:
... 'you must have automake installed'. So I installed it.
How did you do that ?

# yum install automake
... will install automake-1.11.6.1.fc17.noarch, providing /usr/bin/automake
http://dl.fedoraproject.org/pub/fedo...dates/17/i386/


'automake17' is an old version.
Available for compatibility with old software only.
http://dl.fedoraproject.org/pub/fedo...os/Packages/a/

.

Last edited by knudfl; 12-07-2012 at 09:40 PM.
 
Old 12-07-2012, 09:50 PM   #3
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Original Poster
Rep: Reputation: 73
I installed it over Install software, which is Synaptic, I think. I did a search in synaptic for automake, and it showed me three packages, the highest number was automake-1.7
 
Old 12-07-2012, 10:02 PM   #4
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Original Poster
Rep: Reputation: 73
Well, I installed it as you said, and now that problem is solved.

Now Anjuta wants glib. I installed it, but it keeps complaining that I must install it.

Installed size: 357 k
Is this ok [y/N]: y
Downloading Packages:
glib-1.2.10-36.fc17.x86_64.rpm | 134 kB 00:00
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : 1:glib-1.2.10-36.fc17.x86_64 1/1
Verifying : 1:glib-1.2.10-36.fc17.x86_64 1/1

Installed:
glib.x86_64 1:1.2.10-36.fc17

Complete!
[pedro@peterbedroom ~]$

---------- Post added 12-08-12 at 04:03 AM ----------

I'll try a reboot!That didn't help!

How do I tell Anjuta where glib is???

Last edited by Pedroski; 12-07-2012 at 10:11 PM.
 
Old 12-07-2012, 10:30 PM   #5
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
# 4

Glib is always installed by default at OS install :
rpm -qa | grep glib
→ → glib2-2.32. ...
Or better : rpm -qa --last | grep glib ( Then the reply includes the install dates.)

.. So the required "-devel package" is 'glib2-devel'
http://dl.fedoraproject.org/pub/fedo.../17/Everything


And : glib-1.2.10 is a 10 year old version.
( But still used by a very few old programs.)

.
 
Old 12-07-2012, 10:43 PM   #6
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
... Why not install anjuta from the Fedora 17 repo ?
Then you can save a lot of time 'not downloading' all those -devel packages.
http://dl.fedoraproject.org/pub/fedo...ux/updates/17/
>> <arch> >> anjuta-3.4.4-1.fc17.<arch>.rpm
 
Old 12-08-2012, 12:20 AM   #7
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Original Poster
Rep: Reputation: 73
I did install it from the software installer that comes with Fedora!! That uses the default repos!
 
  


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] help with automake RudraB Programming 4 10-02-2012 09:40 AM
cp automake itself LowKey88 *BSD 1 07-14-2009 05:49 PM
Scribus installation problem, sez I need automake 1.6 when automake 1.9 is istalled Rockgod2099 Linux - Software 13 11-14-2004 06:37 PM
automake btexpress Linux - Software 2 05-19-2004 01:53 AM
slackware 9 asking for automake 1.6 while i have automake 1.7 gtgoku Slackware 1 10-19-2003 08:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:58 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