Re: [newbie] What is CD3 for?

2004-01-28 Thread Hoyt Bailey

- Original Message - 
From: robin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 07:49
Subject: Re: [newbie] What is CD3 for?


 Hoyt Bailey wrote:
  - Original Message - 
  From: Richard Urwin [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, January 26, 2004 18:16
  Subject: Re: [newbie] What is CD3 for?
 
 
 
 On Monday 26 Jan 2004 9:50 pm, Hoyt Bailey wrote:
 
 - Original Message -
 From: Richard Urwin [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, January 26, 2004 13:01
 Subject: Re: [newbie] What is CD3 for?
 
 
 On Sunday 25 Jan 2004 10:13 pm, Frank Bax wrote:
 
 At 03:34 PM 1/25/04, Hoyt Bailey wrote:
 
 Development libraries are only used when you're compiling from source,
 and 99% of the time you're aware when you're doing that. (Installing
 the Nvidea driver springs to mind as a counter-example.)
 
 
 
  Which brings to mind another question.  If the directories are on cd how
  will I be able to compile SRPMS or tarballs?  Is this dependency hell?

 If you have all three CDs (or an Internet source set up) you should have
 few problems.  Compiling source from tarballs won't automatically
 install the dependencies like urpmi-ing a binary RPM does, but the error
 messages will tell you what's missing, and it's usually standard stuff
 that you can then urpmi.  Occasionally you'll have to search for an
 obscure library, but assuming you've already installed the standard
 stuff (gcc etc.) 90% of tarballs just need the usual

 configure
 make
 make install

 Sir Robin

 Robin Turner
 IDMYO
 Bilkent Univeritesi
 Ankara 06533
 Turkey
Thank you for your input it helps.
Regards;
Hoyt


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


Re: [newbie] What is CD3 for?

2004-01-26 Thread Richard Urwin
On Sunday 25 Jan 2004 10:13 pm, Frank Bax wrote:
 At 03:34 PM 1/25/04, Hoyt Bailey wrote:
 My luck must have run out.  I spent 4 days downloading cd1,2,3 and
  installed Mandrake 9.2 with no obvious problems or errors.  3
  cheers for the Mandrake team.
 
 I installed all the programs I wanted (No networking) and did not
  use CD3. I was wondering what it is for?

 CD3 for installing packages contained on that cd - browse it to find
 out what they are.
 Selecting OpenOffice and a language other than US-English will
 trigger prompt for CD3.

I tend to use it quite often, which makes me think development 
libraries.

-- 
Richard Urwin

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


Re: [newbie] What is CD3 for?

2004-01-26 Thread robin
Richard Urwin wrote:
On Sunday 25 Jan 2004 10:13 pm, Frank Bax wrote:

At 03:34 PM 1/25/04, Hoyt Bailey wrote:

My luck must have run out.  I spent 4 days downloading cd1,2,3 and
installed Mandrake 9.2 with no obvious problems or errors.  3
cheers for the Mandrake team.
I installed all the programs I wanted (No networking) and did not
use CD3. I was wondering what it is for?
CD3 for installing packages contained on that cd - browse it to find
out what they are.
Selecting OpenOffice and a language other than US-English will
trigger prompt for CD3.


I tend to use it quite often, which makes me think development 
libraries.
It has that, some TeX stuff, and localisation files (hence the name 
International CD).  In other words, it's a catch-all fro RPMs most 
users won't want.

Sir Robin

--
 Man will occasionally stumble over the truth, but most of the time he 
will pick himself up and continue on.
- Winston Churchill

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin


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


Re: [newbie] What is CD3 for?

2004-01-26 Thread Hoyt Bailey

- Original Message - 
From: Richard Urwin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 26, 2004 13:01
Subject: Re: [newbie] What is CD3 for?


 On Sunday 25 Jan 2004 10:13 pm, Frank Bax wrote:
  At 03:34 PM 1/25/04, Hoyt Bailey wrote:
  My luck must have run out.  I spent 4 days downloading cd1,2,3 and
   installed Mandrake 9.2 with no obvious problems or errors.  3
   cheers for the Mandrake team.
  
  I installed all the programs I wanted (No networking) and did not
   use CD3. I was wondering what it is for?
 
  CD3 for installing packages contained on that cd - browse it to find
  out what they are.
  Selecting OpenOffice and a language other than US-English will
  trigger prompt for CD3.

 I tend to use it quite often, which makes me think development
 libraries.

 -- 
 Richard Urwin

Then perhaps I should look more closely, because I have some problems that
could be explained by missing libs.
Thanks for the input;
Hoyt



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


Re: [newbie] What is CD3 for?

2004-01-26 Thread Richard Urwin
On Monday 26 Jan 2004 9:50 pm, Hoyt Bailey wrote:
 - Original Message -
 From: Richard Urwin [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, January 26, 2004 13:01
 Subject: Re: [newbie] What is CD3 for?

  On Sunday 25 Jan 2004 10:13 pm, Frank Bax wrote:
   At 03:34 PM 1/25/04, Hoyt Bailey wrote:
   My luck must have run out.  I spent 4 days downloading cd1,2,3
and installed Mandrake 9.2 with no obvious problems or errors. 
3 cheers for the Mandrake team.
   
   I installed all the programs I wanted (No networking) and did
not use CD3. I was wondering what it is for?
  
   CD3 for installing packages contained on that cd - browse it to
   find out what they are.
   Selecting OpenOffice and a language other than US-English will
   trigger prompt for CD3.
 
  I tend to use it quite often, which makes me think development
  libraries.
 
  --
  Richard Urwin

 Then perhaps I should look more closely, because I have some problems
 that could be explained by missing libs.
 Thanks for the input;
 Hoyt

Development libraries are only used when you're compiling from source, 
and 99% of the time you're aware when you're doing that. (Installing 
the Nvidea driver springs to mind as a counter-example.)

-- 
Richard Urwin

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


Re: [newbie] What is CD3 for?

2004-01-26 Thread Hoyt Bailey

- Original Message - 
From: Richard Urwin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 26, 2004 18:16
Subject: Re: [newbie] What is CD3 for?


 On Monday 26 Jan 2004 9:50 pm, Hoyt Bailey wrote:
  - Original Message -
  From: Richard Urwin [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, January 26, 2004 13:01
  Subject: Re: [newbie] What is CD3 for?
 
   On Sunday 25 Jan 2004 10:13 pm, Frank Bax wrote:
At 03:34 PM 1/25/04, Hoyt Bailey wrote:
 Development libraries are only used when you're compiling from source,
 and 99% of the time you're aware when you're doing that. (Installing
 the Nvidea driver springs to mind as a counter-example.)


Which brings to mind another question.  If the directories are on cd how
will I be able to compile SRPMS or tarballs?  Is this dependency hell?
Regards;
Hoyt



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


Re: [newbie] What is CD3 for?

2004-01-26 Thread Hoyt Bailey

- Original Message - 
From: Hoyt Bailey [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 26, 2004 15:58
Subject: Re: [newbie] What is CD3 for?

Thanks to everyone who answered this question.  You were all right.  The
variety of answers caused me to print a list of files on each disk,  and it
does contain what you all said.  IE.  Development files, Local language
files,  Open Office, Miscellaneous Files.

Should anyone want copies I have the 3 disk rpm filenames in abiword (abw)
format and will send them to you off list if you ask [disk1 17pgs, disk 2
17pgs, disk 3 25pgs].

Regards;
Hoyt



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


[newbie] What is CD3 for?

2004-01-25 Thread Hoyt Bailey
My luck must have run out.  I spent 4 days downloading cd1,2,3 and installed
Mandrake 9.2 with no obvious problems or errors.  3 cheers for the Mandrake
team.

I installed all the programs I wanted (No networking) and did not use CD3.
I was wondering what it is for?

Regards:
Hoyt



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


Re: [newbie] What is CD3 for?

2004-01-25 Thread JoeHill
On Sun, 25 Jan 2004 14:34:42 -0600
Hoyt Bailey disseminated the following:

 My luck must have run out.  I spent 4 days downloading cd1,2,3 and installed
 Mandrake 9.2 with no obvious problems or errors.  3 cheers for the Mandrake
 team.
 
 I installed all the programs I wanted (No networking) and did not use CD3.
 I was wondering what it is for?

Pop it into yer CD drive, and look at the contents of /RPMS, should give you an
idea.

-- 
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
Where the state begins, individual liberty ceases, and vice versa.
-- Bakunin

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


Re: [newbie] What is CD3 for?

2004-01-25 Thread Frank Bax
At 03:34 PM 1/25/04, Hoyt Bailey wrote:

My luck must have run out.  I spent 4 days downloading cd1,2,3 and installed
Mandrake 9.2 with no obvious problems or errors.  3 cheers for the Mandrake
team.
I installed all the programs I wanted (No networking) and did not use CD3.
I was wondering what it is for?


CD3 for installing packages contained on that cd - browse it to find out 
what they are.
Selecting OpenOffice and a language other than US-English will trigger 
prompt for CD3.

Frank 


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


Re: [newbie] What is CD3 for?

2004-01-25 Thread Hoyt Bailey

- Original Message - 
From: Frank Bax [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 25, 2004 16:13
Subject: Re: [newbie] What is CD3 for?


 At 03:34 PM 1/25/04, Hoyt Bailey wrote:

 My luck must have run out.  I spent 4 days downloading cd1,2,3 and
installed
 Mandrake 9.2 with no obvious problems or errors.  3 cheers for the
Mandrake
 team.
 
 I installed all the programs I wanted (No networking) and did not use
CD3.
 I was wondering what it is for?


 CD3 for installing packages contained on that cd - browse it to find out
 what they are.
 Selecting OpenOffice and a language other than US-English will trigger
 prompt for CD3.

 Frank

Thanke You.
Regards;
Hoyt



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


Re: [newbie] What is CD3 for?

2004-01-25 Thread Hoyt Bailey

- Original Message - 
From: JoeHill [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 25, 2004 16:17
Subject: Re: [newbie] What is CD3 for?


 On Sun, 25 Jan 2004 14:34:42 -0600
 Hoyt Bailey disseminated the following:

  My luck must have run out.  I spent 4 days downloading cd1,2,3 and
installed
  Mandrake 9.2 with no obvious problems or errors.  3 cheers for the
Mandrake
  team.
 
  I installed all the programs I wanted (No networking) and did not use
CD3.
  I was wondering what it is for?

 Pop it into yer CD drive, and look at the contents of /RPMS, should give
you an
 idea.

 -- 
 JoeHill ++ ICQ # 280779813
 Registered Linux user #282046
 Homepage: www.orderinchaos.org
 +++
 Where the state begins, individual liberty ceases, and vice versa.
 -- Bakunin

Well I did .
Regards;
Hoyt



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