|
From: Tom H. <to...@co...> - 2013-11-08 22:49:47
|
On 08/11/13 22:43, Philippe Waroquiers wrote: > From some web search, it seems that recent Debians (and Ubuntu) have > moved a.out.h from /usr/include to /usr/include/linux/a.out.h I don't think so. I went through this with somebody on IRC and I'm sure it was just a question of getting the right packages instlled. > So, it looks like some configure machinery will be needed to detect > if /usr/include/a.out.h is there or if /usr/include/linux/a.out.h is > there (or else disable the stabs format reading). The two are different things I think - linux/a.out.h is a kernel header while a.out.h is a libc header that wraps it. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |