[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: 2.0-alpha and Solaris 7



- Just checking, all shared libs should be version 0.0.0?  (./build/top.mk)

- [Let me know if I should add an ITS/feature req for this one.]  Would it be
  possible to add configure switches to permit the following clients to be
  optionally compiled/installed:

  "fax"     -  fax500, rp500, xrpcomp
  "gopher"  -  go500, go500gw
  "finger"  -  in.xfingerd
  "mail"    -  mail500, rcpt500

- Small permissions error during installation:

*** ./clients/ud/Makefile.in.orig	Thu Aug  5 10:25:21 1999
--- ./clients/ud/Makefile.in	Mon Aug 16 17:39:43 1999
***************
*** 22,25 ****
  install-local: FORCE
  	-$(MKDIR) $(bindir)
  	-mv -f $(bindir)/ud $(bindir)/ud-
! 	$(LTINSTALL) $(INSTALLFLAGS) -m 775 ud $(bindir)
--- 22,25 ----
  install-local: FORCE
  	-$(MKDIR) $(bindir)
  	-mv -f $(bindir)/ud $(bindir)/ud-
! 	$(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir)