Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 1998 17:26:36 -0500 (EST)
From:      "Adrian T. Filipi-Martin" <atf3r@cs.virginia.edu>
To:        ACETECH Technologies <eric.reardon@acetech.co.nz>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Re ; xmkmf
Message-ID:  <Pine.SOL.3.96.980208172239.13220A-100000@mamba.cs.Virginia.EDU>
In-Reply-To: <199802081150.AAA28463@fep2-orange.clear.net.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 9 Feb 1998, ACETECH Technologies wrote:

> Hi ;
> I am a new user to both UNIX and FREEBSD os's . I have installed from
> CD-Rom FreeBSD ver 2.0.5 onto a 486 SCSI system .The os seem's to be
> running just fine but i have a problem with loading ports from the CD-Rom
> following the online handbook , "4.3.1 Compiling ports from CD-Rom"
> .Everything seems to go just fine until i run the "make install" command .
> The ports were /games/jetpeck and games/acm , the system halts with the
> message ;
> 
> xmkmf: not found
> *** Error code 2
> 
> stop
> *** Error code 1
> #

	You probably do not have the X11 binaries in your path when you
run make.  It is not part of root's path in the default system.  I usually
add /usr/X11R6/bin to the PATH setting in /etc/profile and then edit
~root/.profile to append to the PATH variable rather than setting it.  

	If you use csh in stead of a bourne shell family shell like sh and
bash, you will need to edit different start up files.  See the csh manpage
if necessary.

cheers,

	Adrian
--
adrian@virginia.edu        ---->>>>| If I were stranded on a desert island, and
System Administrator         --->>>| I could only have one OS for my computer,
Neurosurgical Visualzation Lab -->>| it would be FreeBSD.  Think about it.....
http://www.nvl.virginia.edu/     ->|      http://www.freebsd.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.96.980208172239.13220A-100000>