Subject: Compiling for beginners
To: None <port-arm32@NetBSD.ORG>
From: Paul Whiting <paul@whtng.demon.co.uk>
List: port-arm32
Date: 11/29/1997 14:54:41
I am new to RiscBSD. How do I go about compiling something? I have
downloaded a tar.gz file from the Internet, and used gunzip and tar to
extract lots of files. There are a number of .c and .h files and a file
called makefile. I tried 'make makefile' and was told that it was up to
date, I then tried 'cc *.*' and got a string of error messages telling me
that it could not find various files. What should I do?