Click to See Complete Forum and Search --> : xmkmf on irix


sapient
04-05-2001, 04:14 AM
I was attempting to install VNC (server) on my irix 6.5 and the readme gave instructions to:
xmkmf
I didnt have this or know what the hell it was until I got home and looked it up on slack. I see referances to imake in the man page for xmkmf am I going to find it on my irix box or am I sol.

TC
04-06-2001, 05:16 PM
Here's the man page for xmkmf:


TC ;)

=======================================

XMKMF(1) X Version 11 (Release 6.1) XMKMF(1)

NAME
xmkmf - create a Makefile from an Imakefile

SYNOPSIS
xmkmf [ -a ] [ topdir [ curdir ] ]

DESCRIPTION
The xmkmf command is the normal way to create a Makefile
from an Imakefile shipped with third-party software.

When invoked with no arguments in a directory containing an
Imakefile, the imake program is run with arguments
appropriate for your system (configured into xmkmf when X
was built) and generates a Makefile.

When invoked with the -a option, xmkmf builds the Makefile
in the current directory, and then automatically executes
``make Makefiles'' (in case there are subdirectories),
``make includes'', and ``make depend'' for you. This is the
normal way to configure software that is outside the X
Consortium build tree.

If working inside the X Consortium build tree (unlikely
unless you are an X developer, and even then this option is
never really used), the topdir argument should be specified
as the relative pathname from the current directory to the
top of the build tree. Optionally, curdir may be specified
as a relative pathname from the top of the build tree to the
current directory. It is necessary to supply curdir if the
current directory has subdirectories, or the Makefile will
not be able to build the subdirectories. If a topdir is
given, xmkmf assumes nothing is installed on your system and
looks for files in the build tree instead of using the
installed versions.

SEE ALSO
imake(1)



Page 1 (printed 4/30/98)

ps - this is from IRIX 6.5.5f

[ 06 April 2001: Message edited by: TC ]

sapient
04-10-2001, 01:11 AM
thanks
I have dug deeper and found that this would be included as well as other compilers in a os upgrade. I however do not have this, could you be so kind as to email me the program. It would be very much apreciated.

TC
04-11-2001, 01:06 AM
Sorry this is copy right software and you must get it from SGI. It is in your distribution disks.

:(

TC