[Thread Prev][Thread Next]   >Date Index >Thread Index

[wmx] ./configure ; make on Solaris

Xavier Bertou - Wed Feb 10 18:21:30 1999

	Hi...

First of all, congratulations for wmx... I've been using it since the 3rd
version, and I'm very happy with it.

When configuring on Solaris, it gives the following Makefile :
#LIBS   = -L/usr/X11/lib -lXpm -lXext -lX11 -lXmu -lSM -lICE -lm
LIBS=
LDFLAGS= -L/usr/X11R6/lib

Which is quite insufficient ! :)
I known nothing of autoconf, but it should have produced something like this :
LIBS= -L/usr/X11/lib -lXpm -lXext -lX11 -lXmu -lSM -lICE -lm -lsocket
                                                             ^^^^^^^^
LDFLAGS= -L/usr/X11R6/lib -R/usr/X11R6/lib
                          ^^^^^^^^^^^^^^^^

Xavier,
who likes when ./configure ; make works out of the box.


Next: