:: Re: [DNG] Harbour programming langu…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ralph Ronnquist
Fecha:  
A: dng
Asunto: Re: [DNG] Harbour programming language
On Tue, Oct 17, 2023 at 06:02:12PM -0400, tempforever wrote:
> On daedalus amd64, I do have "libc6-dev" installed, but no
> /usr/include/x86_64-linux-gnu/sys/sysctl.h
>
> However, from "linux-libc-dev" I do have /usr/include/linux/sysctl.h -
> perhaps that is the needed package?


You are probably right that it should be <linux/sysctl.h>

Some forensic suggests that libc6-dev used to provide
/usr/include/x86_64-linux-gnu/sys/syscall.h
(eg in chimaera) but is now moved...

and pulling it out from
http://deb.devuan.org/merged/pool/DEBIAN/main/g/glibc/libc6-dev_2.31-13+deb11u7_amd64.deb
shows it has the line:
#warning "The <sys/sysctl.h> header is deprecated and will be removed."

as well as:
#include <linux/sysctl.h>


Ralph.

>
> Ralph Ronnquist wrote:
> > On Tue, Oct 17, 2023 at 08:01:29AM -0700, Marc Shapiro via Dng wrote:
> >> ...
> >>> Are you looking for /sbin/sysctl from procps and its corresponding
> >>> /usr/include/x86_64-linux-gnu/sys/sysctl.h which is in libc6-dev ?
> >>>
> >>> Ralph.
> >> I have both of those installed.  I do have /sbib/sysctl on my system, but
> >> /usr/include/x86_64-linux-gnu/sys/sysctl.h does not exist.
> > Odd; you installed libc6-dev and it didn't give you
> > /usr/include/x86_64-linux-gnu/sys/sysctl.h ?
> >
> >
>
> _______________________________________________
> Dng mailing list
> Dng@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng