Josh Carroll wrote:
-----
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
Always learning, thanks for the tip. It works indeed :-)


Regards,

Hugo
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to