Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
01-11-2005, 06:25 AM
|
#1
|
LQ Newbie
Registered: Jan 2005
Location: CT
Distribution: MandrakeLinux 10.1
Posts: 27
Rep:
|
Quanta help... anyone? Install help please!
OK, heres the deal. I am new to linux. I have used the quanta web editor for a few days now. Like it. Downloaded the new beta version. Opened with ARK. Extracted the files to a folder named quanta in /home/user/quanta. Can't install it. Install directions say:
In order to compile and install Quanta Plus on your system, type the following in the base directory of the Quanta Plus distribution:
% ./configure
% make
% make install
Since Quanta Plus uses autoconf and automake you should have no trouble compiling it. Should you run into problems please report them to the KDE mailing lists.
Allright. This means nothing to me. I opened the Konsole thingy and typed this in... nothing. Logged in as the SU and still nothing. I can't install anything on linux. Only things I have been able to install are firefox and thunderbird. But that pretty much did it self. Some please help. I will forever be in your debt.
PS Don't recommend another editor, I've tried Screem, mozilla, I like the quanta a lot! I am determined to figure this linux install stuff out! I also don't really know what I am doing with extracting stuff either. Kinda just wingin it.
Thanks
|
|
|
01-11-2005, 06:28 AM
|
#2
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
do you have a compiler(gcc and g++) and autoconf, automake, make, libtool, etc... from the development section of the install cd?
|
|
|
01-11-2005, 06:33 AM
|
#3
|
LQ Newbie
Registered: Jan 2005
Location: CT
Distribution: MandrakeLinux 10.1
Posts: 27
Original Poster
Rep:
|
I am not sure??? I downloaded the file from the internet. I don't have a CD for it. When I installed Mandrake I told it to install all of the stuff it offered up.
|
|
|
01-11-2005, 06:38 AM
|
#4
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
forget the file for just a sec, I'm asking about the Mandrake installation itself. try this in a console/xterm:
g++ -v
and see what the output is.
If there's not any at all, then we have to install some packages ( development packages ).
|
|
|
01-11-2005, 06:39 AM
|
#5
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
I haven't used Mandrake 10.1 ( did use 10.0 a little ), but check your menu's for an software tool of some sort
|
|
|
01-11-2005, 06:40 AM
|
#6
|
LQ Newbie
Registered: Jan 2005
Location: CT
Distribution: MandrakeLinux 10.1
Posts: 27
Original Poster
Rep:
|
I found a tutorial on how to use a compiler but I don't know where to begin: heres a link http://www.linuxquestions.org/questi...ticle&artid=15
This tutorial tell me to create this compiler, but doesn't say how. It tells me the code to put in, but doesn't say where to put it in at. I don't know very much about linux at all, so any help is going toneed tobe provided from the ground up. Thanks
|
|
|
01-11-2005, 06:47 AM
|
#7
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
ok, first thing we have to do is make sure you have a compiler and the necessary development tools on your system. for the compiler itself, run the following in a xterm/console:
g++ -v
and let me know if you have any output ( or a command not found error).
|
|
|
01-11-2005, 06:48 AM
|
#8
|
LQ Newbie
Registered: Jan 2005
Location: CT
Distribution: MandrakeLinux 10.1
Posts: 27
Original Poster
Rep:
|
Here is what I found out with the g++ thing
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk)
|
|
|
01-11-2005, 06:55 AM
|
#9
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
good, we have the c++ compiler. Now its time to go back to quanta and see what we get.
cd to /home/user/quanta and execute the command "ls" (no quotes) which will give you the current files in the current working directory. There should be a file called configure in there. If there is, then try the following:
./configure
and let me know how it goes. ( you will need to install it to the kde root directory which is probably /opt/kde ( check and see if there is an /opt/kde)). If this is the case, then the line above will need to be :
./configure --prefix=/opt/kde
|
|
|
01-11-2005, 07:02 AM
|
#10
|
Member
Registered: Jan 2004
Location: cheshire, uk
Distribution: Ubuntu Hoary
Posts: 605
Rep:
|
hi,
as well as a compiler, you'll need some more development tools, such as autoconf (as alluded to in the Quanta documentation) - check you've got autoconf installed by issuing the following in a console -
if it is installed, output of above should show the location of the installed program (/usr/bin/autoconf).. Chances are, if you opted to install the development programs during Mandrake installation, you should have everything you need.
you say you get nothing when you type .configure. are you in the quanta directory you extracted to? what exactly happens when you type the command?
i'm assuming you are typing ./configure, then pressing the return key - the % signs are just notation for the command prompt - you don't need to type those!
|
|
|
01-11-2005, 07:03 AM
|
#11
|
LQ Newbie
Registered: Jan 2005
Location: CT
Distribution: MandrakeLinux 10.1
Posts: 27
Original Poster
Rep:
|
should I use the Konsole terminal? Or something else?
|
|
|
01-11-2005, 07:04 AM
|
#12
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
konsole is fine.
|
|
|
01-11-2005, 07:06 AM
|
#13
|
LQ Newbie
Registered: Jan 2005
Location: CT
Distribution: MandrakeLinux 10.1
Posts: 27
Original Poster
Rep:
|
Also, how do i execute the ls? I need you to hold my hand through this one, step by step. I know less than nothing about programming.
|
|
|
01-11-2005, 07:07 AM
|
#14
|
LQ Newbie
Registered: Jan 2005
Location: CT
Distribution: MandrakeLinux 10.1
Posts: 27
Original Poster
Rep:
|
this is where I am at
[josh@c-xxxxxxxxxx josh]$ /home/josh/quanta
bash: /home/josh/quanta: is a directory
|
|
|
01-11-2005, 07:09 AM
|
#15
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
type:
cd /home/josh/quanta
then:
ls
and see if one of the files in that directory is named configure
|
|
|
All times are GMT -5. The time now is 01:46 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|