> So, if I now have > /usr/lib/gcc-lib/i486-linuxaout/2.6.3/include/ > and if I want to end up with > /usr/lib/gcc-lib/i486-linux/2.7.2/include/
Do you mean you want it called .../i486-linux/... instead of .../i486-linuxaout/...? If so, you can't. For gcc >=2.7.x, i486-linuxaout is a.out and i486-linux<anything-else> is ELF. > then I guess the `./debian.rules build' should make > .../gcc-2.7.2/debian-gcc/usr/lib/gcc-lib/i486-linux/2.7.2/ > but if that is so then why is the line > #cp -a include debian-$(p)/usr/lib/gcc-lib/i486-linux/$(v) > commented out? It is made it when 'make install' is run. I don't know why that line was ever in there in the first place. David -- David Engel Optical Data Systems, Inc. [EMAIL PROTECTED] 1101 E. Arapaho Road (214) 234-6400 Richardson, TX 75081

