From owner-freebsd-questions Tue Oct 1 12:30:59 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA18766 for questions-outgoing; Tue, 1 Oct 1996 12:30:59 -0700 (PDT) Received: from plethora.cs.wustl.edu (plethora.cs.wustl.edu [128.252.165.113]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA18757 for ; Tue, 1 Oct 1996 12:30:56 -0700 (PDT) Received: (from jxh@localhost) by plethora.cs.wustl.edu (8.7.5/8.7.3) id OAA24807; Tue, 1 Oct 1996 14:30:54 -0500 (CDT) Date: Tue, 1 Oct 1996 14:30:54 -0500 (CDT) Message-Id: <199610011930.OAA24807@plethora.cs.wustl.edu> From: James Hu To: questions@freebsd.org Subject: Making libg++-2.7.2 a shared object Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk FreeBSD-2.1.5 RELEASE I was able to get gcc-2.7.2.1 to compile basically out of the box. However, I am having difficultines with the libg++ library. Basically, I cannot seem to get it to create shared libraries. Has anyone else tried this? I imagine I have to change the library creation rule and alter it to use ld -B shareable $(OBJ), but is there more to do than that? In case you are wondering, I am installing 2.7.2.1 in a separate hierarchy until I can determine its stability. -- James