Re: __bzero




Blair Christensen <blair@delphi.bsd.uchicago.edu> writes:

> While trying to compile the first couple test programs from the Gtk tutorial
> that is located at www.gtk.org, I receive the following error message:
> 
> as: error in loading shared libraries
>: undefined symbol: __bzero
> 
> I have a redhat 5.2 system.

Does the same problem occur if you run the 'as' binary from
the command line? (It should just sit there waiting for
input).

This message almost certainly means something is corrupt
about your system. 

What does 'rpm -qf /usr/bin/as' show? It should
be 'binutils-2.9.1.0.15-1'. 

Does:

 rpm -V binutils-2.9.1.0.15-1

show any errors?
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]