On 08-Jul-99 Brian Paul wrote:
> OK, I think I've finally got all the GNU utilities going on IRIX.
> But compiling Mesa doesn't work. Here's the output:
>
> % ./configure
[...]
looks good so far
> updating cache ./config.cache
> loading cache ./config.cache
> checking for a BSD compatible install... ./install-sh -c
> checking whether make sets ${MAKE}... (cached) yes
> checking for ANSI C header files... yes
> checking for math.h... yes
> checking for malloc.h... yes
> checking for working const... yes
> checking for inline... __inline
> checking for strchr... yes
> checking for memcpy... yes
> checking for memmove... yes
> checking for glide.h... no
> checking for glide/glide.h... no
> checking for ggi/ggi.h... no
> checking for vga.h... no
> checking for X... libraries , headers
something is going wrong here! I think you should set
the path of your X11 installation, e.g.
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
[...]
> % make
> cd . \
> && CONFIG_FILES= CONFIG_HEADERS=conf.h \
> /bin/sh ./config.status
> creating conf.h
> conf.h is unchanged
> make all-recursive
> Making all in include
> Making all in GL
> Making all in src
> don't know how to make all (bu42).
> *** Error code 1 (bu21)
> *** Error code 1 (bu21)
What happens if you run `make' in src/?
Could you please try to use GNU make?
IRIX make seems to be broken.
Thomas Tanner -----------------------------------------
email: tanner@(ffii.org|gnu.org|ggi-project.org|gmx.de)
web: http://home.pages.de/~tanner
GGI/Picasso: http://picasso.ffii.org
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev