Hi, I think I figured why I can't buil plperl on unixware 711/OpenUnix 800.
It seems Makefile.shlib has changed between 722 and 73 and -z text has been added. However with this on, it fails to build libperl.so Maybe I'm wrong, but could someone consider this patch. Regards, -- Olivier PRENANT Tel: +33-5-61-50-97-00 (Work) Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax) 31190 AUTERIVE +33-6-07-63-80-64 (GSM) FRANCE Email: [EMAIL PROTECTED] ------------------------------------------------------------------------------ Make your life a dream, make your dream a reality. (St Exupery)
*** Makefile.shlib mer sep 4 18:13:39 2002 --- Makefile.shlib.orig mer sep 4 18:13:12 2002 *************** *** 247,253 **** LINK.shared = $(CXX) -G endif endif ! LINK.shared += -Wl,-h,$(soname) endif ifeq ($(PORTNAME), win) --- 247,253 ---- LINK.shared = $(CXX) -G endif endif ! LINK.shared += -Wl,-z,text -Wl,-h,$(soname) endif ifeq ($(PORTNAME), win)
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster