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

_______________________________________________
Chicken-hackers mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to