sweet.... thanks for pointing this out. sorry to be so obtuse, but can
you explain how it should be?

make check didn't fix it (although it did notice that there was a
problem).

i also tried:
make trigger

zugzug# make trigger
cc   trigger.o   -o trigger
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x18): undefined reference to `main'
trigger.o: In function `trigger_set':
trigger.o(.text+0x25): undefined reference to `open_read'
collect2: ld returned 1 exit status
make: *** [trigger] Error 1

so perhaps there's an error with either the source (as i mentioned it's
from the debian source package for 1.03) or with the library mentioned
(crt1.0).  the machine is debian / potato (2.2) GNU / Linux

w 
Jörgen Persson wrote:
> 
> On Tue, Jul 03, 2001 at 01:36:51AM -0700, Will Yardley wrote:
> > zugzug# ll
> > total 16
> > drwxr-x---    2 qmailq   qmail        4096 Mar 30  2000 ./
> > drwxr-x---   11 qmailq   qmail        4096 Mar 30  2000 ../
> > -rw-------    1 qmails   qmail           0 Mar 30  2000 sendmutex
> > -rw-r--r--    1 qmailr   qmail        1024 Jul  2 20:05 tcpto
> > -rw--w--w-    1 qmails   qmail           1 Jul  3 01:20 trigger
> 
> Bingo...
> 
> trigger ought to be a pipe ''make check'' will fix it -- hopefully. ;)
> 
> Jörgen

Reply via email to