%% "Pushpak Patel" <pushpak_at_nortelnetworks.com> writes:
pp> I am sorry to have bother you again but I am not sure how to do
pp> this and reading README file and INSTALL does not help me. I ran
pp> make and here is what it does. can you help? I appreciate it
There's something really fundamentally wrong here. It looks like your
configure step never worked.
pp> make
pp> No suffix list.
pp> make all-recursive
pp> No suffix list.
"No suffix list."? Looks like the makefiles are corrupted (or, you're
using a bogus version of make, maybe).
pp> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libs
pp> -DFVWM_MODULEDIR=\"/home/gsm/u08/pushpak/fvwm/fvwm-2.2.2/libexec/fvwm/2.2.2\" -DFVWM_CONFIGDIR=\"/home/gsm/u08/pushpak/fvwm/fvwm-2.2.2/etc\" -DFVWM_CPP='"/lib/cpp"' -O2 -c FvwmCpp.c
pp> the SysUtil.h file was
pp> /usr/contrib/X11R5/include/X11/Xmu/SysUtil.h
If you don't have X installed in the normal place (that is, if
/usr/include/X11 doesn't contain the Xmu/SysUtil.h file somehow, either
directly or by symbolic link) you'll have to use --with-x-includes,
etc. on the configure line to tell it where to find X.
In short, we can't help further until you provide more details:
* What version of FVWM are you trying to compile?
* What operating system and version are you building on?
* What "configure" command line did you use?
* Did you get any errors during the configure step?
* What were the results printed at the end of configure?
Etc.
--
-------------------------------------------------------------------------------
Paul D. Smith <psmith_at_baynetworks.com> Network Management Development
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
These are my opinions---Nortel Networks takes no responsibility for them.
--
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 Fri Jul 02 1999 - 14:23:24 BST