[Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error

2008-11-13 Thread kamaraju at gmail dot com
--- Comment #1 from kamaraju at gmail dot com 2008-11-13 20:40 --- Created an attachment (id=16664) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16664action=view) output generated when configure script is run -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38106

[Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error

2008-11-13 Thread kamaraju at gmail dot com
--- Comment #2 from kamaraju at gmail dot com 2008-11-13 20:42 --- Created an attachment (id=16665) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16665action=view) output generated when make is run -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38106

[Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error

2008-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-11-13 21:11 --- What options are you passing to configure? If you have the GNU binutils first in the PATH, I think you still need to use --with-gnu-as --with-gnu-ld on solaris. --

[Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error

2008-11-13 Thread kamaraju at gmail dot com
--- Comment #4 from kamaraju at gmail dot com 2008-11-13 21:44 --- I was just using nohup ../../unZipped/gcc-4.4-20081107/configure --prefix=/home/kkusuman/software/myroot/gcc-4.4-20081107 21 configure.log I will try giving the --with-gnu-as --with-gnu-ld options and see what

[Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error

2008-11-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2008-11-13 22:27 --- Please read the configure instructions: http://gcc.gnu.org/install/configure.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error

2008-11-13 Thread kamaraju at gmail dot com
--- Comment #6 from kamaraju at gmail dot com 2008-11-13 22:29 --- Changing the configure command to nohup ../../unZipped/gcc-4.4-20081107/configure --prefix=/home/kkusuman/software/myroot/gcc-4.4-20081107 --with-gnu-as --with-gnu-ld 21 configure.log fixed the problem. Thanks raju