From: david AT coent DOT demon DOT co DOT uk (David Coe) Subject: Re: problems with configure 22 Oct 1997 16:35:44 -0700 Message-ID: <344D97A4.39F7.cygnus.gnu-win32@coent.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Wolfgang Stuerzlinger Cc: gnu-win32 AT cygnus DOT com Wolfgang Stuerzlinger wrote: > > I guess this is a known problem, but I was not able to run configure > sucessfully on the lesstif package using beta18 with the patches for the > X-libraries. At one or the other point in the script the system (Win95) > hung. As there are many subdirectories in the source tree doing the > configuration by hand would be way too timeconsuming. > You might want first to edit configure to remove -ansi-pedantic. The following works for me with lesstif-0.81: ./configure --disable-debug --disable-verbose --enable-production --prefix=/usr/X11R6.3 make -i The -i is to ignore errors in the mwm make. You may also find you need to install things separately: cd include; make install cd ../lib ; make install -- Dr David Coe \=\ 58 Fairlawn Drive, East Grinstead \=\ West Sussex, RH19 1NT, United Kingdom \=\ - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".