bug-ncurses
[Top][All Lists]
Advanced

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

Re: new rollup patches - compile failure


From: Michail Vidiassov
Subject: Re: new rollup patches - compile failure
Date: Sun, 11 Mar 2007 15:54:54 +0300 (MSK)

Dear Thomas,

on Mac OS X compilation fails, since
configure --disable-rpath --disable-relink --with-shared
produces in ncurses/Makefile

../lib/libncursesw.$(ABI_VERSION).dylib : \
                ../lib \
                $(SHARED_OBJS)
        @echo linking $@
        $(MK_SHARED_LIB) $(SHARED_OBJS) $(SHLIB_LIST) $(LDFLAGS)
        cd ../lib && (rm -f libncursesw.dylib; $(LN_S) 
libncursesw.$(ABI_VERSION).dylib libncursesw.dylib; )

install \
install.libs \
install.ncursesw :: $(DESTDIR)$(libdir)/libncursesw.$(ABI_VERSION).dylib

../lib/libncursesw.$(ABI_VERSION).dylib : \
                $(DESTDIR)$(libdir) \

        @echo installing $@
        $(INSTALL_LIB) ../lib/libncursesw.$(ABI_VERSION).dylib 
$(DESTDIR)$(libdir)/libncursesw.$(ABI_VERSION).dylib
        cd $(DESTDIR)$(libdir) && (rm -f libncursesw.dylib; $(LN_S) 
libncursesw.$(ABI_VERSION).dylib libncursesw.dylib; )

Note duplicate
../lib/libncursesw.$(ABI_VERSION).dylib : \
line. Maybe the second one needs $(DESTDIR) instead of ".." ?


 Sincerely, Michail





reply via email to

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