bug-ddd
[Top][All Lists]
Advanced

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

configure bug in ddd-3.3


From: Georg Wittig
Subject: configure bug in ddd-3.3
Date: Tue, 13 Feb 2001 14:20:21 +0100
User-agent: Mutt/1.2.5i

Hi,

The new configure option --enable-rpath doesn't work under Irix-6.5:
It produces something like
        -R/path/to/dir
This doesn't work under Irix-6.5. The correct string should be
        -Wl,-rpath,/path/to/dir
(at least when using gcc-2.95.* :-)

My work-around is omitting the --enable-rpath option completely and
calling configure in the following manner:
        env LDFLAGS="$LDFLAGS -Wl,-rpath,/path/to/dir" ./configure

All other configuration and compiling problems I had with earlier
versions of ddd have disappeared in 3.3. Thanks so much!


-- 
Georg Wittig, GMD                               Georg.Wittig@gmd.de
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
A lot of time has been wasted arguing over what came first --
the chicken or the egg. It was undoubtedly the rooster.



reply via email to

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