On Thursday, October 25, 2001 13:16:41 -0500, Nathan Neulinger <[EMAIL PROTECTED]> wrote: +----- | BTW, How did it do this? | | /products/openafs/build/lib/liblwp.a(process.o): In function `L35': | process.o(.text+0xb0): warning: setcontext is not implemented and will | always fail | process.o(.text+0xa4): warning: makecontext is not implemented and will | always fail +--->8
glibc2 attaches magic function attributes to some of its functions, which cause GNU ld to output the specified string upon finding a reference to the function. You'll find that calls to getwd() and a few other functions also get you various warnings. -- brandon s. allbery [os/2][linux][solaris][freebsd] [EMAIL PROTECTED] system administrator [JAPH][WAY too many hats] [EMAIL PROTECTED] electrical and computer engineering KF8NH carnegie mellon university [linux: proof of the million monkeys theory] _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
