Re: More issues with 7.0-BETA4

2007-12-12 Thread Hugo Silva
Peter Jeremy wrote: On Wed, Dec 12, 2007 at 12:36:23AM +, Hugo Silva 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 /usr/bin/ld: skipping incompatible /usr/li

Re: More issues with 7.0-BETA4

2007-12-12 Thread Peter Jeremy
On Wed, Dec 12, 2007 at 12:36:23AM +, Hugo Silva 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 >/usr/bin/ld: skipping incompatible /usr/lib/libgcc.a when sea

Re: More issues with 7.0-BETA4

2007-12-11 Thread Hugo Silva
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 A

Re: More issues with 7.0-BETA4

2007-12-11 Thread Josh Carroll
> - > 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 issues with 7.0-BETA4

2007-12-11 Thread Hugo Silva
Hi, I've been having my share of problems with BETA4, thought I'd share with the list: - # grep "changed to" /var/log/messages| wc -l && uptime 105 1:19AM up 3:56, 2 users, load averages: 0.87, 0.74, 0.49 Virgin 7.0-BETA4 install. SSH connection isn't lost (workstation->freebsd a