Re: [newbie] installing openoffice quick launch...Not finish!

2004-03-21 Thread rhein
Derek Jennings wrote:

On Friday 19 Mar 2004 14:50, rhein wrote:
 

Alaa The Great wrote:
   

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 18 Mar 2004 13:14:41 +0200

rhein [EMAIL PROTECTED] wrote:
 

Hello,
I tried to install openoffice quick launch...
when I'm in console and running the configure script I get this error
message.
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
What does it say in english??? :-)
   

that you need to install the package gcc

urpmi gcc

should do the trick, but if you truely have no development packages
installed at all there will probably be more missing dependencies.
hint, if ./configure asks for a library try

urpmi library_name-devel

cheers,
Alaa
- --
 

Thanks for the tip but now I have this error message:

checking for X... configure: error: Can't find X includes. Please check
your installation and add the correct paths!
[EMAIL PROTECTED] oooqs-2.0.3]#
what is it?
Not easy installing a small soft!
Bye
Christophe
   

No. That is why rpms are so nice.

Whenever a ./configure fails read the error messages carefully. They will 
usually mention a file name, or a package name. 
To find the missing package do

urpmf string
where string is the file name(or part of it) mentioned in the error message.
Then install the '-devel' version of the package which contains that file.
In this example it simply says it cannot find X Well obviously X is installed, 
so it must mean it needs 'XFree86-devel' 
Install that then try again.

derek

 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com
 

Thanks to Derek I installed the xfree devel package...
I started the install over and a new error message asking me to install 
Qt3...
Since I learned that the soft has to be installed I go to rpmdrake to do 
it... So many entries I choose the main one with the dependencies...
After I go back to my console and start over again to install the quick 
launch...
Same error message... So I go back to rpmdrake and select all the Qt3 
packages left.
And I get the signature error message. I pass and then I get an other 
error message... end of the story.
Could some one tell me what this Qt3 is for and give me the list of the 
packages to install?
I promise to use rpms all the time :-)  But in this case there was none!
By the way I don't understand why this quick launch is not coming with 
open office like under windows (Ups I said it ;-) )
In the meantime I'm going paragliding for a change.
Have a nice Sunday
Christophe


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] installing openoffice quick launch...Not finish!

2004-03-21 Thread Derek Jennings
On Sunday 21 Mar 2004 04:40, rhein wrote:
 Derek Jennings wrote:
 On Friday 19 Mar 2004 14:50, rhein wrote:
 Alaa The Great wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Thu, 18 Mar 2004 13:14:41 +0200
 
 rhein [EMAIL PROTECTED] wrote:
 Hello,
 I tried to install openoffice quick launch...
 when I'm in console and running the configure script I get this error
 message.
SNIP
 I started the install over and a new error message asking me to install
 Qt3...
 Since I learned that the soft has to be installed I go to rpmdrake to do
 it... So many entries I choose the main one with the dependencies...
 After I go back to my console and start over again to install the quick
 launch...
 Same error message... So I go back to rpmdrake and select all the Qt3
 packages left.
 And I get the signature error message. I pass and then I get an other
 error message... end of the story.
 Could some one tell me what this Qt3 is for and give me the list of the
 packages to install?
 I promise to use rpms all the time :-)  But in this case there was none!
 By the way I don't understand why this quick launch is not coming with
 open office like under windows (Ups I said it ;-) )
 In the meantime I'm going paragliding for a change.
 Have a nice Sunday
 Christophe

QT is a Window toolkit. It is what KDE is based on. You did not post the exact 
error message, but I would guess it is asking for libqt3-devel

It seems Openoffice has a -quickstart feature built into the Linux version.
If you run it with 'ooffice -quickstart'  when you first start your session, 
then ooffice will run in background. The next time you start ooffice 
normally, then it will appear almost immediately. 

derek


-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] installing openoffice quick launch...New error message

2004-03-19 Thread rhein
Alaa The Great wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 18 Mar 2004 13:14:41 +0200
rhein [EMAIL PROTECTED] wrote:
 

Hello,
I tried to install openoffice quick launch...
when I'm in console and running the configure script I get this error 
message.
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

What does it say in english??? :-)
   

that you need to install the package gcc

urpmi gcc

should do the trick, but if you truely have no development packages
installed at all there will probably be more missing dependencies.
hint, if ./configure asks for a library try

urpmi library_name-devel

cheers,
Alaa
- -- 
 


Thanks for the tip but now I have this error message:

checking for X... configure: error: Can't find X includes. Please check 
your installation and add the correct paths!
[EMAIL PROTECTED] oooqs-2.0.3]#

what is it?
Not easy installing a small soft!
Bye
Christophe

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] installing openoffice quick launch...New message

2004-03-19 Thread rhein
Alaa The Great wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 18 Mar 2004 13:14:41 +0200
rhein [EMAIL PROTECTED] wrote:
 

Hello,
I tried to install openoffice quick launch...
when I'm in console and running the configure script I get this error 
message.
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

What does it say in english??? :-)
   

that you need to install the package gcc

urpmi gcc

should do the trick, but if you truely have no development packages
installed at all there will probably be more missing dependencies.
hint, if ./configure asks for a library try

urpmi library_name-devel

cheers,
Alaa
- -- 
 


Thanks for the tip but now I have this error message:

checking for X... configure: error: Can't find X includes. Please check
your installation and add the correct paths!
[EMAIL PROTECTED] oooqs-2.0.3]#
what is it?
Not easy installing a small soft!
Bye
Christophe


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] installing openoffice quick launch...New message

2004-03-19 Thread Derek Jennings
On Friday 19 Mar 2004 14:50, rhein wrote:
 Alaa The Great wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Thu, 18 Mar 2004 13:14:41 +0200
 
 rhein [EMAIL PROTECTED] wrote:
 Hello,
 I tried to install openoffice quick launch...
 when I'm in console and running the configure script I get this error
 message.
 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
 
 What does it say in english??? :-)
 
 that you need to install the package gcc
 
 urpmi gcc
 
 should do the trick, but if you truely have no development packages
 installed at all there will probably be more missing dependencies.
 
 hint, if ./configure asks for a library try
 
 urpmi library_name-devel
 
 cheers,
 Alaa
 - --

 Thanks for the tip but now I have this error message:

 checking for X... configure: error: Can't find X includes. Please check
 your installation and add the correct paths!
 [EMAIL PROTECTED] oooqs-2.0.3]#

 what is it?
 Not easy installing a small soft!
 Bye
 Christophe

No. That is why rpms are so nice.

Whenever a ./configure fails read the error messages carefully. They will 
usually mention a file name, or a package name. 
To find the missing package do

urpmf string
where string is the file name(or part of it) mentioned in the error message.
Then install the '-devel' version of the package which contains that file.

In this example it simply says it cannot find X Well obviously X is installed, 
so it must mean it needs 'XFree86-devel' 
Install that then try again.

derek

-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


[newbie] installing openoffice quick launch

2004-03-18 Thread rhein
Hello,
I tried to install openoffice quick launch...
when I'm in console and running the configure script I get this error 
message.
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

What does it say in english??? :-)
Bye
Christophe


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] installing openoffice quick launch

2004-03-18 Thread Alaa The Great
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 18 Mar 2004 13:14:41 +0200
rhein [EMAIL PROTECTED] wrote:

 Hello,
 I tried to install openoffice quick launch...
 when I'm in console and running the configure script I get this error 
 message.
 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
 
 What does it say in english??? :-)

that you need to install the package gcc

urpmi gcc

should do the trick, but if you truely have no development packages
installed at all there will probably be more missing dependencies.

hint, if ./configure asks for a library try

urpmi library_name-devel

cheers,
Alaa
- -- 
ultimate_answer_t deep_thought(void) {
sleep(years2secs(750));
return 42;
}
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAWZrmvQ4s8A97qKQRAv7/AJ95NOBDq/LV56JgwUzxwiJw+OAORgCePVPm
7O0KbSy6bFQ/jFL8Cx9NJPk=
=mOw8
-END PGP SIGNATURE-

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] installing openoffice quick launch

2004-03-18 Thread Derek Jennings
On Thursday 18 Mar 2004 11:14, rhein wrote:
 Hello,
 I tried to install openoffice quick launch...
 when I'm in console and running the configure script I get this error
 message.
 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

 What does it say in english??? :-)
 Bye
 Christophe

It means you do not have a C compiler installed

Install gcc

derek
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] installing openoffice quick launch

2004-03-18 Thread JoeHill
On Thu, 18 Mar 2004 13:14:41 +0200
rhein disseminated the following:

 Hello,
 I tried to install openoffice quick launch...
 when I'm in console and running the configure script I get this error 
 message.
 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
 
 What does it say in english??? :-)

You need, as others have pointed out below, gcc. However, you will very likely
need a lot more than that, so:

Go to Mandrake Control Center -- Install Packages -- click the arrow beside
'Development' -- check the box beside 'Development'.

There's prolly a whole whack of stuff it's going to install, best to have it all
if you are ever going to be building from source.

-- 
JoeHill
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
08:15:45 up 6 days, 22:46, Mandrake Linux release 9.2 (FiveStar) for i586 
++
The report by the New York-based Human Rights Watch...described harsh
conditions and treatment in U.S. military detention facilities, such as
depriving prisoners of sleep... Such practices are regularly condemned by U.S.
officials when they occur in other countries. -- Washington Post, March 9 2004

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] installing openoffice quick launch

2004-03-18 Thread Stephen Kuhn
On Thu, 2004-03-18 at 22:14, rhein wrote:
 Hello,
 I tried to install openoffice quick launch...
 when I'm in console and running the configure script I get this error 
 message.
 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
 
 What does it say in english??? :-)
 Bye
 Christophe

Seems like you didn't install all the developement packages...headers
and libs and the likes. You might want to run rpmdrake and make sure gcc
and even the kernel sources are installed - so you can easily compile
programs in the future.

stephen kuhn - owner
==
illawarra computer services
a kuhn media australia company
http://kma.0catch.com
--
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
--
Oh what a tangled web we weave, when first we practice to deceive. --
Shakespeare


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com