From owner-freebsd-mozilla Mon Apr 13 08:25:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12419 for freebsd-mozilla-outgoing; Mon, 13 Apr 1998 08:25:33 -0700 (PDT) (envelope-from owner-freebsd-mozilla@FreeBSD.ORG) Received: from prometheus.frii.com (prometheus.frii.com [208.146.240.73]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12411; Mon, 13 Apr 1998 15:25:27 GMT (envelope-from gnat@prometheus.frii.com) Received: (from gnat@localhost) by prometheus.frii.com (8.8.8/8.8.7) id JAA21474; Mon, 13 Apr 1998 09:25:24 -0600 (MDT) (envelope-from gnat) Date: Mon, 13 Apr 1998 09:25:24 -0600 (MDT) Message-Id: <199804131525.JAA21474@prometheus.frii.com> From: gnat@frii.com To: freebsd-ports@FreeBSD.ORG CC: freebsd-mozilla@FreeBSD.ORG Subject: Libraries X-Mailer: VM 6.34 under Emacs 19.34.1 Mime-Version: 1.0 (generated by tm-edit 7.103) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know if this has been raised before or not. I'm working on the gtk port of Mozilla, and also trying to compile GNOME for FreeBSD. The biggest problem I've run into so far has been the non-standard naming of libraries. libtiff34 is the best example. The GNOME autoconf code looks for libtiff.a or libtiff.so, *not* libtiff34.* I'm pretty sure the libtiff34 naming thing is bogus. I'm less certain of this shared library weirdness: the installation of a libpng.so.2.1 without installing libpng.so as a soft link seems wrong to me. A lot of the code I've seen on the net (and, in this case, GNOME) wants to link in libwhatever.so and not bother with the version numbers. Is there a standard for this? Could someone point me towards it? Thanks, Nat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message