X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=sWx Z2/TSuwu9WANzz9VfTzFCot9RzdepfNraNNc6ppIy14d6M8Z0Rf5eQEg8c2Dlhch Iw2szKckiZ5364BqlO9LzT0Jes0M28de6IyqHVGbB8FkV55xH87QIFxgZnLCNxiZ AAjN1tpA0AXegMUmNiF00YfKxJ7+wF5xV9HHPb/g= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=Eb13HE9Ha Hs/bQQU9vhzR7hUo48=; b=IJLgxcWWptba4bEvKL1Pz5PQ627REMQw+ph3JalP0 eqjtVAOEV8xRsYFycv1go6ZHCweU19BaVngVbRHzCwfp6KqqeSWpQgLe+Qj7IuLg I1MAlquBq+N44qICyLFsepwhxtT/ggOuHTceDCyDmF0E4Pk4pJSp2pPHWGL6Qdf6 ag= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_05,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,T_MANY_HDRS_LCASE autolearn=ham version=3.3.1 From: Fedin Pavel

To: cygwin AT cygwin DOT com Subject: libargp: argp_program_version does not work Date: Thu, 11 Jul 2013 11:27:58 +0400 Message-id: <000001ce7e08$2b866830$82933890$%fedin@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Hello! I have found a problem: argp_program_version string is ignored by libargp. I guess the problem happens because of DLL's nature. DLLs cannot contain unresolved symbols, so the DLL has own version of argp_program_version which is always initialized to NULL. There's no way to override it. Is it possible to fix this somehow ? I guess it can be done if we move this variable to libargp.dll.a stub library. In this case, a static definition of this variable will be picked up from there if there's no definition in the program. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple