Thomas Tanner wrote:
>
> On 08-Jul-99 Brian Paul wrote:
> > Thomas Tanner wrote:
> >> To generate the files just run the "bootstrap" script in the
> >> toplevel directory.
> > What is 'aclocal' and where can I get it?
> > I'm trying to setup autoconfig, etc on IRIX 6.5 (with out luck so far).
>
> aclocal is part of automake (see ftp.gnu.org/gnu/automake)
> BTW: Make sure that you have GNU m4 installed.
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
creating cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking host system type... mips-sgi-irix6.5
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking build system type... mips-sgi-irix6.5
checking for ranlib... :
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether we are using GNU C... no
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... none
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc static flag -non_shared works... none
checking if the linker (/usr/bin/ld -n32) is GNU ld... no
checking whether the linker (/usr/bin/ld -n32) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld -n32 option to reload object files... -r
checking dynamic linker characteristics... irix6.5 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
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
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XmuRegisterExternalAgent in -lXmu... yes
checking for sys/shm.h... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating include/Makefile
creating include/GL/Makefile
creating src/Makefile
creating src/FX/Makefile
creating src/GGI/Makefile
creating src/OSmesa/Makefile
creating src/SVGA/Makefile
creating src/X/Makefile
creating src/X86/Makefile
creating src-glu/Makefile
creating book/Makefile
creating demos/Makefile
creating samples/Makefile
creating xdemos/Makefile
creating util/Makefile
creating conf.h
% 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)
Any ideas?
-Brian
----------------------------------------------------------------------
Brian Paul Avid Technology / Softimage [EMAIL PROTECTED]
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev