Re: daemontools make
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Jason Parker/Cathy Crea <[email protected]> wrote: > ./load chkshsgr > ld: can't use -s with input files containg indirect symbols (output > file must contain at least global symbols, for maximum stripping use > -x) In src/conf-ld, change "gcc -s" to "gcc". Then re-run package/install. > I looked at the source of chkshsgr.c (thankfully short) with my 12 > year C language rust below. The warnings suggests that passing x as > an short array pointer in this case may be a problem... (changing it > to long did not change the warnings). Don't do that. The name means "check short setgroups". The warnings are expected. > (PS - where can I search the log or qmail list archives I haven't > stumbled on a link as yet...) <URL:http://marc.theaimsgroup.com/?l=log&r=1&w=2> <URL:http://marc.theaimsgroup.com/?l=qmail&r=1&w=2> <URL:http://news.gmane.org/thread.php?group=gmane.mail.qmail.general> <URL:http://news.gmane.org/thread.php?group=gmane.comp.djb.syslog> paul