Ok.. here is a patch to makefile.h which will correct the problem when
compiling fvwm2 under Linux.
I will put the patch onto a ftp site since this seems to be requested often.
--- makefile.h Wed Oct 18 12:10:19 1995
+++ makefile.h.lnx Sun Jan 28 10:58:14 1996
_at_@ -65,7 +65,7 @@
#ifdef i386SVR4Architecture
LOCAL_LIBRARIES = XPM_LIBRARIES $(ADD_LIB) $(XLIB) -lnsl -lsocket -L$(FVWM_SRCDIR)/libs -l$(LIB)
#else
-LOCAL_LIBRARIES = XPM_LIBRARIES $(ADD_LIB) $(XLIB) $(FVWM_SRCDIR)/libs/lib$(LIB).a
+LOCAL_LIBRARIES = XPM_LIBRARIES $(FVWM_SRCDIR)/libs/lib$(LIB).a $(ADD_LIB) $(XLIB)
#endif /* i386SVR4Architecture */
#endif /* HPArchitecture */
#endif /* AlphaArchitecture */
Gregory Krasnow A university is what a college becomes when
gkrasnow_at_ucsd.edu the faculty loses interest in students.
-- John Ciardi
--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Jan 31 1996 - 15:20:45 GMT