This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: compilation error glibc-2-2-branch, libio-enabled, gcc-3.0


On Tue, Jan 08, 2002 at 01:48:40AM +0100, Marcus Brinkmann wrote:
> I get a compilation error on the GNU/Hurd building the glibc-2-2-branch,
> --enable-libio, gcc 3.0.

> /root/marcus/libc/libc-build-libio-gcc-3.0/libc.so.0.3: undefined reference to `size_of_encoded_value'
> /root/marcus/libc/libc-build-libio-gcc-3.0/libc.so.0.3: undefined reference to `read_encoded_value_with_base'

Ok, I can provide a bit more info.

size_of_encoded_value is sucked in by framestate.c/unwind-dw2.c.
read_encoded_value_with_base is also sucked in by it, but indirectly in
uwind-pe.h via read_uleb128, which is used in unwind-dw2.c.

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de


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