On 04/26/2017 10:14, Patrick Powell wrote:
> First: a big thank-you to the support/fixit people for all of their work!
> 
> I was doing some testing using FreeBSD 11.0-STABLE and some of my
> configure scripts died.  However, they were working fine on FreeBSD 11.0
> RELEASE.
> 
> I found the problem,  but I do not know how to resolve this.  When you
> install the GCC compiler from the PKG repository it appears to create a
> modified set of include files from the system (default?) include files
> (/usr/include).  However, when the modified /usr/include/sys/types.h
> file is created, the typedef for vm_ooffset_t is modified,  and there is
> no reference to __vm_ooffset_t that the compiler can resolve.
> 
> < typedef       __int64_t       vm_ooffset_t;
> ---
>> typedef       __vm_ooffset_t  vm_ooffset_t;
...
You have to rebuild lang/gcc from the ports tree to fix this problem.

https://lists.freebsd.org/pipermail/freebsd-current/2017-February/064937.html

Jung-uk Kim

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to