public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/37925]  New: some error during 'make' on GCC 4.3.2
@ 2008-10-27  7:58 kgjang at cray dot com
  2008-11-01 16:40 ` [Bug fortran/37925] " jvdelisle at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kgjang at cray dot com @ 2008-10-27  7:58 UTC (permalink / raw)
  To: gcc-bugs

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


-- 
           Summary: some error during 'make' on GCC 4.3.2
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kgjang at cray dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37925


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/37925] some error during 'make' on GCC 4.3.2
  2008-10-27  7:58 [Bug fortran/37925] New: some error during 'make' on GCC 4.3.2 kgjang at cray dot com
@ 2008-11-01 16:40 ` jvdelisle at gcc dot gnu dot org
  2008-11-04  0:38 ` kgjang at cray dot com
  2008-11-04  0:42 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-11-01 16:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jvdelisle at gcc dot gnu dot org  2008-11-01 16:39 -------
Are you trying to "make" from within the source directory?


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|some error during 'make' on |some error during 'make' on
                   |GCC 4.3.2                   |GCC 4.3.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37925


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/37925] some error during 'make' on GCC 4.3.2
  2008-10-27  7:58 [Bug fortran/37925] New: some error during 'make' on GCC 4.3.2 kgjang at cray dot com
  2008-11-01 16:40 ` [Bug fortran/37925] " jvdelisle at gcc dot gnu dot org
@ 2008-11-04  0:38 ` kgjang at cray dot com
  2008-11-04  0:42 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: kgjang at cray dot com @ 2008-11-04  0:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from kgjang at cray dot com  2008-11-04 00:36 -------
(In reply to comment #1)
> Are you trying to "make" from within the source directory?

Yes I am


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37925


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/37925] some error during 'make' on GCC 4.3.2
  2008-10-27  7:58 [Bug fortran/37925] New: some error during 'make' on GCC 4.3.2 kgjang at cray dot com
  2008-11-01 16:40 ` [Bug fortran/37925] " jvdelisle at gcc dot gnu dot org
  2008-11-04  0:38 ` kgjang at cray dot com
@ 2008-11-04  0:42 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-11-04  0:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-11-04 00:40 -------
> Yes I am

Don't because it is known to be broken.

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


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37925


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-04  0:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-27  7:58 [Bug fortran/37925] New: some error during 'make' on GCC 4.3.2 kgjang at cray dot com
2008-11-01 16:40 ` [Bug fortran/37925] " jvdelisle at gcc dot gnu dot org
2008-11-04  0:38 ` kgjang at cray dot com
2008-11-04  0:42 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).