Results 1 to 10 of 10
i am new to SuSE and im sure that it is easy but i dont know how to install software. i am trying to install aMSN. someone told me that ...
- 01-16-2007 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 86
installing programs
i am new to SuSE and im sure that it is easy but i dont know how to install software. i am trying to install aMSN. someone told me that i had to write ./configure, or something like that anyway but i dont know where to write it.
- 01-17-2007 #2
Since I don't understand what you're refering to I'll try to explain.
There are several way of install programs on Linux systems.
One is through compiling and installing.
In a console change to the directory containing the sources, configure the compiling options, compile, and install:
A second method is installing from packges precompiled for your particular system.Code:cd [directory] ./configure make make install
In Suse I thing you use yast ( I use Fedora). Look at the link for Suse
http://www.novell.com/coolsolutions/qna/15977.html
A third method is using source packages which you compile and install as you would precompiled packages
For more explanations:
http://www.linuxforums.org/forum/lin...are-linux.html
- 01-17-2007 #3Just Joined!
- Join Date
- Apr 2006
- Posts
- 86
when i typed in ./configure i got this message.
checking for prefix by checking for wish... /usr/bin/wish
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
- 01-17-2007 #4
Originally Posted by focus_water
You need to install gcc before you can compile.
Go to Yast-Software management in the search type gcc select gcc gcc-c++
accept. this should install what you need to compile c++ and c source files.
you should only need your installation disks.
I don't know why these are not installed by default??
It seems like everyone needs them at one time or another.
- 01-17-2007 #5Just Joined!
- Join Date
- Apr 2006
- Posts
- 86
ok well i installed those files and now i think i need something else as well. i get the message saying
checking tcl build dir... ./configure: line 2852: locate: command not found
configure: error: Unable to find Tcl directory or Tcl package is not tcl-dev
- 01-17-2007 #6
install the tcl-dev package...
usually the error message will give you an indication in what to do next.Life is complex, it has a real part and an imaginary part.
- 01-17-2007 #7Just Joined!
- Join Date
- Apr 2006
- Posts
- 86
where do i download the tcl-dev package from?
- 01-17-2007 #8Same place Yast do a search for tcl-dev
Originally Posted by focus_water
If you can't find it you may want to add a few more download sources to your repository list.
Here is a good starting point
http://www.thejemreport.com/mambo/content/view/254
- 01-17-2007 #9Just Joined!
- Join Date
- Apr 2006
- Posts
- 86
yast didnt find it. but i dont know what im meant to be looking for on that site.
- 01-18-2007 #10read the part about adding sources to yast..... or look at suse's instructions on adding repos here: http://en.opensuse.org/Additional_Ya...e_Repositories
Originally Posted by focus_water Life is complex, it has a real part and an imaginary part.


Reply With Quote