Hi. I am trying to setup the cross compile environment following the guide from http://gentoo.mindzoo.de/index.cgi/wiki/cross-compiling and i think i found a little error: *4. We also recommend to use the suggested overlay keywords and useflags of the overlay to avoid problems. This step is completely optional. **cd /etc/portage ln -s $location/portage-flags-host/keywords package.keywords/openmoko-keywords * the second command cannot be done because package.keywords is a file, not a directory. So i think the correct way to go is cat $location/portage-flags-host/keywords/* >> package.keywords to write all the keywords in the file. Please, correct me if i didn't get something.. Roby