On Mon, 30 Jul 2001 20:04:51 +1000, Ray Phillips wrote:
>Dear LessTif:
>
>I have tried to install LessTif 0.92.98 on a NetBSD/i386 machine from the
>source. I downloaded lesstif-0.92.98.tar.bz2, executed
>
> bzip2 -d < lesstif-0.92.98.tar.bz2 | tar xf -
> cd lesstif-0.92.98
> sh -c './configure > configure.log 2>&1' &
> sh -c '/usr/local/bin/make > make.log 2>&1' &
>
>and
>
> sh -c '/usr/local/bin/make > make-install.log 2>&1' &
>
>(after su'ing to root).
>
>Things ran smoothly until the make install step. Here are the last lines
>of its output:
>
>/bin/sh ../../libtool --mode=link gcc -g -O2 -o libXm.la -rpath
>/usr/local/Les
>sTif/Motif1.2/lib -version-info 1:2
>mkdir .libs
>/usr/bin/ld -Bshareable -o .libs/libXm.so.1.2
>/usr/bin/ld: no input files
>make[4]: *** [libXm.la] Error 1
>make[4]: Leaving directory
>`/usr/home/ray/installers/lesstif/lesstif-0.92.98/lib
Hmmmm, what did configure/libtool say when you ran configure?!
Can you remove your config.cache, re-run it again and
sent the output to me? Is the system recognized properly?
e.g. on a linux box here I get output like:
checking for executable suffix... no
checking for object suffix... o
checking build system type... alphaev67-unknown-linux-gnu
checking for ranlib... ranlib
checking for ld used by GCC... /usr/alpha-suse-linux/bin/ld
checking if the linker (/usr/alpha-suse-linux/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
[...]
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC 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 if gcc static flag -static works... -static
checking if the linker (/usr/alpha-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/alpha-suse-linux/bin/ld) supports shared libra
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/alpha-suse-linux/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
---
Alexander Mai
[EMAIL PROTECTED]