Operating System - HP-UX
1830933 Members
1982 Online
110017 Solutions
New Discussion

HI!!!! having a problem with Make check

 
Ashwin BR
Occasional Contributor

HI!!!! having a problem with Make check

Hi all,

We are in the process of porting Glibc 2.1.3 to HP-UX... We struck up in the make check...
We want a guidance in the usage of MAKE CHECK..
Expecting a positive response...
Thanks in advance...

Anitha
3 REPLIES 3
Steve Steel
Honored Contributor

Re: HI!!!! having a problem with Make check

Hi


Just put hp-ux make check

Through google and you get lots of things like

http://mail.gnome.org/archives/garnome-list/2004-February/msg00023.html

This seems buggy

What error do you see

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Ashwin BR
Occasional Contributor

Re: HI!!!! having a problem with Make check

hi Steve,

Thanks for your response...

I got the following error while running Make Check....

make[1]: Entering directory `/usr/local/ntpl/glibc-2.1.3/assert'
/usr/local/bin/gcc test-assert.c -c -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -I../include -I. -I.. -I../sysdeps/unix/sysv -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/hppa -I../sysdeps/generic -include ../include/libc-symbols.h -o test-assert.o
In file included from ../stdlib/ucontext.h:27,
from ../include/ucontext.h:1,
from ../signal/signal.h:317,
from ../include/signal.h:5,
from test-assert.c:8:
../sysdeps/generic/sys/ucontext.h:22: #error "No system dependent context structure definitions"
make[1]: *** [test-assert.o] Error 1
make[1]: Leaving directory `/usr/local/ntpl/glibc-2.1.3/assert'
make: *** [assert/tests] Error 2

So,this stops the execution of make check...

Expecting a response from you...

Thanks in advance...

Anitha

Steve Steel
Honored Contributor

Re: HI!!!! having a problem with Make check

Hi


This is a gnu bug in my opinion and you should ask them

see
http://www.gnu.org/software/libc/FAQ.html#s-1.2

Also try version 2.3.3 to compare

http://www.gnu.org/software/libc/resources.html#external_resources


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)