From owner-cvs-all Sun Jul 16 2:12:54 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id B7F4A37B58A; Sun, 16 Jul 2000 02:12:48 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id FAA14719; Sun, 16 Jul 2000 05:12:11 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA00919; Sun, 16 Jul 2000 02:10:56 -0700 (PDT) To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/xforms Makefile ports/x11-toolkits/xforms/pkg PLIST References: <200007141159.EAA97550@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 16 Jul 2000 02:10:10 -0700 In-Reply-To: Maxim Sobolev's message of "Fri, 14 Jul 2000 04:59:47 -0700 (PDT)" Message-ID: Lines: 14 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Maxim Sobolev * Create libform.so --> libxform.so.1 link, because it seems that library has * been built with --soname option and w/o this link dynamically-linked * executables don't work. I'm missing something here. What does the symlink have to do with dynamically-linked executables? .so links are supposed to be used for compile-time linkage only. And -soname is supposed to be there, it's not like it's this software's mistake to include it. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message