Hi,
can anybody help me out?
while running `make setup check` i get the seemingly undocumented
errors (i read the FAQ and other docs):
-----------
./load auto-str substdio.a error.a str.a
auto-str.o: In function `puts':
auto-str.o(.text+0x4b): undefined reference to `__canary_death_handler'
auto-str.o: In function `main':
auto-str.o(.text+0x14b): undefined reference to `__canary_death_handler'
substdio.a(substdo.o): In function `allwrite':
substdo.o(.text+0x77): undefined reference to `__canary_death_handler'
substdio.a(substdo.o): In function `substdio_flush':
substdo.o(.text+0xd7): undefined reference to `__canary_death_handler'
substdo.o(.text+0x113): undefined reference to `__canary_death_handler'
substdio.a(substdo.o)(.text+0x1b3): more undefined references to
`__canary_death_handler' follow
collect2: ld returned 1 exit status
make: *** [auto-str] Error 1
-------------
I also ran ldconfig, i think i'm missing a lib...
Thank you,
Arjen van Drie.