[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xmakemol-bugs] configure problem
From: |
David Woon |
Subject: |
[Xmakemol-bugs] configure problem |
Date: |
Mon, 24 Nov 2003 08:26:29 -0800 |
Hi,
I'm having difficulty building xmakemol 5.10 under Redhat 8. The
configure utility terminates with an error. I'm enclosing the screen
output, the contents of config.log, and the outputs of several diag-
nostics (rpm -q's and locate's). It initially stopped at the check for
XOpenDisplay, but it got past that once I loaded XFree86-devel. I have
not been able to find out anything useful about XRenderParseColor from
the web.
I tried to install an earlier version (5.03) of the distribution, but
configure dies in the same way.
I hope you can help.
Thanks,
Dave Woon (address@hidden)
------------------------------------------------------------------------
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
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 a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
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 for Motif... libraries /usr/X11R6/lib, headers in default path
checking for Xpm... libraries in default path, headers in default path
checking for XOpenDisplay in -lX11... yes
checking for XShapeQueryVersion in -lXext... yes
checking for XtToolkitInitialize in -lXt... yes
checking for XmRepTypeInstallTearOffModelConverter in -lXm... no
configure: error: The Motif library '-lXm' could not be found.
Please use the configure options '--with-motif-includes=DIR'
and '--with-motif-libraries=DIR' to specify the Xm location.
See the 'config.log' file for further diagnostics.
------------------------------------------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:597: checking host system type
configure:618: checking target system type
configure:636: checking build system type
configure:672: checking for a BSD compatible install
configure:725: checking whether build environment is sane
configure:782: checking whether make sets ${MAKE}
configure:828: checking for working aclocal-1.4
configure:841: checking for working autoconf
configure:854: checking for working automake-1.4
configure:867: checking for working autoheader
configure:880: checking for working makeinfo
configure:901: checking for gcc
configure:1014: checking whether the C compiler (gcc ) works
configure:1030: gcc -o conftest conftest.c 1>&5
configure:1056: checking whether the C compiler (gcc ) is a cross-compiler
configure:1061: checking whether we are using GNU C
configure:1070: gcc -E conftest.c
configure:1089: checking whether gcc accepts -g
configure:1132: checking for a BSD compatible install
configure:1187: checking how to run the C preprocessor
configure:1208: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1271: checking for X
configure:1585: checking for dnet_ntoa in -ldnet
configure:1604: gcc -o conftest -g -O2 conftest.c -ldnet 1>&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure: failed program was:
#line 1593 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dnet_ntoa();
int main() {
dnet_ntoa()
; return 0; }
configure:1626: checking for dnet_ntoa in -ldnet_stub
configure:1645: gcc -o conftest -g -O2 conftest.c -ldnet_stub 1>&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure: failed program was:
#line 1634 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dnet_ntoa();
int main() {
dnet_ntoa()
; return 0; }
configure:1674: checking for gethostbyname
configure:1702: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1772: checking for connect
configure:1800: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1864: checking for remove
configure:1892: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1956: checking for shmat
configure:1984: gcc -o conftest -g -O2 conftest.c 1>&5
configure:2057: checking for IceConnectionNumber in -lICE
configure:2076: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lICE
1>&5
configure:2117: checking for Motif
configure:2145: gcc -c -I/usr/X11R6/include -g -O2 -I/usr/X11R6/include
conftest.c 1>&5
configure:2330: checking for Xpm
configure:2361: gcc -c -I/usr/X11R6/include -g -O2 -I/usr/X11R6/include
conftest.c 1>&5
configure:2440: gcc -o conftest -I/usr/X11R6/include -g -O2
-I/usr/X11R6/include -L~woon/TEMP/usr/X11R6/lib -L/usr/X11R6/lib conftest.c
-lSM -lICE -lXpm -lXt -lX11 1>&5
configure:2546: checking for XOpenDisplay in -lX11
configure:2565: gcc -o conftest -g -O2 -I/usr/X11R6/include
-I/usr/X11R6/include -L~woon/TEMP/usr/X11R6/lib -L/usr/X11R6/lib conftest.c
-lX11 -lSM -lICE 1>&5
configure:2597: checking for XShapeQueryVersion in -lXext
configure:2616: gcc -o conftest -g -O2 -I/usr/X11R6/include
-I/usr/X11R6/include -L~woon/TEMP/usr/X11R6/lib -L/usr/X11R6/lib conftest.c
-lXext -lSM -lICE -lX11 1>&5
configure:2640: checking for XtToolkitInitialize in -lXt
configure:2659: gcc -o conftest -g -O2 -I/usr/X11R6/include
-I/usr/X11R6/include -L~woon/TEMP/usr/X11R6/lib -L/usr/X11R6/lib conftest.c
-lXt -lSM -lICE -lX11 1>&5
configure:2689: checking for XmRepTypeInstallTearOffModelConverter in -lXm
configure:2708: gcc -o conftest -g -O2 -I/usr/X11R6/include
-I/usr/X11R6/include -L~woon/TEMP/usr/X11R6/lib -L/usr/X11R6/lib conftest.c
-lXm -lSM -lICE -lXpm -lXext -lXt -lXext -lX11 1>&5
/usr/X11R6/lib/libXm.so: undefined reference to `XRenderParseColor'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2697 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char XmRepTypeInstallTearOffModelConverter();
int main() {
XmRepTypeInstallTearOffModelConverter()
; return 0; }
------------------------------------------------------------------------
rpm -q lesstif
lesstif-0.93.91-1
rpm -q lesstif-devel
lesstif-devel-0.93.91-1
rpm -q XFree86-libs
XFree86-libs-4.2.0-72
rpm -q XFree86-devel
XFree86-devel-4.2.0-72
locate libXm
/usr/X11R6/lib/libXmu.so.6
/usr/X11R6/lib/libXmu.so.6.2
/usr/X11R6/lib/libXmuu.so.1
/usr/X11R6/lib/libXmuu.so.1.0
/usr/X11R6/lib/libXm.la
/usr/X11R6/lib/libXm.so.1
/usr/X11R6/lib/libXm.so.1.0.2
/usr/X11R6/lib/libXm.so
/usr/X11R6/lib/libXm.so.2.0.1
/usr/X11R6/lib/libXm.so.2
/usr/X11R6/lib/libXmu.a
/usr/X11R6/lib/libXmu.so
/usr/X11R6/lib/libXmuu.a
/usr/X11R6/lib/libXmuu.so
/usr/X11R6/LessTif/Motif1.2/lib/libXm.la
/usr/X11R6/LessTif/Motif1.2/lib/libXm.so
/usr/X11R6/LessTif/Motif1.2/lib/libXm.so.1
/usr/X11R6/LessTif/Motif1.2/lib/libXm.so.1.0.2
/usr/X11R6/LessTif/Motif2.1/lib/libXm.la
/usr/X11R6/LessTif/Motif2.1/lib/libXm.so
/usr/X11R6/LessTif/Motif2.1/lib/libXm.so.2
/usr/X11R6/LessTif/Motif2.1/lib/libXm.so.2.0.1
locate libXt
/usr/X11R6/lib/libXt.so.6.0
/usr/X11R6/lib/libXt.so.6
/usr/X11R6/lib/libXtst.so.6
/usr/X11R6/lib/libXtst.so.6.1
/usr/X11R6/lib/libXt.a
/usr/X11R6/lib/libXt.so
/usr/X11R6/lib/libXtst.a
/usr/X11R6/lib/libXtst.so
- [Xmakemol-bugs] configure problem,
David Woon <=