>>>>> "Paul" == Paul D Smith <psmith_at_BayNetworks.com> writes:
Paul> Shouldn't libfvwm come before all other libraries on _every_
Paul> architecture? That just seems like a bug in the Imakefile or
Paul> whatever.
Paul> Seems like it ought to come before libXpm, as well... in short,
Paul> it should be the very first library.
Basically Yes and Yes. The fix will be in the next version.
Chuck
ps - for those who haven't seen it yet:
--------------->8 'XLoadQuery-patch' cut here 8<---------------
*** makefile.h.orig Wed Oct 18 20:10:19 1995
--- makefile.h Thu Dec 21 12:07:26 1995
***************
*** 58,70 ****
#ifdef AlphaArchitecture
! LOCAL_LIBRARIES = XPM_LIBRARIES $(ADD_LIB) $(XLIB) -ldnet_stub -L$(FVWM_SRCDIR)/libs -l$(LIB)
#else
#ifdef HPArchitecture
! LOCAL_LIBRARIES = XPM_LIBRARIES $(ADD_LIB) $(XLIB) -lV3 -L$(FVWM_SRCDIR)/libs -l$(LIB)
#else
#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
#endif /* i386SVR4Architecture */
#endif /* HPArchitecture */
--- 58,70 ----
#ifdef AlphaArchitecture
! LOCAL_LIBRARIES = -L$(FVWM_SRCDIR)/libs -l$(LIB) XPM_LIBRARIES $(ADD_LIB) $(XLIB) -ldnet_stub
#else
#ifdef HPArchitecture
! LOCAL_LIBRARIES = -L$(FVWM_SRCDIR)/libs -l$(LIB) XPM_LIBRARIES $(ADD_LIB) $(XLIB) -lV3
#else
#ifdef i386SVR4Architecture
! LOCAL_LIBRARIES = -L$(FVWM_SRCDIR)/libs -l$(LIB) XPM_LIBRARIES $(ADD_LIB) $(XLIB) -lnsl -lsocket
#else
! LOCAL_LIBRARIES = $(FVWM_SRCDIR)/libs/lib$(LIB).a XPM_LIBRARIES $(ADD_LIB) $(XLIB)
#endif /* i386SVR4Architecture */
#endif /* HPArchitecture */
--
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 - 16:36:01 GMT