From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20701 invoked by alias); 16 Sep 2004 04:55:59 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 20670 invoked from network); 16 Sep 2004 04:55:57 -0000 Received: from unknown (HELO quirrell.iqcicom.com) (66.135.144.21) by sourceware.org with SMTP; 16 Sep 2004 04:55:57 -0000 Received: from Muruga.localdomain (unverified [66.135.134.54]) by quirrell.iqcicom.com (Vircom SMTPRS 3.2.315.0) with ESMTP id ; Wed, 15 Sep 2004 21:55:54 -0700 Received: from localhost (muthu@localhost) by Muruga.localdomain (8.11.6/8.11.2) with ESMTP id i8G4t3I16709; Wed, 15 Sep 2004 21:55:04 -0700 Date: Thu, 16 Sep 2004 04:55:00 -0000 From: Muthukumar Ratty To: Rudolf Ladyzhenskii cc: Subject: Re: -z option In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-09/txt/msg00165.txt.bz2 Look at ld manual. .... elf_i386_glibc21: -Bgroup Selects group name lookup rules for DSO --disable-new-dtags Disable new dynamic tags --enable-new-dtags Enable new dynamic tags -z defs Disallows undefined symbols -z initfirst Mark DSO to be initialized first at runtime -z interpose Mark object to interpose all DSOs but executable -z loadfltr Mark object requiring immediate process -z nodefaultlib Mark object not to use default search paths -z nodelete Mark DSO non-deletable at runtime -z nodlopen Mark DSO not available to dlopen -z nodump Mark DSO not available to dldump -z now Mark object non-lazy runtime binding -z origin Mark object requiring immediate $ORIGIN processing at runtime -z KEYWORD Ignored for Solaris compatibility On Mon, 13 Sep 2004, Rudolf Ladyzhenskii wrote: > Hi, all > > Can anyone please explain me what '-z' option is? I figure it has something to do with linking. Did not find anything in man page on gcc and in google search. > > Thanks, > > /*******************************************************/ > Rudolf Ladyzhenskii > Senior Design Engineer > Open Networks Pty. Ltd. > Level 26, 35 Collins Street, > Melbourne VIC 3000 > e-mail: rudolfl.ladyzhenskii@opennw.com > phone: +61 3 9656 5107 > fax: +61 3 9656 5122 > web: www.opennw.com > /*******************************************************/ > >