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]

Re: problem with "libobjects" and gcc-4.0.0


Quoting Andrew Pinski <pinskia@physics.uc.edu>:

> 
> On Jul 7, 2005, at 1:04 AM, apaz@purdue.edu wrote:
> 
> > [root@localhost read_input]# gcc main.m read_input.m -lobjc -lm
> > /usr/bin/ld: warning: type and size of dynamic symbol 
> > `__objc_class_name_Object'
> > are not defined
> > /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libobjc.so: 
> > undefined
> > reference to `xmalloc'
> > /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libobjc.so: 
> > undefined
> > reference to `xfree'
> > /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libobjc.so: 
> > undefined
> > reference to `xmalloc_atomic'
> > /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libobjc.so: 
> > undefined
> > reference to `xcalloc'
> > /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libobjc.so: 
> > undefined
> > reference to `xrealloc'
> > collect2: ld returned 1 exit status
> 
> Huh? xmalloc is not in libobjc in any version of GCC I could find.
> This looks like a bug in your installation of GCC.
> 
> -- Pinski
> 
> 


Well, now I'm trying to install gcc-4.0.0 but after following the instalation
instructions I'm getting:

make[2]: *** No rule to make target `doc/gfortran.1', needed by `f95.man'.  Stop.
make[2]: Leaving directory `/home/gcc/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/gcc/gcc'
make: *** [bootstrap] Error 2

I searched for 'gfortran.1' in my system, but I didn't find this file . . . What
can I do?

Thank you!

Alex


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