On 02 Jul 2004 14:51:19 +1000, Scott Smedley wrote:
> 
> Is it possible to build FVWM in separate directories?
> ie. a bit like how GCC is built.
> 
> I'd like to have a NFS-mounted directory with CVS source code
> & then build it for several systems.

Out of tree builds should work. If not, then it is a bug.

For example, this should work:

  cd /nfs/cvs/fvwm
  aclocal
  autoheader
  automake -a
  autoconf

  cd /build/mysystem
  /nfs/cvs/fvwm/configure [params]
  make
  make install

Just tried this on the fresh cvs checkout, works perfectly without
writing anything system dependent to the checkout directory.

Regards,
Mikhael.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to