Bug 37925 - some error during 'make' on GCC 4.3.2
Summary: some error during 'make' on GCC 4.3.2
Status: RESOLVED DUPLICATE of bug 35619
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.3.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 07:57 UTC by kgjang@cray.com
Modified: 2008-11-04 00:40 UTC (History)
6 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kgjang@cray.com 2008-10-27 07:57:23 UTC
I have a problem during compile GCC on my computer. After configure, I just run 'make' but there is some error.How can I solve this problem? 

----environment ---
# uname -a
Linux login2 2.4.21-32.0.1.ELhugemem #1 SMP Tue May 17 17:43:22 EDT 2005 i686 i686 i386 GNU/Linux
# module list
Currently Loaded Modulefiles:
  1) modules            2) l.gmp.4.1.4-gcc    3) l.gcc.4.2.4        4) l.mpfr.2.3.2-gcc   5) l.make.3.81

---- error message ------
        then mv -f ".deps/unix.Tpo" ".deps/unix.Plo"; else rm -f ".deps/unix.Tpo"; exit 1; fi
libtool: compile:  /usr/local/src/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/xgcc -B/usr/local/src/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/ -B/opt/kma/gcc/4.3.2//i686-pc-linux-gnu/bin/ -B/opt/kma/gcc/4.3.2//i686-pc-linux-gnu/lib/ -isystem /opt/kma/gcc/4.3.2//i686-pc-linux-gnu/include -isystem /opt/kma/gcc/4.3.2//i686-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../.././libgfortran -I. -iquote../.././libgfortran/io -I../.././libgfortran/../gcc -I../.././libgfortran/../gcc/config -I../../host-i686-pc-linux-gnu/gcc -D_GNU_SOURCE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -O2 -g -g -O2 -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c ../.././libgfortran/io/unix.c  -fPIC -DPIC -o .libs/unix.o
/usr/include/bits/mathinline.h: Assembler messages:
/usr/include/bits/mathinline.h:6193: Error: symbol `fstat64' is already defined
/usr/include/bits/mathinline.h:7013: Error: symbol `lstat64' is already defined
/usr/include/bits/mathinline.h:7046: Error: symbol `stat64' is already defined
make[3]: *** [unix.lo] Error 1
make[3]: Leaving directory `/export/local/src/gcc-4.3.2/i686-pc-linux-gnu/libgfortran'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/local/src/gcc-4.3.2/i686-pc-linux-gnu/libgfortran'
make[1]: *** [all-target-libgfortran] Error 2
make[1]: Leaving directory `/export/local/src/gcc-4.3.2'
make: *** [all] Error 2
Comment 1 Jerry DeLisle 2008-11-01 16:39:03 UTC
Are you trying to "make" from within the source directory?
Comment 2 kgjang@cray.com 2008-11-04 00:36:59 UTC
(In reply to comment #1)
> Are you trying to "make" from within the source directory?

Yes I am
Comment 3 Andrew Pinski 2008-11-04 00:40:49 UTC
> Yes I am

Don't because it is known to be broken.

*** This bug has been marked as a duplicate of 35619 ***