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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=L4z 2Ynct+4o3KDtl9yYR8OdRCSHucuM+Nz/AJn3deHBdvag4gPjZ75JQJWjets/3UGf WptG9Ib+1Piudjr99vkt8X42pbw0ON1i3ShDgla8HpJiYPw2gHx1qOM13tQt/E5T nVQF4HVKewB2dPbegiAm5PZ4ZAE0jLOE4GCChEYc= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=5I4XgKsW7 3ZLoQxc8t0QkeFFAx0=; b=dU1NlXa1ma/+h+QKVKhoh1RGIm92vPtLPLKFMj+yv w/xREU0D9YPgy5ndck+azEoYc+YYP1hhnxi2XGxrRpGd/jeLSZmoLhiwRUpjLP9l ANZArhqKrtfIpnFxDvGVtednjllrNiKmU5nohrQ4PtzhFmFaUX3h9DI+F+UaA8Pc xU= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr0-f176.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:to:from:subject:message-id :disposition-notification-to:date:user-agent:mime-version :content-transfer-encoding; bh=MX91WdqhIpfP4nrP8D8RTZAFdH6Artc031Ty3pFQ0WU=; b=s7HPTm9O+qzYq6Y3yXvjIb06eyBZe4yRtlLvr7/epwf6/pViGQ6MjmFsFd9Zs6FgQO zjhYjNGEoC5S0XGmIKYFhi8CPWdMT/L6eZbpHebf6SE4+ULZKT5W2838zC/Nj7NbIRlI xIv4bNbchNoys3FzTpPndvPG9y/9UDT/YQ7XtwWO3eAA7WB+GzNvWc1U8ADVKbyYn7+u QtnUfgKrjCZm44zWs1G1DDQEkCcOw8B6HF7stPeYk2H43J63cl2T/vFdjAL2hWP6AtyS r57WVSBp4g2gp/r0KoqZm+MkwMQaLcjtsVmeXn5P9YFC5dQ4cXHrXWDvAa3uEKY1G2IS P6Aw== X-Gm-Message-State: AFeK/H1Ql73/4S2Tu7ioTKtkELSpzzw3w4D1IrKx/oN7uAph4EjZgBvR BsEIrWuDLe42++BI X-Received: by 10.28.93.65 with SMTP id r62mr4843015wmb.77.1491126471924; Sun, 02 Apr 2017 02:47:51 -0700 (PDT) To: "cygwin AT cygwin DOT com" From: Vlado Subject: Missing g_object_unref Message-ID: <58501f7c-f4f7-bf15-8552-535dd78d9eea@gmail.com> Date: Sun, 2 Apr 2017 11:47:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hello. Can somebody give advice what library defines g_object_unref function call, please? I use x86_64 Cygwin. I would like to build rrdtool 1.6.0. Building it as Windows native app is near impossible. Building it in Cygwin is much less pain and I hope the "undefined reference to `g_object_unref'" is the last obstacle. In Debian I found that g_object_unref is defined in libgobject-2.0.a, but there is no library libgobject-2.0.a in Cygwin. Vlado -- 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