Re: [newbie] C Libraries - Where are they?

2000-07-13 Thread Mark Weaver

Pete,

When you did the install did you install for developer, or workstation. In
order to get all the libraries that you need to compile with you have to
install for developer.

-- 
Mark

I love my Linux Box...
REASON # 2 ...X-windows is just a suedonym.
Registered Linux user # 182496

On Wed, 12 Jul 2000, Pete Clapham wrote:

 Hi, all --
 
 I reloaded Mandrake 7.0 after running satisfactorily with 6.1, and there's a problem 
with the C libraries.
 
 They worked fine under 6.1, but gcc can't find them with 7.0 using a Make file.  
Does one need to treat gcc differently with 7.0 
 than with 6.1?  Does anybody have any ideas as to how to compile a program?
 
 Thanks.
 
 pete
 
 Pete Clapham
 Department of Biological, Geological, and Environmental Sciences
 Cleveland State University
 Cleveland, Ohio, 44115
 
 Phone: [216] 687-4820
 Fax: [216] 523-7175
 EMail:  [EMAIL PROTECTED]
 
 
 




Re: [newbie] C Libraries - Where are they?

2000-07-13 Thread Romanator

Mark,

I was wondering if developer had everything that the workstation had but
more?

Roman

Mark Weaver wrote:
 
 Pete,
 
 When you did the install did you install for developer, or workstation. In
 order to get all the libraries that you need to compile with you have to
 install for developer.
 
 --
 Mark
 
 I love my Linux Box...
 REASON # 2 ...X-windows is just a suedonym.
 Registered Linux user # 182496
 
 On Wed, 12 Jul 2000, Pete Clapham wrote:
 
  Hi, all --
 
  I reloaded Mandrake 7.0 after running satisfactorily with 6.1, and there's a 
problem with the C libraries.
 
  They worked fine under 6.1, but gcc can't find them with 7.0 using a Make file.  
Does one need to treat gcc differently with 7.0
  than with 6.1?  Does anybody have any ideas as to how to compile a program?
 
  Thanks.
 
  pete
 
  Pete Clapham
  Department of Biological, Geological, and Environmental Sciences
  Cleveland State University
  Cleveland, Ohio, 44115
 
  Phone: [216] 687-4820
  Fax: [216] 523-7175
  EMail:  [EMAIL PROTECTED]
 
 
 

begin:vcard 
n:#179293;Roman
x-mozilla-html:FALSE
adr:;;
version:2.1
note:Roman - Register Linux User #179293
fn:Roman - Register Linux User #179293
end:vcard



Re: [newbie] C Libraries - Where are they?

2000-07-13 Thread Mark Weaver

Hi Roman,

O my goodness yes. TONS more than workstation. Workstation is exactly
what is says it is and nothing more. That's why if you're ever planning
on doing more with a machine than just desktop work it is a must to
install the developer installation. I always, ever since I started with
Linux in RedHat 5.2, use the custom/developer install.

With RH 5.2 you had a choice of KDE WS, Gnome WS, server, developer, or
custom. I always chose the custom and leaned heavily towards the
developer isntalls. That way I was sure to get all the libraries that I
would need to install software and eventually be able to write for
Linux. My own system of course. I have no delusions of ever doing
anything for the OS. I dont' have that kind of time. My day job keeps
mme plently busy enough.

Romanator wrote:
 
 Mark,
 
 I was wondering if developer had everything that the workstation had but
 more?
 
 Roman
 
 Mark Weaver wrote:
 
  Pete,
 
  When you did the install did you install for developer, or workstation. In
  order to get all the libraries that you need to compile with you have to
  install for developer.
 
  --
  Mark
 
  I love my Linux Box...
  REASON # 2 ...X-windows is just a suedonym.
  Registered Linux user # 182496
 
  On Wed, 12 Jul 2000, Pete Clapham wrote:
 
   Hi, all --
  
   I reloaded Mandrake 7.0 after running satisfactorily with 6.1, and there's a 
problem with the C libraries.
  
   They worked fine under 6.1, but gcc can't find them with 7.0 using a Make file.  
Does one need to treat gcc differently with 7.0
   than with 6.1?  Does anybody have any ideas as to how to compile a program?
  
   Thanks.
  
   pete
  
   Pete Clapham
   Department of Biological, Geological, and Environmental Sciences
   Cleveland State University
   Cleveland, Ohio, 44115
  
   Phone: [216] 687-4820
   Fax: [216] 523-7175
   EMail:  [EMAIL PROTECTED]
  
  
  

-- 
Mark

I love my Linux box...
  REASON #1 -- ...it isn't Windows!
Registered Linux user #1299563




Re: [newbie] C Libraries - Where are they?

2000-07-13 Thread Pete Clapham

I would like to thank those who answered my plea for help (below).  The answer from 
Mark Weaver did the trick.  I did have to 
do a new install, but it fixed not only the compile problem but also the network card 
problem I had had before.  

pete

On Thu, 13 Jul 2000 07:27:23 -0400 (EDT), Mark Weaver wrote:

Pete,

When you did the install did you install for developer, or workstation. In
order to get all the libraries that you need to compile with you have to
install for developer.

-- 
Mark

I love my Linux Box...
   REASON # 2 ...X-windows is just a suedonym.
   Registered Linux user # 182496

On Wed, 12 Jul 2000, Pete Clapham wrote:

 Hi, all --
 
 I reloaded Mandrake 7.0 after running satisfactorily with 6.1, and there's a 
problem with the C libraries.
 
 They worked fine under 6.1, but gcc can't find them with 7.0 using a Make file.  
Does one need to treat gcc differently with 
7.0 
 than with 6.1?  Does anybody have any ideas as to how to compile a program?
 
 Thanks.
 
 pete
 
 Pete Clapham
 Department of Biological, Geological, and Environmental Sciences
 Cleveland State University
 Cleveland, Ohio, 44115
 
 Phone: [216] 687-4820
 Fax: [216] 523-7175
 EMail:  [EMAIL PROTECTED]
 
 
 



Pete Clapham
Department of Biological, Geological, and Environmental Sciences
Cleveland State University
Cleveland, Ohio, 44115

Phone: [216] 687-4820
Fax: [216] 523-7175
EMail:  [EMAIL PROTECTED]





[newbie] C Libraries - Where are they?

2000-07-12 Thread Pete Clapham

Hi, all --

I reloaded Mandrake 7.0 after running satisfactorily with 6.1, and there's a problem 
with the C libraries.

They worked fine under 6.1, but gcc can't find them with 7.0 using a Make file.  Does 
one need to treat gcc differently with 7.0 
than with 6.1?  Does anybody have any ideas as to how to compile a program?

Thanks.

pete

Pete Clapham
Department of Biological, Geological, and Environmental Sciences
Cleveland State University
Cleveland, Ohio, 44115

Phone: [216] 687-4820
Fax: [216] 523-7175
EMail:  [EMAIL PROTECTED]