Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 1999 18:03:32 -0800 (PST)
From:      Thomas Dean <tomdean@ix.netcom.com>
To:        chuckr@mat.net
Cc:        mark@grondar.za, freebsd-current@FreeBSD.ORG
Subject:   Re: egcs and gcc
Message-ID:  <199903020203.SAA57649@ix.netcom.com>
In-Reply-To: <Pine.BSF.4.10.9903011951380.339-100000@picnic.mat.net> (message from Chuck Robey on Mon, 1 Mar 1999 19:53:07 -0500 (EST))

next in thread | previous in thread | raw e-mail | index | archive | help
# 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903020203.SAA57649>