On Tuesday 12 February 2002 16:46, Alexander Mai wrote:
> Hmm, which version of automake do you use?
> I think we demand version 1.5 at least.
> Similar for libtool, see
>    http://www.lesstif.org/INSTALL.html

First : Thank you for your patience and support!
I have still problems : I upgraded everything. Current state :
automake1.5    1.5-1.1
autoconf2.13   2.13-39
libtool        1.4.2-4

But it is still not working :

bash-2.05a$ ./CVSMake
./CVSMake running
autoconf: Undefined macros:
configure.in:99:AC_FIND_MOTIF
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
scripts/Makefile.am:8: DIST_COMMON was set with `=' and is now set with
`+='

bash-2.05a$./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for suitable man2html... checking for man2html... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for gcc option to accept ANSI C... none needed
checking for ANSI C header files... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether to enable maintainer-specific portions of Makefiles...
no
checking whether make sets ${MAKE}... (cached) yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
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 whether libXp is available... yes
checking whether to link -lXp... -lXp -lXext
./configure: AC_FIND_MOTIF: command not found
checking whether to support EditRes... yes
checking for xpm.h... no
checking for X11/xpm.h... yes
checking if malloc debugging is wanted... no
checking for XpmLibraryVersion in -lXpm... yes
checking for Wcl/WcCreate.h... no
checking for ctags... yes
checking if ctags is actually Exuberant ctags... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating scripts/Xbae.spec
creating include/Makefile
creating include/Xbae/Makefile
creating include/Xbae/patchlevel.h
creating src/Makefile
creating src/XbaeCaption.3
creating src/XbaeInput.3
creating src/XbaeMatrix.3
creating examples/Makefile
creating examples/add/Makefile
creating examples/caption/Makefile
creating examples/choice/Makefile
creating examples/colors/Makefile
creating examples/draw/Makefile
creating examples/dynamic/Makefile
creating examples/fifteen/Makefile
creating examples/input/Makefile
creating examples/list/Makefile
creating examples/matrix/Makefile
creating examples/multibyte/Makefile
creating examples/multifixed/Makefile
creating examples/select-drag/Makefile
creating examples/select-push/Makefile
creating examples/tests/Makefile
creating examples/traversal/Makefile
creating examples/Mri/Makefile
creating examples/builderXcessory/Makefile
creating examples/builderXcessory/xbae.wml
creating doc/Makefile
creating doc/images/Makefile
creating scripts/Makefile
creating include/XbaeConfig.h

(The line about AC_FIND_MOTIF seems wrong to me)
and finally the same error message :

bash-2.05a$ make
Making all in include
make[1]: Entering directory `/dos2/home/akos/ATO/Xbae/include'
make  all-recursive
make[2]: Entering directory `/dos2/home/akos/ATO/Xbae/include'
Making all in Xbae
make[3]: Entering directory `/dos2/home/akos/ATO/Xbae/include/Xbae'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/dos2/home/akos/ATO/Xbae/include/Xbae'
make[3]: Entering directory `/dos2/home/akos/ATO/Xbae/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/dos2/home/akos/ATO/Xbae/include'
make[2]: Leaving directory `/dos2/home/akos/ATO/Xbae/include'
make[1]: Leaving directory `/dos2/home/akos/ATO/Xbae/include'
Making all in src
make[1]: Entering directory `/dos2/home/akos/ATO/Xbae/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -I./../include -I../include @MOTIF_CFLAGS@
-I/usr/X11R6/include    -g -O2 -Wall -c -o Actions.lo `test -f
Actions.c || echo './'`Actions.cgcc -DHAVE_CONFIG_H -I. -I.
-I../include -I./../include -I../include @MOTIF_CFLAGS@
-I/usr/X11R6/include -g -O2 -Wall -c Actions.c  -fPIC -DPIC -o
Actions.lo
gcc.real: cannot specify -o with -c or -S and multiple compilations
make[1]: *** [Actions.lo] Error 1
make[1]: Leaving directory `/dos2/home/akos/ATO/Xbae/src'
make: *** [all-recursive] Error 1

--
Putz �kos               Email : [EMAIL PROTECTED]
evosoft Hungary         http://www.evosoft.hu

_______________________________________________
Lesstif mailing list
[EMAIL PROTECTED]
https://terror.hungry.com/mailman/listinfo/lesstif

Reply via email to