From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5065 invoked from network); 19 Oct 1999 04:40:52 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Oct 1999 04:40:52 -0000 Received: (qmail 12018 invoked by alias); 19 Oct 1999 04:40:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8326 Received: (qmail 12009 invoked from network); 19 Oct 1999 04:40:34 -0000 From: "Bart Schaefer" Message-Id: <991019044029.ZM3207@candle.brasslantern.com> Date: Tue, 19 Oct 1999 04:40:29 +0000 In-Reply-To: <380B3FEA.7C9EB152@u.genie.co.uk> Comments: In reply to Oliver Kiddle "AIX compile problem (Re: 3.1.6-bart-7)" (Oct 18, 4:42pm) References: <991016212429.ZM15954@candle.brasslantern.com> <380B3FEA.7C9EB152@u.genie.co.uk> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: AIX compile problem (Re: 3.1.6-bart-7) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 18, 4:42pm, Oliver Kiddle wrote: } Subject: AIX compile problem (Re: 3.1.6-bart-7) } } Bart Schaefer wrote: } > } > I've made a complete distribution } } Brilliant In concept, if not in execution, I suppose ... } I needed the following patch in order to successfully compile on AIX } 3.2.5. I'm not totally sure that this is the correct fix but the } .export files don't seem to be auto-generated anywhere No, the .export files are an undocumented bit of module-ness: If a module defines any C symbols (except those for normal autoloading) that other modules might need to see, those have to be listed in the .export for a certain class of dynamic loading schemes; that file is passed to the $(DLLINK) program when building the shared object. If anyone remembers the exact details, please add something about it to Etc/zsh-development-guide. Perhaps it *could* be auto-generated using a variant of the makepro.awk script? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com