Ruslan Ermilov Write: >FreeBSD since at least 502104 has getopt_long_only() in libc, and it >looks like your libc doesn't really have it, like mine: > >$ nm /usr/lib/libc.a | grep getopt_long_only >00000a50 T getopt_long_only > >You somehow broke your build environment (you should know better how) >by having /usr/include/osreldate.h that doesn't match the installed >world (including libc). > >The solution for you is to: > > make buildworld OSRELDATE=502103 > >Specify the real value of your installed FreeBSD_version instead of >502103, or if you aren't sure, just use 0. > > >Cheers, > > yep, I rebuild my libc and it passed !thanks for yours info and reply!Received on Sun Mar 07 2004 - 17:15:56 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:46 UTC