* Ta^3 Deftkore <[EMAIL PROTECTED]> [28-05-2003 14:42]: > >>> Unpacking wireless_tools.26.pre9.tar.gz to > >>> /var/tmp/portage/wireless-tools-26_pre9/work > >>> Source unpacked. > gcc -march=pentium3 -O3 -pipe -fomit-frame-pointer -I /usr/src/linux/include -c > iwlib.c > gcc -march=pentium3 -O3 -pipe -fomit-frame-pointer -I /usr/src/linux/include > -fPIC -c -o iwlib.so iwlib.c > gcc: o such file or directory > gcc: no input files > gcc: o such file or directory > gcc: no input files > /bin/sh: line 1: 01m: command not found > make: *** [iwlib.o] Error 127 > make: *** Waiting for unfinished jobs.... > /bin/sh: line 1: 01m: command not found > make: *** [iwlib.so] Error 127
for me, seems like a broken Makefile. the second gcc line won't work. perhaps changing it to something in the lines of gcc -march=pentium3 -O3 -pipe -fomit-frame-pointer -I /usr/src/linux/include -fPIC -o iwlib.so iwlib.c should make it work, i think. have a look at the Makefile (instead of using emerge directly, use ebuild to unpack, then go and mod it), and find the line that makes it compile iwlib.c. there should be a few macros, but you can get the idea of what to change. also, don't forget to file a bug for it. will surely help, i think. -- Bruno Lustosa, aka Lofofora | Email: [EMAIL PROTECTED] Network Administrator/Web Programmer | ICQ UIN: 1406477 Rio de Janeiro - Brazil |
pgp00000.pgp
Description: PGP signature
