I just tried installing the latest 1.4 beta (July, 970719) with:

  cd src/unix
   ./configure \
      --prefix=/usr/local/hugs/hugs-1.4c \
      --with-readline \
      --with-plugins
   cd ..
   make install

I got complaints from gcc when compiling Xlib.so.  Comparing with a previous
release, the DLL_FLAGS seemed to be missing from src/Makefile, ie DLL_FLAGS
was empty instead of:

   DLL_FLAGS = -shared -nostdlib

When I added these flags by hand, all went OK.

Ian                                [EMAIL PROTECTED],  Tel: 0117 9545148

Reply via email to