Subject: Re: configuring a dos partition, and a config.h
To: Dark-1 <mccull@uswest.net>
From: Robert Alexander Baxter <alex@santa.asf.alaska.edu>
List: netbsd-help
Date: 05/26/1998 17:24:30
Dark-1 wrote:
> 
> I also downloaded mtools.
> to compile it it needs a config.h
> I don't know where to find it
> 

This package, like many new versions of
things that are coming out now, uses a
GNU program called autoconf to check out
your type of UNIX, and learn the best settings
to use to try to compile something.  To build
the package, before typing:

   make

try typing:

   ./configure

This will print lots of interesting statements
about what it finds and doesn't find on your
computer, and then it will CREATE the file "config.h"
which you need.  Then, if you type

   make

hopefully the compiling will work great!

>
> This is the first time i've used
> and unix type system,  so please don't
> consider me a moron
>

If you are using UNIX for the first time, I
would guess that means you are trying it out,
possibly intending to use it more, and in my
eyes that makes you very much the OPPOSITE
of a moron!

-Alex (:-)
 alex@santa.asf.alaska.edu