sysinfo.h FAILED

Michael Sierchio kudzu at tenebras.com
Wed Mar 11 23:12:41 UTC 2015


most of the things you find in the sysctl struct on Linux are sysctl MIB
entries on FreeBSD. Example programs that display such info are /usr/bin/w
and /sbin/sysctl. Look at the sources.

- M

On Wed, Mar 11, 2015 at 3:12 PM, Bernt Hansson <bah at bananmonarki.se> wrote:

> This is a to hard nut for me to crack. So i leave it to someone else.
>
> Thanks for all the input.
>
> On 2015-03-11 12:42, Bernt Hansson wrote:
>
>> Hello list!
>>
>> Trying to build a program (freecad)
>>
>> I have got cmake to find libs and other programs it needs.
>>
>> running cmake -DFREECAD_USE_EXTERNAL_PIVY=1 -DCMAKE_BUILD_TYPE=Release .
>>
>> results is this
>> -- Configuring done
>> -- Generating done
>> -- Build files have been written to:
>> /usr/home/bernt/vebbnerladdningar/FreeCAD_sf_master-master/FreeCAD_sf_
>> master-master
>>
>>
>> Then one should run make.
>>
>> make gives this error
>>
>> /usr/home/bernt/vebbnerladdningar/FreeCAD_sf_master-master/FreeCAD_sf_
>> master-master/src/3rdParty/salomesmesh/src/SMDS/SMDS_
>> MemoryLimit.cpp:32:25:
>> error: sys/sysinfo.h: No such file or directory
>>
>> Guess it's linuxism.
>>
>> What is sysinfo.h called in freebsd?
>>
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list