From owner-freebsd-current Mon Mar 1 18: 4: 4 1999 Delivered-To: freebsd-current@freebsd.org Received: from ix.netcom.com (sil-wa15-25.ix.netcom.com [207.93.148.25]) by hub.freebsd.org (Postfix) with ESMTP id 6D68215400 for ; Mon, 1 Mar 1999 18:03:57 -0800 (PST) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.9.3/8.8.8) id SAA57649; Mon, 1 Mar 1999 18:03:32 -0800 (PST) (envelope-from tomdean) Date: Mon, 1 Mar 1999 18:03:32 -0800 (PST) Message-Id: <199903020203.SAA57649@ix.netcom.com> From: Thomas Dean To: chuckr@mat.net Cc: mark@grondar.za, freebsd-current@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Mon, 1 Mar 1999 19:53:07 -0500 (EST)) Subject: Re: egcs and gcc Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG # pwd; ls /usr/local/lib/gcc-lib/i386-unknown-freebsd4.0/egcs-2.91.60 SYSCALLS.c.X collect2* crtend.o libg2c.a libstdc++.a cc1* cpp* crtendS.o libgcc.a specs cc1obj* crtbegin.o f771* libiberty.a cc1plus* crtbeginS.o include/ libobjc.a No shared libs! My Makefile has 'enable_shared = no' From the docs (/usr/ports/lang/egcs/work/egcs-1.1.1/INSTALL) CONFIGURE * --enable-shared -- Build shared versions of the C++ runtime libraries if supported --disable-shared is the default. Looks like the port needs to be patched to enable shared, run configure with --enable-shared. tomdean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message