More issues with 7.0-BETA4

Josh Carroll josh.carroll at gmail.com
Tue Dec 11 18:43:06 PST 2007


> -----
> Building 32 bit binaries on amd64 apparently isn't working:
>
> # cc -m64 -march=k8 -o test64 test.c && ./test64
> testing!!
>
> # cc -m32 -march=k8 -o test32 test.c  && ./test32

You need to include -B/usr/lib32, and as far as I know that is not new
to -BETA4:

Josh


More information about the freebsd-stable mailing list