Hi Daniel,
I'm not sure if this is helpful, but here's the info for 21.5 on
Debian unstable:
>>>> "Daniel" == Daniel Pittman
<daniel(a)rimspace.net> writes:
Daniel> Which of these symbols are set in `config.h':
Daniel> `HAVE_SHLIB', `LWLIB_USES_ATHENA', `HAVE_ATHENA_3D',
Daniel> `HAVE_DLOPEN'.
All of them:
#define HAVE_SHLIB 1
#define HAVE_DLOPEN 1
#define LWLIB_USES_ATHENA 1
#define HAVE_ATHENA_3D 1
Daniel> Also, the output from `config.log' would be helpful,
Daniel> specifically the Athena detection related parts.
configure:8756: checking for the Athena widgets
configure:8849: checking for threeDClassRec in -lXaw3d
configure:8865: gcc -o conftest -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wshadow -Wsign-compare -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c
-lXaw3d -ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lm -lgcc
-lc -lgcc /usr/lib/crtn.o 1>&5
configure:8992: checking for X11/Xaw3d/XawInit.h
configure:9000: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:9017: checking for X11/Xaw3d/ThreeD.h
configure:9025: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:9288: checking for Xm/Xm.h
configure:9296: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:9292: Xm/Xm.h: No such file or directory
configure: failed program was:
#line 9291 "configure"
#include "confdefs.h"
#include <Xm/Xm.h>
Daniel> Oh, there weren't any of the following warnings in the
Daniel> output of configure, were there:
Only a couple of Drag'n'Drop warnings.
HTH,
Mike