1748135 Members
3407 Online
108758 Solutions
New Discussion

Re: mutt on HP-UX 10.20

 
Mr GUENIER
Advisor

mutt on HPUX 10.20

Hello,

 

My configuration : HP9000 D390 with HPUX 10.20

 

I have installed gcc version 2.95.2. I try to compile mutt version 1.2.5 from source.

I get the following message :  error 1052: Directive name not recognized.

I have searched on web. It seems to be a problem with the "linker" program used with gcc.

 

Can someone help me resolve this issue ??

 

Thanks.

 

Laurent.

 

 

19 REPLIES 19
Patrick Wallek
Honored Contributor

Re: mutt on HPUX 10.20

Did you get all of the dependencies required for MUTT?

 

According to http://hpux.connect.org.uk/hppd/hpux/Networking/Mail/mutt-1.5.21/ the build time dependencies for MUTT are:  gettext, libiconv, libidn, make and ncurses.

 

 

 

Mr GUENIER
Advisor

Re: mutt on HP-UX 10.20

Hello Dennis,

 

I am not a specialist for compiling process on hpux.

 

Can I install the package binutils-2.9.1-1-10.20.sd with the version of gcc I have installed gcc-2.95.2-sd-10.20.depot ?

After I will be able to compile mutt ?

Could you help me.

 

Thanks.

 

Laurent.

 

 

 

 

Dennis Handly
Acclaimed Contributor

Re: mutt on HP-UX 10.20

>Can I install the package binutils-2.9.1-1-10.20.sd?

 

I would suggest you try.  I don't know if the version numbering is suppose to be consistent between the two?

Mr GUENIER
Advisor

Re: mutt on HP-UX 10.20

Hello Denis,

 

I have installed slang and binutils.

I launch this command :    ./configure --prefix=/opt/mutt-1.2.5 --with-slang=/usr

 

I have attached the config.log.


Could you help me ?

 

 

Thanks.

 

Laurent.

 

 

Dennis Handly
Acclaimed Contributor

Re: mutt on HP-UX 10.20

>I have attached the config.log.

 

It is useless to look at this file unless you have a particular error in question.

Is your initial assembler error gone?

Mr GUENIER
Advisor

Re: mutt on HP-UX 10.20

Yes, I have created a link in /usr/ccs/bin for as pointed to /usr/local/bin/as (binutil version).

When I launche "as -v" I got :

 

GNU assembler version 2.9.1 (hppa1.1-hp-hpux10.20), using BFD version 2.9.1

So I think it is ok for assembler issue.

 

 

Dennis Handly
Acclaimed Contributor

Re: mutt on HP-UX 10.20

>I have created a link in /usr/ccs/bin for as pointed to /usr/local/bin/as (binutil version).

 

Ack!  You should NOT be replacing HP's as(1) by a foreign devil version.  Just change your PATH so the one in /usr/local/bin/ is used.

Mr GUENIER
Advisor

Re: mutt on HP-UX 10.20

how can I do that because /usr/local/bin is in PATH !!