Nikita -

On Wed, 12 Jan 2000, Saxena, Nikita wrote:

> I'm a little new to using linux and such.  I tried setting CC=/usr/bin/gcc

> and CC=/usr/bin/cc and CC=gcc and CC=cc, none of which would stop configure

> from giving me the same message about not being able to find a working

> compiler.  Am I doing something wrong with setting this environment

> variable?  When I type env to show the environment variables, CC only shows

> up one time.  If I do that again, it's not there.  Also, the only system

> compiler I could find was the one under /usr/bin

I suggest you use 'find' to learn what is actually in your computer:

% find /usr -name gcc\* -print

(repeat for "g++", "ar", "rn", "as" - other related programs)

If these show up, make sure their directory is in your PATH environment

variable.

If not, try a search from "/bin" instead of "/usr".

If still nothing, get out your installation CD and add packages like

"development" and any suggested development libraries, headers, and

perhaps sources.  You may not have installed the development packages.

You don't need anything like "kernel sources" to do this -- if you're

getting started, start with an intro book and do examples and exercises.

  John Mills, Sr. Software Engineer

  TGA Technologies, Inc.

  100 Pinnacle Way, Suite 140

  Norcross, GA 30071-3633

  e-mail: ">jmills@tga.com

  Phone: 770-441-2100 ext.124 (voice)

         770-449-7740 (FAX)


--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.