Jump to content

Can't install software with Makefile.am


humano457
 Share

Recommended Posts

Hello, some days ago I downloaded the following programs

 

gnotepad+-1.3

gpaint-2-0.2

linux-509 (This is Acrobat Reader 5.0 for linux)

zinf-2.2.5.tar

clamav-0.75.tar

 

But, when I decided to install them I simply couldn't because something happened, I'm a real newbie so there are plenty Linux things I can't handle.

 

When I unzip for instance gnotepad+-1.3 I see 2 archives, a Makefile.am and a Makefile.in, yesterday I read that the .in file was created with the .am file using automake, I checked and they were right, but , when I try the normal linux commands for installing I can't get any further than ERROR.

 

Here is what I do

 

make

(here pops out a message "make *** no target found, please specify a target")

 

 

Damn! not working, probably I should skip this step and go on. Then I try

make install

(here pops out another message "No instructions for install")

 

So, after :evilmod::furious3: I check the files and find the following

 

Install

Install-sh

Makefile.am

Makefile.in

 

I don't know what to do to install these kind of programs, could you please tell how do I install programs which have Makefile.am and Makefile.in files but not a unique Makefile file?

 

:thanks:

Link to comment
Share on other sites

Mandrake uses rpms and urpmi to handle the installation of software. Read all about in in the FAQs

 

To answer your question. You will probably first have to give ./configure (don't forget the . , it belongs) befor you can give make.

 

./configure (to check all neccesary software needed for building the program is installed) (and creating files)

make to build the program

make install (as root) to install the program

 

Good luck

Link to comment
Share on other sites

http://www.icewalkers.com/download/gnotepad+/578/dls/

 

I downloaded gnotepad, untarred it, cd to the directory, ran ./configure and ran make. So it works. If it doesn't work for you maybe your sources are corrupted. Untar again and try it.

 

./configure

make

(as root)make install

 

Good luck

Edited by devries
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...