bug-ncurses
[Top][All Lists]
Advanced

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

Runtime library for IRIX


From: Albert Chin-A-Young
Subject: Runtime library for IRIX
Date: Fri, 6 Oct 2000 15:05:01 -0500
User-agent: Mutt/1.1.12i

Support for runtime library search path under IRIX (uses same method
as Digital UNIX). Patch against most recent ncurses version.

-- 
albert chin (address@hidden)

-- snip snip
--- aclocal.m4.orig     Wed Oct  4 12:22:11 2000
+++ aclocal.m4  Wed Oct  4 12:23:27 2000
@@ -1827,6 +1827,10 @@
                INSTALL_LIB="-m 555"
                ;;
        irix*)
+               if test "$cf_cv_ld_rpath" = yes ; then
+                       cf_ld_rpath_opt="-Wl,-rpath,"
+                       EXTRA_LDFLAGS="-Wl,-rpath,\$(libdir) $EXTRA_LDFLAGS"
+               fi
                # tested with IRIX 5.2 and 'cc'.
                if test "$GCC" != yes; then
                        CC_SHARED_OPTS='-KPIC'



reply via email to

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