[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ ddd-Bugs-738211 ] HPUX build issues
From: |
SourceForge.net |
Subject: |
[ ddd-Bugs-738211 ] HPUX build issues |
Date: |
Thu, 15 May 2003 06:00:42 -0700 |
Bugs item #738211, was opened at 2003-05-15 15:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107500&aid=738211&group_id=7500
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Gaylard (apg)
Assigned to: Nobody/Anonymous (nobody)
Summary: HPUX build issues
Initial Comment:
ddd-3.3.5 needs to be configured as follows in order to
build on HPUX-10.20:
time ./configure --prefix=/opt/ddd-3.3.5
--with-athena-includes=/usr/contrib/X11R6/include
--with-athena-libraries=/usr/contrib/X11R6/lib
--x-includes=/usr/include/X11R6
--x-libraries=/usr/lib/X11R6
In addition, it is necessary to link statically with
/usr/lib/Motif1.2_R6/libXm.a instead of dynamically
with -lXm, or
ddd will core immediately on startup.
This alternative comes from the PROBLEMS file of 3.3.1:
Lassi A. Tuura <Lassi.Tuura@cern.ch> suggests to
use the option
`-mmillicode-long-calls' when compiling. It should
permit fixes
into shared library calls (these errors only occur
with shared
libraries).
The option `-mmillicode-long-calls' doesn't exist in
either gcc-2.95.2 or
gcc-3.2.3, so if there's a better way of doing this,
then I'd be glad to know (dynamic linking is always
"nicer").
Surely there should be some configure.ac magic which
can do The Right Thing when it detects HPUX-10.20?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107500&aid=738211&group_id=7500
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ ddd-Bugs-738211 ] HPUX build issues,
SourceForge.net <=