http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45437
Patrick Horgan changed:
What|Removed |Added
CC||phorgan1 at gmail dot com
--- Comment
--- Comment #7 from phorgan1 at gmail dot com 2009-07-14 19:37 ---
Verified that original test case now compiles with -g flag--Thanks!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40705
--- Comment #1 from phorgan1 at gmail dot com 2009-07-09 21:45 ---
Just noted that -ggdb is not required but merely -g
--
phorgan1 at gmail dot com changed:
What|Removed |Added
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: phorgan1 at gmail dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40705
--- Comment #7 from phorgan1 at gmail dot com 2008-06-13 21:54 ---
I don't know what changed, but on the same machine with the same circumstances
the build completes successfully now. I can only think that something in the
environment changed as a result of updates on the ma
--- Comment #6 from phorgan1 at gmail dot com 2008-05-28 04:54 ---
Subject: Re: gcc-4.3.0 build fails with multiple definitions
pinskia at gcc dot gnu dot org wrote:
> What version of gcc do you have?
> Can you do "gcc -v"? This has to be a bug with glibc.
>
U
--- Comment #4 from phorgan1 at gmail dot com 2008-05-28 04:44 ---
I reinstalled gcc-4.3.0 from the tar.gz file, and extracted it in
/usr/local/gcc-4.3.0. Then I made a completely separate object directory
/usr/local/gcc-4.3.0-objdir. From within that directory I executed
../gcc-4.3.0
--- Comment #2 from phorgan1 at gmail dot com 2008-05-28 03:59 ---
Build in objdir fails similarly when building libiberty.a Still has the same
multiple definitions.
make[3]: Entering directory
`/usr/local/gcc-4.3.0/objdir/build-x86_64-unknown-linux-gnu/fixincludes'
gcc -c -g -
o: In function `gnu_dev_minor':
/usr/include/sys/sysmacros.h:49: multiple definition of `gnu_dev_minor'
.libs/backtrace.o:/usr/include/sys/sysmacros.h:49: first defined here
.libs/environ.o: In function `gnu_dev_makedev':
etc...
--
Summary: gcc-4.3.0 build fails in gfortran