# New Ticket Created by  Dennis Rieks 
# Please include the string:  [perl #30401]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30401 >


Hi,

with this patch (and my previous stat.h patch) win32/vc6 compile, link and 
test now successfully (with system icu). See starshadow tinderbox log for 
more information.

modified file:
config/gen/makefiles/root.in

chanced nci_test.c to nci_test$(O)
(this prevents an link error while creating libnci.dll)

Dennis

-- 
Dennis Rieks
[EMAIL PROTECTED]
--- parrot.current/config/gen/makefiles/root.in	2004-06-20 10:10:28.000000000 +0200
+++ parrot.drieks/config/gen/makefiles/root.in	2004-06-22 03:09:12.000000000 +0200
@@ -1173,9 +1173,9 @@
 ###### OS depend targets ##########
 # libnci.so used by t/pmc/nci.t

-$(LIBNCI_SO): $(SRC)/nci_test.c
+$(LIBNCI_SO): $(SRC)/nci_test$(O)
 	$(LD) $(LD_SHARED) ${ncilib_link_extra} $(LDFLAGS) \
-	    $(LD_OUT)$@ $(SRC)/nci_test.c
+	    $(LD_OUT)$@ $(SRC)/nci_test$(O)

 # vim ctags
 # this needs exuberant-ctags

Reply via email to