Operating System - HP-UX
1836412 Members
2325 Online
110100 Solutions
New Discussion

Re: porting Glibc to HP-UX

 
Ashwin BR
Occasional Contributor

porting Glibc to HP-UX

Hi All,

We are porting Glibc(2.1.3) to HP-UX.

We got following errors in make & facing chellenges in debugging them.

1)../sysdeps/generic/sys/ucontext.h:22: #error "No system dependent context structure definitions".

2)./sysdeps/generic/bits/errno.h:32: #error "must match the numbers of the kernel.".

3)../sysdeps/generic/bits/errno.h:31: #error "Define here all the missing error.

Anybody Knowing, Plz help us.

Thanks in Advance,

Ashwin
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: porting Glibc to HP-UX

How about the compiled version from the porting center ?

http://hpux.connect.org.uk/hppd/hpux/Gtk/Development/glib2-2.6.0/

Hope this helps,
Robert-Jan
Ashwin BR
Occasional Contributor

Re: porting Glibc to HP-UX

Hi All,

Thanks for your reply ....

we are porting Glibc(2.1.3) to HP-UX.In the last response you have sent Glib2-2.6.0. Are there any diffrences between Glibc and Glib.
We searched for Glib in net ,we are unable to analyse the difference between the two.

Also we want to know about these error.

We got following errors in make & facing chellenges in debugging them.

1)../sysdeps/generic/sys/ucontext.h:22: #error "No system dependent context structure definitions".

please kindly reply to this mail,

Thanks in advance...

Bheemsen

Gregory Fruth
Esteemed Contributor

Re: porting Glibc to HP-UX

glib is a set of utility routines used by
GTK and GNOME. It is completely unrelated
to glibc.

There's a perfectly serviceable native libc
on HP-UX. Why do you want glibc in particular?
The glibc web page says that v2.3.3 is known
to work with the Hurd and Linux kernels.

Also, make sure you are using gcc instead
of HP's cc/aCC.