Jump to content

Installing / configuring


Neorion
 Share

Recommended Posts

Hey Im new in the mandrake community. I have been having problems running downloaded fiiles. I have a directory listing the following files

============

acconfig.h config.cache config.sub* docs/ LICENCE src/

CHANGELOG config.guess* configure* INSTALL Makefile.in THANKS

confdefs.h config.log configure.in install-sh* README TODO

============

How do I install/run/configure this?

 

Help is greatly appreciated

Link to comment
Share on other sites

In a terminal as a user change into the directory and do;

./configure --help

 

Read the README

Read the INSTALL

 

Usually you'd do;

./configure --prefix=/usr

on an rpm-based system. You also might want to have a look at the app checkinstall if you plan on doing a lot of source tarball installs.

Link to comment
Share on other sites

Im getting a warning when i MAKE or make file:

 

 

[root@localhost skin]# make install

make: *** No rule to make target `install'. Stop.

[root@localhost skin]# make

make: *** No targets specified and no makefile found. Stop.

[root@localhost skin]#

Edited by Neorion
Link to comment
Share on other sites

how do i execute this file I have a .o

could you try to explain a little better? What's a .o?

if you did

./configure --prefix=/usr

make

make install then the app exec should be in /usr/bin

 

If you just did

./configure then it's in /usr/local/bin

 

look for something related to the name of the app.

 

ooops....then do

/usr/bin/name_of_app

Edited by bvc
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...