[Bug c/40602] crti.o: No such file

2009-07-07 Thread mikpe at it dot uu dot se
--- Comment #2 from mikpe at it dot uu dot se 2009-07-07 10:18 --- (In reply to comment #1) Now I'm trying to compile gcc-4.4.0 configured as follows: ../gcc-4.4.0/configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --enable-languages=c

[Bug c/40602] crti.o: No such file

2009-07-07 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2009-07-07 10:33 --- sounds like PR36485. -- pluto at agmk dot net changed: What|Removed |Added CC|

[Bug c/40602] crti.o: No such file

2009-07-07 Thread booleandomain at gmail dot com
--- Comment #4 from booleandomain at gmail dot com 2009-07-07 10:39 --- I created a symlink from /usr/lib to /usr/lib64 and now gcc is built fine! Thanks a lot! (Probably this bug is going to be marked as invalid...) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40602

[Bug c/40602] crti.o: No such file

2009-07-06 Thread booleandomain at gmail dot com
--- Comment #1 from booleandomain at gmail dot com 2009-07-06 23:06 --- Now I'm trying to compile gcc-4.4.0 configured as follows: ../gcc-4.4.0/configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --enable-languages=c --disable-multilib make