我看好像说/usr/bin/ld: cannot find -luuid 然后搜到下面这个说法,可是照做了还是不行啊,我把最后那两行命令在/opt/qtopia-free-2.2.0 和 /opt/qtopia-free-2.2.0/qt2 以及 /opt/qtopia-free-2.2.0/qtopia 都试了,还是不行啊,大家帮帮我啊

交叉编译e2fsprogs-1.38.tar.gz
$tar zxvf e2fsprogs-1.38.tar.gz
$cd e2fsprogs-1.38
$export CC=arm-linux-gcc //指定编译器
$./configure --host=arm-linux –enable-elf-shlibs
$make
$cd lib //进入lib目录
$cp libuuid.* /xxxxx/qtopia-free-2.1.1/lib //libuuid开头的库文件都拷贝到qtopia的lib目录
$cp –r uuid /xxxxx/qtopia-free-2.1.1/include //uuid文件夹拷贝到qtopia的include 文件夹下
