Operating System - HP-UX
1847202 Members
3252 Online
110263 Solutions
New Discussion

Re: I am getting error, while I run make for GNU installation.

 
Rahul Rai_1
Frequent Advisor

I am getting error, while I run make for GNU installation.

Hi All,

I have to install GNU debugger 6.8 on B.11.11 and I am getting error while run make, I installed ISO C-90 compiler likes gcc, the linker patch PHSS_39077 to reduce the dependecie. Plz help me out.

Thanks in advance!


Regards,
Rahul Rai.
6 REPLIES 6
Steven Schweda
Honored Contributor

Re: I am getting error, while I run make for GNU installation.

> cc: [...]

I know nothing, but it looks as if it
_really_ wants to be using GCC.

> [...] Can't open include file 'libintl.h'.

Another dependency to worry about.

> [...] while run make, [...]

You might need GNU "make", too.
Dennis Handly
Acclaimed Contributor

Re: I am getting error, while I run make for GNU installation.

>I have to install GNU debugger 6.8

Why? Why not use HP's wdb/gdb?

>I am getting error while run make

It seems to want to use gcc options with HP's cc. Also this warning isn't going to help in understanding the messages:
Possibly incorrect message catalog.
Have you set NLSPATH?

Rahul Rai_1
Frequent Advisor

Re: I am getting error, while I run make for GNU installation.

Hi,

cd gdb-6.8
ll
./configure
NLSPATH=/opt/ansic/lib/nls/msg/C/%N.cat
make
please find the output from make.

Regards,
Rahul Rai.
Steven Schweda
Honored Contributor

Re: I am getting error, while I run make for GNU installation.

> please find the output from make.

And what do I know now that I didn't know
before?

> ./configure

And you got no complaints from that?


http://www.gnu.org/software/gettext/
Rahul Rai_1
Frequent Advisor

Re: I am getting error, while I run make for GNU installation.

Hi Steven,

thanks for your immediate reply,

>And you got no complaints from that?

I dont think so, means not sure,I am going to attach configure output.

>http://www.gnu.org/software/gettext/ ?

[root@tsttib29:/root]# swlist -l product |grep gettext
gettext 0.17
gettext

Dennis Handly
Acclaimed Contributor

Re: I am getting error, while I run make for GNU installation.

>NLSPATH=/opt/ansic/lib/nls/msg/C/%N.cat make

Leave out NLSPATH.

>please find the output from make.

It looks exactly the same.

Where is libintl.h? Which one of the -Is should find it?
Any reason you have -I.././, instead of -I../../?