Hi, I just installed the 2.2.4, but "all the stuff" stays in my download
directory. The only thing that gets copied is the fvwm2 executable (as
it seems to me on a "locate"). I used
1. ./configure
2. make
3. make install
as root. Furthermore the machine starts up in "Afterstep" (because it
can't find fvwm2) - pretty anoying. I tried to catch it by editing the
.xinitrc (both home/me/.xinitrc and root/.xinitrc) but it still starts
in "Afterstep". Below is the Makefile, my first question on this one is
- did something goe wrong with the DESTDIR? (don't know the syntax for
makefiles). I use SuSE 6.3 and is setup to start fvwm2 in the rc.config.
Thanks in advance, nikolaj, copenhagen, denmark
---- Here's the top of the Makefile
SHELL = /bin/sh
srcdir = .
top_srcdir = .
prefix = /usr/local
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include
DESTDIR =
pkgdatadir = $(datadir)/fvwm
pkglibdir = $(libdir)/fvwm
pkgincludedir = $(includedir)/fvwm
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sun Oct 15 2000 - 16:37:06 BST