This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB 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: build/1633: Installation fails while installing opcodes on HPUX11.11/11.00/10.20


The following reply was made to PR build/1633; it has been noted by GNATS.

From: Tuomo Tikkanen <Tuomo.Tikkanen@nokia.com>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: build/1633: Installation fails while installing opcodes on HPUX
 11.11/11.00/10.20
Date: Thu, 13 May 2004 16:02:10 +0300

 I finally managed to do the installation on HPUX platforms. After 
 reading install-sh script I guessed that it is MVPROG that is removing 
 ansidecl.h from its location during bdf installation. Solution or call 
 it "hack" was to set environment variable MVPROG to valua "cp" before 
 configuration:
 
 setenv INSTALL /path/to/gdb/6.1/sources/install-sh
 setenv MVPROG cp
 ./configure --prefix=/path/to/installation/location
 make
 make install
 
 Atleast gdb seems to work with a simle program so I am atleast 
 temporarly happy with the solution. I am still wondering why this kind 
 of hack is needed though, because I didn't need it in earlier gdb 
 versions nor on other platforms (Solaris, Linux).
 
 -- 
 << Tuomo-Markus Tikkanen <> Tuomo.Tikkanen@nokia.com >>
 << Nokia Research Center <>  Phone: +358 71 803 6480 >>
 << P.O. Box 407          <> Mobile: +358 50 483 6480 >>
 << FIN-00045 NOKIA GROUP <>    FAX: +358 71 803 6210 >>
 


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