hi, i think the problem may be with Ubuntu feisty gcc. Ubuntu's gcc is version 4.1.2 by default.It is optimized,and seems to run faster in general.However,i've got some strange errors from it.if you try to compile a c++ program that includes <your-c++-include-directory>/compex ,you'll get a host of errors about declarations being out of scope. Trying on a older gcc version (3.4.6) removes some errors but needs readjustments of linker etc. which is too much work for too little. I've had similar problems on edgy,though not the same ones.The best way to go would be fedora (or some other easy to install distro that provides decent install options).For me everything compiled properly after making the switch to fedora.the live cd is great too,but it is a tad too uncomfortatble for a full install if you are used to a graphical terminal emulator.
On 4/22/07, Federico <[EMAIL PROTECTED]> wrote:
Hi all, In "binutils pass 1" after install it with make install I type make -C ld clean and it works but in make -C ld LIB_PATH=/tools/lib I got this error: /tools/bin/ld: unrecognized option '--hash-style=both' /tools/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status make[2]: *** [ld-new] Error 1 make[2]: Leaving directory `/media/sda10/sources/binutils-build/ld' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/media/sda10/sources/binutils-build/ld' make: *** [all-recursive-am] Error 2 make: Leaving directory `/media/sda10/sources/binutils-build/ld' My host system is Ubuntu Feisty (7.04). What can I do? Sorry for my english :P -- 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
