This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/40555] New: problem with libgfortran


I am trying to compile GCC4.4.0 and and getting the following error.( I am
writing part of the errors)

./libs/backtrace.o:/usr/include/stdlib.h:384: first defined here
./lib/in_unpack_generic.o: In function `strtod':
./lib/include/stdlib.h:330:multiple definition of `atof'
./libs/backtrace.o:/usr/include/stdlib.h:330: first defined here
./lib/in_unpack_generic.o: In function `strtol':
./lib/include/stdlib.h:336:multiple definition of `atol'
./libs/backtrace.o:/usr/include/stdlib.h:336: first defined here
./lib/in_unpack_generic.o: In function `atoi':
./lib/include/stdlib.h:403:multiple definition of `atoi'
./libs/backtrace.o:/usr/include/stdlib.h:403: first defined here
collect2: ld returned 1 exit status 
make[3]: *** [libgfortran.la] Error 1 
make[3]: Leaving directory 
`/home/malikam/gcc-4.4.0/x86_64-unknown-linux-gnu/libgfortran' 
make[2]: *** [all] Error 2 
make[2]: Leaving directory 
`/home/malikam/gcc-4.4.0/x86_64-unknown-linux-gnu/libgfortran' 
make[1]: *** [all-target-libgfortran] Error 2 
make[1]: Leaving directory `/home/malikam/gcc-4.4.0' 
make: *** [all] Error 2 
----------------------------------------
I tried every option availabe on the internet but unable to compile it. Any
comments or help!!!

Thanks in advance


-- 
           Summary: problem with libgfortran
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: abidmuslim at gmail dot com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]