|
From: Paul M. <pa...@sa...> - 2006-10-09 22:59:46
|
Dave Nomura writes: > This didn't link because the linker couldn't find sysconf(). I know that you > try to limit your dependence on system libraries so I assumed that it must be > from one of those libraries. > > Any suggestions on how to proceed? You could look at the AT_PAGESIZE entry in the ELF auxiliary table. Valgrind already looks through the auxiliary table in setup_client_stack(). Paul. |