You are right. Was my fault. Thanks a lot. Simone Dalmasso, Ing. ITHACA Information Technology for Humanitarian Assistance, Cooperation and Action www.ithacaweb.org Via Pier Carlo Boggio 61 - 10138 Torino Tel: +39.011.1975.1854
2009/10/26 Chris Staub <[email protected]> > On 10/26/2009 12:00 PM, Simone Dalmasso wrote: > > Ok, thank you. I've rebuilt all but at the same point when I type: > > gcc -dumpspecs | sed 's...@^/lib/ld-linux.so.2@/tools&@g' \ > > > `dirname $(gcc -print-libgcc-file-name)`/specs > > > > I get no such file or directoy. > > Usually this means that you've forgotten to type the ">" in the command. > > If I create an empty file called 'specs' > > it doesn't raises errors yet but the specs file remains empty and the ne > > next command: > > > > GCC_INCLUDEDIR=`dirname $(gcc -print-libgcc-file-name)`/include && > > find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; && > > rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*` && > > unset GCC_INCLUDEDIR > > > > gcc: unrecognized option '-mtune=pentiumpro' > > and a list of removed... > > Yeah, that's simply a result of the previous specs file problem. > > > > Testing the cc with the dummy. c file I don't get nothing, the prompt > > remains blinking and I nedd to interrupt it. > > ...and there's no point in testing dummy.c if the specs file is blank. > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page >
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
