Linux compiling help needed  | |
February 17th, 2003, 02:57 AM
|
#1 (permalink)
| | Ultimate Member
Join Date: Sep 2002 Location: Iowa
Posts: 3,345
| Linux compiling help needed
Mandrake 9.0
I am trying to install cdrdao on my system. I need to compile it. I am still lost when it comes to compiling. I have no idea what needs to be done next to begin installation.  |
| |
February 17th, 2003, 03:13 AM
|
#2 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Alabama
Posts: 1,309
|
Well First I will let you know that reading "INSTALL" or "README" will probaly tell you exactly what you need to know.
But Most of the time when compiling all you need to do it change into the dir and type "./configure" "make" "make install" |
| |
February 17th, 2003, 04:23 AM
|
#3 (permalink)
| | Ultimate Member
Join Date: Sep 2002 Location: Iowa
Posts: 3,345
|
actually, the readme has nothing about installing, just commands for when running the program. I always read the "read me" files before doing anything. And the Install file was an unrecognized type. Thanks. 
Last edited by cunokyle : February 17th, 2003 at 04:34 AM.
|
| |
February 17th, 2003, 08:42 AM
|
#4 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Lat:36.5N, Lon:95.5W
Posts: 1,274
|
open a terminal and cd to the directory containing your source files. then: $ ./configure (checks your system out and creates a makefile)
when the configuration is finished with no errors: $ make (uses the makefile to compile the code and create the executables)
when make runs successfully, su to root, then: $ make install (puts the files created by make in the locations they belong)
most of the time the executable goes to /usr/bin or /usr/local/bin germ
__________________
How do you set this laser printer to stun??
|
| |
February 17th, 2003, 01:15 PM
|
#5 (permalink)
| | may contain mild peril
Join Date: Oct 2001 Location: UK
Posts: 3,329
|
To view the installation instructions you could type (Remembering that unix is case sensitive)..... less INSTALL
I notice that you have a install.sh shown as green in your directory listing. To me that suggests that it is a sh/bash script designed to install the application and that it has execute permissions set. I would try (remembering the period at the start)..... ./install.sh
I would definately checkout that INSTALL though, its more than possible that a normal ./configure, make, make install will work (as has been suggested).
Regards
eddy
__________________
I dreamt that a large eagle circled the room three times and then got into bed with me and took all the blankets.
Last edited by SpookyEddy : February 17th, 2003 at 01:19 PM.
|
| |
February 17th, 2003, 04:46 PM
|
#6 (permalink)
| | Ultimate Member
Join Date: Sep 2002 Location: Iowa
Posts: 3,345
|
ok, thanks. The ./configure,make,make install did it.
The less INSTALL only says to run ./configure so I did the make and make install as well to finish it. Now I need to find a list of commands or a manual for this prgram! The readme only tells you how to select the drive you have and to set the drivers. I think I'll try K3B and go that route. |
| | | Thread Tools | Search this Thread | | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |