CAD CAM EDM DRO - Yahoo Group Archive

Re: I'm stuck, please help...

on 1999-10-18 05:10:04 UTC
Make will execute a makefile which checks the dependencies of the files and
compiles only those files which have been updated since the last build.
By typing "make xconfig" you are telling make to use a file named
xconfig.mak
or a variant thereof. This file provides the rules for the build. So you
proabably
don't have the xconfig.mak file and need to install the package it's in.

Generally in the dos/windows world, you would need a -f before the name of
the
makefile, but I have yet to wrok on anything large enough in linux to
require a makefile.
There are usually several other commands available, for instance -v will
provide a verbose
build. Typing "man make" should give you a basic description of the make
utility
and the commands.

I don't have my linux box here, or I could check that out for you.

Marshall Pharoah
Software Engineer
Adirondac Software
PIC/6805/6811/68000
Asm/C/C++

-----Original Message-----
From: Clint Bach <clintbach@...>
To: CAD_CAM_EDM_DRO@onelist.com <CAD_CAM_EDM_DRO@onelist.com>
Date: Saturday, October 16, 1999 11:00 AM
Subject: [CAD_CAM_EDM_DRO] I'm stuck, please help...


>From: Clint Bach <clintbach@...>
>
>I have an error message when I try to compile a kernel...
>
>I type in: "make xconfig [enter]"
>
>I get back this message: "make: *** No rule to make target 'xconfig'.
>Stop."
>
>I can't find information about this in any of my linux books. What is
>this and how can I fix it or get around it?
>
>Thanks,
>
>Clint Bach
>
>>Welcome to CAD_CAM_EDM_DRO@...,an unmoderated list for the
discussion of shop built systems in the above catagories.
>To Unsubscribe, read archives, change to or from digest.
>Go to: http://www.onelist.com/isregistered.cgi
>Log on, and you will go to Member Center, and you can make changes there.
>For the FAQ, go to http://www.ktmarketing.com/faq.html
>bill,
>List Manager
>

Discussion Thread

Clint Bach 1999-10-16 05:01:00 UTC I'm stuck, please help... Tim Goldstein 1999-10-16 09:44:33 UTC RE: I'm stuck, please help... Marshall Pharoah 1999-10-18 05:10:04 UTC Re: I'm stuck, please help... Tim Goldstein 1999-10-18 08:13:56 UTC Re: I'm stuck, please help... Marshall Pharoah 1999-10-18 10:06:50 UTC Re: I'm stuck, please help... Clint Bach 1999-10-18 11:58:44 UTC RE: I'm stuck, please help... Marshall Pharoah 1999-10-19 04:17:45 UTC Re: I'm stuck, please help...