From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21992 invoked from network); 8 Jun 2001 13:02:15 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Jun 2001 13:02:15 -0000 Received: (qmail 28169 invoked by alias); 8 Jun 2001 13:01:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14809 Received: (qmail 28154 invoked from network); 8 Jun 2001 13:01:52 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Timo Aaltonen" , Subject: RE: AIX-problem: the main module won't link statically Date: Fri, 8 Jun 2001 17:01:59 +0400 Message-ID: <000b01c0f01b$345039b0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 > > On Fri, 8 Jun 2001, Andrej Borsenkow wrote: > > > > > theremin% CC="cc" ./configure > > > > > > > > > > Try with DLLD=cc CC=cc. On some systems use of plain ld to > create shared > > > libraries does not work (due to additional startup files needed). > > > > > > > And I do not like double -lc; you may try with > > > > DLLDFLAGS='-G -bexpall' > > > > as well. We provide -lc in any case. > > Argh.. can't.. resist.. must.. try.. > > here it is (script-output of the compile), seems that the > libzsh-part wen't fine, but rlimits did not. > That is very bad. It most probably means, we still need export files but they are not created while we think we are on "normal" OS and not on AIX :-0 If it is the case, it may be fixed - unfotunately, we need to know the format of exports file. Please, give it a try - create export file for zsh and add it to rlimits, like: add ``-bE:zsh.export'' to libzsh flags add ``-bI:../zsh.export'' to rlimits.so flags (ajust path as appropriate) try to compile And as long as you are the only person who has access to AIX - could you check compiler docs how to generate shared library on your version of AIX? :-) -andrej