我正在尝试使用 gccgo 编译 go 文件,我安装在我的 ubuntu 9.10 机器上。当我编译
$gccgo -c hello.go
生成 hello.o 文件,同时尝试链接并形成可执行文件
$gccgo -o 你好你好.o
我收到以下错误
/usr/local/lib/gcc/i686-pc-linux-gnu/4.5.0/../../../libgo.so: undefined reference to `__sync_fetch_and_add_4'
/usr/local/lib/gcc/i686-pc-linux-gnu/4.5.0/../../../libgo.so: undefined reference to `__sync_bool_compare_and_swap_4'
collect2: ld returned 1 exit status
我错过了什么吗?,我还在我的环境中设置了我的 LD_LIBRARY_PATH 。谢谢