chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] Linking libchicken.so -> libchicken.so$(BINARYVERSION)


From: Mario Domenech Goulart
Subject: [Chicken-hackers] Linking libchicken.so -> libchicken.so$(BINARYVERSION)
Date: Fri, 18 Feb 2011 08:19:23 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

Hi,

Is there a reason to link libchicken.so -> libchicken.so$(BINARYVERSION)
_only_ when DESTDIR is not empty.  I see the following code in
rules.make:

ifeq ($(DESTDIR),)
     cd "$(DESTDIR)$(ILIBDIR)" && ln -sf $(LIBCHICKEN_SO_FILE).$(BINARYVERSION) 
lib$(PROGRAM_PREFIX)chicken$(PROGRAM_SUFFIX)$(SO)
endif

Shouldn't it _always_ make that link (when USES_SONAME is not empty, of
course), no matter if DESTDIR is empty or not?

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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