bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Subject: ddd-3.3.7, config, install


From: Hans Werner Strube
Subject: Subject: ddd-3.3.7, config, install
Date: Fri, 17 Oct 2003 14:51:28 +0200 (MET DST)

In ddd-3.3.7 (Solaris 7), configure fails in libiberty if environment variables
(e.g., env CFLAGS=... ... ./configure ...) are given. These are passed
to libiberty/configure as arguments and misinterpreted as (nonexisting)
host architecture.
Workaround:
cd libiberty
env CFLAGS=... ... ./configure ... --srcdir=.
cd ..

Also in Solaris, installation fails in libiberty, since in libiberty/Makefile,
INSTALL=/usr/bin/install, which does not exist. In fact, I see no reason
to install libiberty.a at all (might even overwrite an existing one),
thus I simply deactivated installation by changing Line 154 of
libiberty/Makefile:
< install: install_to_$(INSTALL_DEST) install-subdir
--
> install: #install_to_$(INSTALL_DEST) install-subdir

By the way, to avoid dependence on a specific GNU libstdc version, I used
Sun Workshop 5.0 compilers with configure environment
CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC CFLAGS=-O CXXFLAGS=-O \
CXXDEBUG=

 Hans Werner Strube          strube@physik3.gwdg.de
 Drittes Physikalisches Institut,  Univ. Goettingen
 Buergerstr. 42-44,    37073 Goettingen,    Germany




reply via email to

[Prev in Thread] Current Thread [Next in Thread]