Under Linux (SuSE 8.2) , "make" emits the following trace:
cd . && aclocal
cd . && automake --foreign Makefile
configure.in:50: warning: AC_ARG_PROGRAM was called
before AC_CANONICAL_TARGET
cd . && autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure --no-create --no-recursion
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
/home/roman/src/SDL_draw-1.2.1/missing: Unknown `--run'
option
Try `/home/roman/src/SDL_draw-1.2.1/missing --help' for
more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... none
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is
GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
loading cache /dev/null within ltconfig
ltconfig: you must specify a host type if you use
`--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
make: *** [config.status] Error 1
Cordialmente
Roman
Logged In: NO
I get the same error...
Logged In: YES
user_id=1371942
Hi romanm,
I get the same error under fc3 while doing 'make'. Did you
find any solution for that ?
avk_ady