From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28349 invoked by alias); 7 Mar 2002 19:41:22 -0000 Mailing-List: contact sourcenav-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 28288 invoked from network); 7 Mar 2002 19:41:20 -0000 Received: from unknown (HELO hammerhead.steptech.com) (207.138.226.2) by sources.redhat.com with SMTP; 7 Mar 2002 19:41:20 -0000 Received: from shasta.pdx.steptech.com (shasta.pdx.steptech.com [172.16.0.135]) by hammerhead.steptech.com (8.9.3/8.9.3) with ESMTP id LAA19810 for ; Thu, 7 Mar 2002 11:41:20 -0800 Received: by shasta.pdx.steptech.com with Internet Mail Service (5.5.2653.19) id ; Thu, 7 Mar 2002 11:41:20 -0800 Message-ID: <26F9F6EAB586D411850700B0D049E6E410BDD5@shasta.pdx.steptech.com> From: Wally Kramer To: "'sourcenav@sources.redhat.com'" Subject: building on HPUX Date: Thu, 07 Mar 2002 14:55:00 -0000 X-Mailer: Internet Mail Service (5.5.2653.19) X-SW-Source: 2002-q1/txt/msg00148.txt.bz2 I'm having trouble building source navigator 5.0.0 on HP-UX11.11 9000/782/C240+ (PA-risc). Someone apparently succeeded, because I downloaded and ran the executable from ftp://sourceware.cygnus.com/pub/sourcenav/releases/ I'm using gcc 3.0.4, gmake 3.79.1, etc. Most modules compile (but with many warnings). Many components link okay: fgrep grep dbcp dbimp dbdump snavigator/parsers/assembly/ppc601-eabi/abrowser etc. Problems: tcl8.1: all files compile, but the link gives unresolved symbols for TclpLoadFile and TclpUnloadFile. tclLoadNone.c is linked in, but this module doesn't define these symbols. It *does* define a stub for TclLoadFile (without the "p"). Is this correct? tk8.1: error compiling source/tk8.1/unix/tkAppInit.c because it can't include at tk8.1/generic/tk.h line 77. The comments indicate a Mac hack. Can anyone enlighten me? Do I need to tweak "configure"? Am I missing the magic "set SNAV_HPUX_HACK = 1"?