From owner-freebsd-questions Sun Oct 10 6:12:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.ASPI.net (ns.ASPI.net [207.228.215.2]) by hub.freebsd.org (Postfix) with ESMTP id 313A8150B1 for ; Sun, 10 Oct 1999 06:12:18 -0700 (PDT) (envelope-from petersen@aspi.net) Received: from aspi.net (Dialup-139.ASPI.NET [206.183.149.139]) by www.ASPI.net (2.5 Build 2639 (Berkeley 8.8.6)/8.8.4) with ESMTP id JAA22618 for ; Sun, 10 Oct 1999 09:12:43 -0400 Message-ID: <380091C4.C97105BA@aspi.net> Date: Sun, 10 Oct 1999 09:16:52 -0400 From: Carl Petersen X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions Subject: Compilers and libs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, When I compile an application with gcc295 and link to some lib that was built with gcc272 I get unresolved symbols. If I rebuild the library all is good but now apps compiled with gcc272 can't use the new lib. I think I see why. Is there anyway out of this situation other than rebuild everything with the new compiler and must must "make world" still use the 272 compiler? Thanks, --Carl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message